Unofficial Pixiv app, support Windows, Android, iOS, macOS, linux
All main features are implemented.
This is a fork of wgh136/pixes with the following additions:
- Custom font
- Hide email address
- Age tag display fix
- Japanese localization
- PIN lock
- Data export / import
- Token login (login with config file)
- Supabase sync (sync search/browsing history and settings across devices)
Download from Release
View Flutter Document
Put your keystore file (key.jks, key.properties) in android/
Run flutter build apk
Run flutter build ios/windows/macos
Usepython3 debian/build.py {ARCH} to build deb package. Replace {ARCH} with x64 or arm64.
For other linux distributions, you can use flutter build linux to build.
You must register the pixiv scheme in the .desktop file, otherwise the login will not work.
Requires a self-hosted Supabase project.
- Create a Supabase project at supabase.com
- Go to Settings → API and copy your anon key(orservice_role)
- In pixes, open Settings → Sync and enter your Supabase URL and anon key
- Tap Test Connection – follow the in-app setup guide to run the SQL commands
- Enable Sync – your search history, browsing history, and settings will sync across devices automatically



