Downloads
Get Kuroryuu up and running on your machine.
Git Clone
Clone the repository for the latest source code. Recommended for developers.
bash
git clone https://github.com/ahostbr/kuroryuu-public.gitSystem Requirements
| Component | Minimum | Recommended |
|---|---|---|
| Operating System | Windows 10 | Windows 11 |
| Node.js | 20.x | 22.x |
| Python | 3.11 | 3.12+ |
| RAM | 4 GB | 8 GB |
| Disk Space | 500 MB | 1 GB |
| Claude Code CLI | Required — installed separately | |
Quick Start
1
Clone and install
bash
git clone https://github.com/ahostbr/kuroryuu-public.git && cd kuroryuu-public && npm install2
Start the Gateway
bash
cd apps/gateway && uv run python server.py3
Start the Desktop App
bash
cd apps/desktop && npm run dev