Skip to content

FahimF/Kaiteki

 
 

Repository files navigation

Kaiteki

Build status CodeFactor Translation status

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?".

Screenshots

Screenshot of a Misskey feed inside Kaiteki on a phone Screenshot of an user inside Kaiteki on a tablet

Platforms & Releases

Kaiteki is available for Web, Windows, Linux and Android. Check out the releases page for automatic builds.

What's working, what's missing?

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.

Compiling Kaiteki

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

About

A cross-platform client for micro-blogging services

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 93.7%
  • C++ 2.9%
  • CMake 1.8%
  • HTML 0.8%
  • Ruby 0.4%
  • PowerShell 0.1%
  • Other 0.3%