Skip to content

A Fediverse client for micro-blogging services written in Flutter/Dart.

License

Notifications You must be signed in to change notification settings

TrendingTechnology/kaiteki

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kaiteki

Build and deploy Total downloads

A Fediverse client for micro-blogging instances written in Flutter/Dart.

Currently Kaiteki has simple Mastodon/Pleroma and Misskey support, future backends could follow.

I'm happy about any feedback or contribution you have.

Screenshots

Welcome page Login page Feed of a Pleroma instance Feed of a Misskey instance About page

Download and use Kaiteki

If you want to try out Kaiteki, there are automatic releases available for use.

Please still note, that Kaiteki is still in development. Unpolished code, bugs and missing features might be present in these builds, so think twice when creating issues.

Visit web version Download latest Linux build View other builds

Why isn't my platform available

Packaged Linux releases and Windows builds are yet to be integrated into the GitHub build and deploy workflow.

Apple based platforms won't get any support, until one user will offer building and maintaining those builds.

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 (debug)
flutter run
# or build (release)
flutter build apk
flutter build windows
flutter build linux
flutter build web
# and so on...

About

A Fediverse client for micro-blogging services written in Flutter/Dart.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 87.1%
  • C++ 7.0%
  • CMake 4.9%
  • C 0.5%
  • HTML 0.4%
  • Swift 0.1%