mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 01:09:56 -05:00
077ea4dd8f85205426b6c74fddf845a0284554b6
Requirements
Suwayomi-Server must be running. By default Moku expects it at http://127.0.0.1:4567.
Moku will attempt to launch the server automatically on startup if the
suwayomi-serverbinary is on yourPATH.
Installation
Nix (recommended)
nix run github:Youwes09/moku
Add to your flake:
inputs.moku.url = "github:Youwes09/moku";
From source
git clone https://github.com/Youwes09/moku
cd moku
nix build
./result/bin/moku
Development
nix develop
pnpm install
pnpm tauri:dev
Stack
| Tauri v2 | Native app shell |
| Svelte + TypeScript | UI |
| Vite | Frontend bundler |
| Crane | Nix Rust builds |
License
Distributed under the Apache 2.0 License.
Disclaimer
Moku does not host or distribute any content. The developers have no affiliation with any content providers accessible through connected sources.
Description
Languages
Svelte
71.8%
TypeScript
19.3%
CSS
3%
Rust
2.7%
Python
1%
Other
2.1%