the ultimate way to tweak your Twitter/X experience.
Forked from BHTwitter.
these builds are considered beta. even though they should work fine. you may run into some issues. currently we're building it against Twitter/X v10.94. recent versions may have issues that havent been fixed yet.
![]() |
![]() |
![]() |
![]() |
- Install Theos.
- Install cyan if you want sideload or TrollStore builds.
- Clone the NeoFreeBird-BHTwitter repository:
git clone --recursive https://github.com/actuallyaridan/NeoFreeBird-BHTwitter
cd NeoFreeBird-BHTwitter
- Make the build script executable:
chmod +x ./build.sh
- Run the script with your preferred option:
./build.sh [OPTIONS]
Available options:
--sideloaded: For sideloading.
--rootless: For rootless jailbreaks.
--trollstore: For TrollStore users.
(no option): For rootful jailbreaks.
- Fork this repository.
- Open the "Actions" tab and enable workflows.
- Choose "Build and Release NeoFreeBird-BHTwitter."
- Click "Run workflow" and provide:
- Deployment format:
rootful
,rootless
,sideloaded
, ortrollstore
. - A decrypted IPA URL for sideloaded/TrollStore builds.
- Any value for rootful/rootless builds.
- Deployment format:
- Check the "Releases" tab once the build completes.
- Get a decrypted IPA for Twitter/X.
- Rename it to
com.atebits.Tweetie2.ipa
and move it to thepackages
folder.
./build.sh --sideloaded
Result: NeoFreeBird-BHTwitter-sideloaded.ipa
inside packages
.
Follow the same steps as sideloading, then run:
./build.sh --trollstore
Result: NeoFreeBird-BHTwitter-trollstore.tipa
inside packages
.
Simply run:
./build.sh --rootless
Result: com.bandarhl.bhtwitter_4.2_iphoneos-arm64.deb
inside packages
.
Just run the script without any flags:
./build.sh
Result: com.bandarhl.bhtwitter_4.2_iphoneos-arm.deb
inside packages
.