Skip to content

nananankona/pixes

 
 

Repository files navigation

pixes

flutter License Download stars

Unofficial Pixiv app, support Windows, Android, iOS, macOS, linux

All main features are implemented.

Fork

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)

Japanese README is here

Download

Download from Release

Build from source

Install Flutter

View Flutter Document

Build Android

Put your keystore file (key.jks, key.properties) in android/

Run flutter build apk

Build iOS/Windows/macOS

Run flutter build ios/windows/macos

Build Linux

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.

Sync (cross-device)

Requires a self-hosted Supabase project.

  1. Create a Supabase project at supabase.com
  2. Go to Settings → API and copy your anon key(orservice_role)
  3. In pixes, open Settings → Sync and enter your Supabase URL and anon key
  4. Tap Test Connection – follow the in-app setup guide to run the SQL commands
  5. Enable Sync – your search history, browsing history, and settings will sync across devices automatically

Screenshots

About

Add Future. Unofficial pixiv app. 一番まともに更新してる説がある。

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Dart 88.5%
  • C++ 5.1%
  • CMake 3.2%
  • Swift 1.6%
  • Inno Setup 0.6%
  • Ruby 0.5%
  • Other 0.5%