Theos

A cross-platform build system for creating iOS, macOS, Linux, and Windows programs.

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.

  1. Check that you have the necessary repos installed in your package manager:

  2. Install the following prerequisites1 as root:

     apt-get install bash curl sudo
    

    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.

  3. Run the installer:

     bash -c "$(curl -fsSL https://raw.githubusercontent.com/theos/theos/master/bin/install-theos)"