Home

Awesome

iMods

Why we built iMods:

iMods started as a project with the goal of introducing people with little technical knowledge to the world of tweaks and themes. It was never meant to replace Cydia, but rather work alongside it. This is why iMods was a closed system and did not have repositories. It was meant to be as similar to lower the learning curve between something like the AppStore and Cydia.

Why iMods was never released:

The team was unable to put in the required time to make iMods a success. Over time some members even abandoned the project and thus it was never brought to market.

Why we are open sourcing iMods:

We ARE NOT trying to re-launch iMods. The goal of this repo is to provide insight for others looking to build package managers (e.g. Installer 5). The repo is functional and if you can manage to get an instance of iMods-Webapp running alongside an instance of iMods you will have a fully-functional package manager. However keep in mind this project is multiple years old and will likely need some work to support the latest iOS releases.

The future:

In the future we may consider updating the project to use APT rather than our closed-system to make this project more useful to developers.

iMods Banner

Environment Setup

  1. Make sure you have cocoapods installed (gem install cocoapods;pod setup if you don't)

  2. Next, install dependencies with pod install

  3. Finally, use iMods.workspace instead of iMods.xcodeproj from now on.

Credits

Special credits to all the team members, coolstar (@coolstarorg), Marcus (@markerzsupport), Matin (@the_matin) and John (@isklikas).