◆ docs

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 dev
Full guide
macOS · Linux

Run the CLI

bash
git clone https://github.com/bulbulogludemir/kuzy.git
cd kuzy && pip install -e .
./kuzy --cli
Full guide
Source

View on GitHub

bash
# Issues, discussions, and releases live on GitHub.
# Public binaries follow the public release.
Full guide
◆ concepts
◆ 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"