Skip to content

Latest commit

 

History

History
91 lines (70 loc) · 3.71 KB

File metadata and controls

91 lines (70 loc) · 3.71 KB

QuaX

GitHub release License: MIT Build Status Minimum Android version Downloads Flutter version Target SDK

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.

Get it on GitHub Get it on Obtainium

To verify the downloaded APK, use these signing certificate fingerprints.

Why isn't QuaX available on F-Droid?

Features

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

Screenshots

More information

Build locally

Prerequisites:

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 --debug

Of course, you can work with this app on Android Studio.

Star History

Star History Chart