Run Kuzy in 60 seconds.
Pick your platform, paste a one-liner, and you're running a native coding agent that reads your repo, drives your terminal, and ships work.
macOS Desktop
Run the desktop app
bash
git clone https://github.com/bulbulogludemir/kuzy.git
cd kuzy/desktop && npm install && npm run devmacOS · Linux
Run the CLI
bash
git clone https://github.com/bulbulogludemir/kuzy.git
cd kuzy && pip install -e .
./kuzy --cliSource
View on GitHub
bash
# Issues, discussions, and releases live on GitHub.
# Public binaries follow the public release.◆ concepts
Memory
Per-workspace semantic index. Auto-generated skills. Encrypted on disk.
Sub-agents
Spawn isolated workers. Big tasks fan out, results converge.
Sandboxing
Docker · NSJail · Firecracker. Network egress allowlist by default.
Tools
50+ built-in tools and full MCP support. Bring your own.
Web & Browser
Live web search and headless browser. Vision-capable.
Models
Kuzy default · BYOK any OpenAI- or Anthropic-compatible endpoint.
◆ your first task
Try it in 30 seconds.
Open a repo. Run this. Watch it work.
bash
cd ~/your-repo
kuzy "find any flaky tests in the last week, fix them, and open a PR"