Installation instructions for iOS
This guide will help you install Theos on your jailbroken iOS device.
Platform | Minimum OS version | Targets supported |
---|---|---|
iOS | 5.0 | iOS |
Unless otherwise stated, all of the commands shown in the following instructions are meant to be run as a normal user, not root. Similarly, Theos is meant to be run as a normal user, not root.
-
Check that you have the necessary repos installed in your package manager:
- iOS 12.0 or later:
- Procursus or Bingner/Elucubratus (this depends on the jailbreak you are using)
- Prior to iOS 12.0:
- Sam Bingner’s repo and BigBoss
- Also check to ensure
apt
(i.e., the command-line tool of APT) is installed
- iOS 12.0 or later:
-
Install the following prerequisites1 as root:
apt-get install bash curl sudo coreutils xz-utils
1 In order to use sudo, your non-root user may need to be added to the sudoers file (/etc/sudoers). See ArchWiki for more information.
-
Run the installer:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/theos/theos/master/bin/install-theos)"