KuroryuuKuroryuu

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.git

GitHub Release

Download the latest packaged release from GitHub.

View Releases

Source Archive

Download the source code as a ZIP archive.

Download ZIP

System Requirements

ComponentMinimumRecommended
Operating SystemWindows 10Windows 11
Node.js20.x22.x
Python3.113.12+
RAM4 GB8 GB
Disk Space500 MB1 GB
Claude Code CLIRequired — installed separately

Quick Start

1

Clone and install

bash
git clone https://github.com/ahostbr/kuroryuu-public.git && cd kuroryuu-public && npm install
2

Start the Gateway

bash
cd apps/gateway && uv run python server.py
3

Start the Desktop App

bash
cd apps/desktop && npm run dev