![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Go to the Releases page to download the latest version of NeoFreeBird-BHTwitter. You can also build it yourself by following the instructions below.
- Install Theos.
Note for Linux users: the current toolchain that ships with Theos is too outdated to build successfully ("Undefined symbols for architecture arm64"). Download the latest toolchain for your distro from here and replace
$THEOS/toolchain/linuxwith its contents.
- Install cyan if you want sideload or TrollStore builds.
- Clone the NeoFreeBird-BHTwitter repository:
git clone --recursive https://github.com/orionblur/NeoFreeBird
cd NeoFreeBird- Make the build script executable:
chmod +x ./build.sh- Run the script with your preferred option:
./build.sh [OPTIONS]Available options:
--sideloaded: for sideloading.
--trollstore: for TrollStore users.
--rootless: for rootless jailbreaks.
--rootfull: for rootful jailbreaks.
--help: for help
- Fork this repository.
- Open the "Actions" tab and enable workflows.
- Choose "Release".
- Click "Run workflow" and provide:
- A decrypted IPA URL for sideloaded/TrollStore builds.
- Any value for rootful/rootless builds.
- Check the "Releases" tab once the build completes.
- Get a decrypted IPA for Twitter/X.
- Rename it to
com.atebits.Tweetie2.ipaand move it to thepackagesfolder.
./build.sh --sideloadedResult: NeoFreeBird-sideloaded.ipa inside packages.
Follow the same steps as sideloading, then run:
./build.sh --trollstoreResult: NeoFreeBird-trollstore.tipa inside packages.
Just run:
./build.sh --rootlessResult: com.bandarhl.bhtwitter_4.2_iphoneos-arm64.deb inside packages.
Just run:
./build.sh --rootfullResult: com.bandarhl.bhtwitter_4.2_iphoneos-arm.deb inside packages.
rebrand.sh applies name and icon branding to an IPA. This can be done before or after patching with the tweak.
Resource packs work on both macOS and Linux via scar, which is downloaded automatically if it isn't in PATH (or set NFB_SCAR to a binary). The Pillow package they need is installed automatically into a cached venv on first use. There is a GitHub Actions workflow if you'd rather not run it locally.
./rebrand.sh [-t | --twitter-branding] [--resource-pack ZIP] [-o OUTPUT] IPAAt least one branding option is required:
-t, --twitter-branding: sets the app's display name to Twitter.
--resource-pack ZIP: applies a theme pack ZIP.
By default the IPA is rebranded in place. Pass -o/--output to write a rebranded copy instead:
./rebrand.sh -t --resource-pack theme.zip -o packages/Twitter-rebranded.ipa packages/NeoFreeBird-sideloaded.ipa























