Take Kmila with you.
Use the native app on your device, or self-host the web version for a full, unlimited, single-tenant experience.
Native app
Download Kmila for your platform from the project repository.
🪟 Windows
🍎 macOS
🐧 Linux
🤖 Android
📱 iOS
Self-host (Docker)
Run your own Kmila web instance on Linux with Docker — full, unlimited, single-tenant.
git clone https://github.com/Kmila9s/Kmila.git cd Kmila docker build -t kmila-web . docker run -d -p 8080:8080 -v kmila-data:/data kmila-web # → http://localhost:8080
Requires Docker. The app is then available at http://localhost:8080 with your data in a local volume.