A 快適 (kaiteki) Fediverse client for microblogging instances, made with Flutter and Dart.
Currently, Kaiteki is still in a proof-of-concept/alpha stage, with simple Mastodon/Pleroma and Misskey support, future backends could follow. See "What's working, what's missing?".
Kaiteki is available for Web, Windows, Linux and Android. Check out the releases page for automatic builds.
Currently, Kaiteki only allows viewing timelines, making text posts and viewing users.
Most important API calls for Misskey, Mastodon/Pleroma are already implemented but need a UI implementation.
Other features that are missing are extensive settings, unit tests, and many other things. If you'd like to contribute, feel free to do so.
Depending on your platform you might have to take extra steps. See this page for steps on compiling for desktop, and this page for steps on compiling for web.
flutter upgrade # upgrade flutter to its latest version
flutter pub get # get packages
# run
flutter run
# ... or compile a release build
flutter build apk --release
flutter build windows --release
flutter build linux --release
flutter build web --release