Skip to content

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

License

Notifications You must be signed in to change notification settings

hoaug-tran/Bootstrap

This branch is 5 commits ahead of, 215 commits behind roothide/Bootstrap:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c3bc340 · Jan 16, 2024
Jan 9, 2024
Jan 16, 2024
Jan 16, 2024
Dec 29, 2023
Dec 20, 2023
Jan 3, 2024
Dec 20, 2023
Jan 9, 2024
Dec 30, 2023
Dec 20, 2023
Dec 30, 2023
Dec 27, 2023
Dec 20, 2023
Dec 20, 2023
Dec 20, 2023
Dec 20, 2023

Repository files navigation

Bootstrap

GitHub stars

A full featured bootstrap for ios14.0-17.0, A8-A17,M1+M2. (currently tested on ios15.0~ios17.0)

Building

You'll need MacOS to build, as you require Xcode Command Line Tools. If you don't have Xcode installed, you can install the Command Line Tools by itself by running xcode-select --install.

  1. Update your theos to the this

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

    This build of Theos is consistently updated.

  2. Build Bootstrap.tipa

    make package

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

Usage

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

You can add various sources to Sileo or Zebra, and install tweaks. You may need to convert tweaks to be Bootstrap compatible.

By default, tweaks are not injected into any apps. To enable tweak injection, click AppEnabler in the Bootstrap app, and toggle on an app you want to enable your tweaks in. You cannot inject into SpringBoard (com.apple.springboard) or Photos (com.apple.mobileslideshow) at the moment.

Develop tweaks

Document

Bootstrap can enable tweaks for almost all apps, but it does not yet support springboard tweaks, such as the homescreen, lockscreen, control center, statusbar tweaks.

When installing a tweak, you might see a message saying 'Not Updated'. This tweak will need to be updated to support Bootstrap.

Install the Patcher in the sileo. When attempting to install a tweak, press 'Convert'. In the share sheet, press the Patcher app. When you convert a tweak to be Bootstrap compatible, you're given the option to directly convert simple tweaks or use rootless compat layer. If a tweak doesn't work with directly converting, try the rootless compat layer! You will need to install rootless-compat as a dependancy.

You can join the our Discord here.

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)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 77.9%
  • Swift 14.5%
  • C 6.0%
  • Other 1.6%