TrendingTechnology / kaiteki

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:GNU General Public License v3.0


Languages

Language:Dart 87.1%Language:C++ 7.0%Language:CMake 4.9%Language:C 0.5%Language:HTML 0.4%Language:Swift 0.1%Language:Kotlin 0.0%Language:Objective-C 0.0%