QuaX is a free, open-source, privacy-focused client for X (formerly Twitter). It is forked from Quacker and Fritter, and serves as an alternative to Squawker.
To verify the downloaded APK, use these signing certificate fingerprints.
Important
An X account is needed to use QuaX. Subscriptions, saved posts, and all other QuaX settings are independent from the account you're logged into. Everything is local to the app.
- ✅ Follow anybody
- ✅ Group your subscriptions in feeds to organize your timeline
- ✅ Trending topics from anywhere in the world
- ✅ Search anything on X
- ✅ Save posts offline
- ✅ Download any media (image, gif, video)
- ✅ Read X articles
- ✅ Modern Material 3 design
- ✅ No trackers
Prerequisites:
- Python
- Dart
- Flutter (get version here)
python -mvenv .venv
source ./.venv/bin/activate
pip install -r requirements.txt
python generate_icons.py
deactivate
flutter pub get
dart run flutter_launcher_icons
dart run dart_pubspec_licenses:generate
dart run intl_utils:generate
dart run flutter_iconpicker:generate_packs --packs material
flutter build apk --debugOf course, you can work with this app on Android Studio.




