![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Go to the Releases page to download the latest version of NeoFreeBird-BHTwitter. You can also build it yourself by following the instructions below.
I welcome all help on NeoFreeBird! Translations, bug fixes, and new features are all welcome. If you do see any issues with the app, feel free to open an issue and follow the templates provided. I also have a Ko-Fi linked in the repo if you wish to support me directly, but by no means is it required! NeoFreeBird will always be open-source and free to use.
- 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 rebuilds the app's asset catalogs, and resvg, which rasterizes a pack's svgs/ glyphs into them. Both are downloaded automatically if they aren't in PATH (or set NFB_SCAR / NFB_RESVG 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























