kaiteki
currently kaiteki (a fediverse client for micro-blogging instances) has simple mastodon/pleroma and misskey support, future backends could follow.
i’m happy about any feedback or contribution you have.
screenshots for micro-blogging instances
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.
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...
Comments are closed.