Skip to content

Repository files navigation

Kilt logo

Kilt

A proper E926/Self21 client

Flutter Dart License

Kilt is a client for E926 and Self21-compatible image boards. It works on desktop and mobile.

Prerequisites

  • Flutter SDK 3.32.0 or higher
  • Dart SDK 3.8.0 or higher
  • An E926-compatible host (e.g. e926.net) or a Self21 instance

Getting Started

Clone the repository

git clone https://gitlab.com/Openlyst/klit.git
cd klit

Install dependencies

flutter pub get

Building

Desktop builds

flutter build linux
flutter build windows
flutter build macos

Mobile builds

flutter build apk
flutter build ios

Configuration

Kilt connects to E926 by default. For a Self21 instance, go to Settings > Server and enter your URL.

License

This project is licensed under the AGPL-3.0 License - see the LICENSE file for details.