kuustudio / Bootstrap0IOS

A full featured bootstrap for ios14.0~17.0 (A8~A17,M1+M2)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap

GitHub stars

A full featured bootstrap for iOS 14.0-17.0 A8-A17 & M1+M2 using the arm64e deb architecture providing amazing support for jailbreak detection. (Currently only tested tested on iOS 15.0-17.0)

WARNING: By using this software, you take full responsibility for what you do with it. Any modification to your device may cause irreparable damage.

This software is available to download on its Releases.

Building

If you do not have MacOS, check the FAQ in the Usage section of this README to build with GitHub Actions instead.

You'll need MacOS to build, as you require Xcode. Simply having Xcode Command Line Tools is insufficient.

You will need Homebrew installed. If you don't have Homebrew installed, run the following command in your terminal:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

  1. Update/Install Theos with roothide support

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

    This build of Theos is consistently updated.

  2. Install make

    brew install make

  3. Clone the GitHub repository and enter directory

    git clone https://github.com/roothide/Bootstrap/ && cd Bootstrap

  4. Build Bootstrap.tipa

    gmake -j$(sysctl -n hw.ncpu) package

  5. Transfer Bootstrap.tipa from ./packages/ to your device and install it with TrollStore!

Usage

The latest version of TrollStore is required as the bootstrap is built around the CoreTrust bug. Developer mode also needs to be enabled, so use TrollStore version 2.0.9 or later to automatically enable it.

Once you open the Bootstrap app, press Bootstrap. This will install the necessary apps and files.

You can add various sources and install tweaks through Sileo, like other jailbreaks. You may need to convert tweaks to be roothide compatible if they aren't already converted or developed for this bootstrap.

By default, tweaks are not injected into any apps. To enable tweak injection, click App List in the Bootstrap app, and toggle on an app you want to enable your tweaks in. You cannot inject into SpringBoard (com.apple.springboard) at the moment by any official means, though refer to the FAQ for tools you can use to enable this functionality.

A frequently updated FAQ is currently available here, and can assist with tweak conversion along with answering other questions you may have.

Develop tweaks

Rootful and rootless tweaks aren't out-of-the-box compatible with this bootstrap, so you'll need to develop them specifically to support it. You can refer to the developer documentation here.

Discord

You can join our Discord for support or general talk here. There's a FAQ channel if you need any more information.

The "Our Table" Icon

Alpha is the one who made the ProcursusTeam logo in the first place, and then edited by @sourcelocation

Credits

Huge thanks to these people, we couldn't have completed this project without their help!

About

A full featured bootstrap for ios14.0~17.0 (A8~A17,M1+M2)

License:MIT License


Languages

Language:Objective-C 75.9%Language:Swift 16.4%Language:C 5.8%Language:Makefile 0.8%Language:Shell 0.7%Language:Rich Text Format 0.4%