Quickstart
Install Proliferate, connect a repo, authenticate an agent, and review its first change.
Get from a fresh install to a reviewed agent change in five steps.
1. Install and sign in#
Download the desktop app for macOS or Windows and sign in. Hosted is the default path, so there is no server to run and nothing to configure first.

Open the .dmg and drag Proliferate into your Applications folder, then launch it from there.
2. Connect a repository#
Add a repository, then pick a local checkout or a new worktree. A worktree keeps the agent's branch and edits out of your main checkout. Cloud workspaces are coming soon.

Full detail lives in Connect a repo.
3. Choose and authenticate an agent#
Pick an agent in the composer and authenticate it.
| Agent | Authentication routes |
|---|---|
| Claude Code | Native login, your own key, or the gateway. |
| Codex | OAuth login, your own key, or the gateway. |
| Cursor | Its own sign-in only, local runs only. |
| OpenCode | Per-provider keys, the gateway, or native. |
| Grok | Native login, your own key, or the gateway. |
How an agent reaches a model depends on the route you choose: its own native login, your own API key, or the Proliferate gateway. See authentication for the current local settings flow.
4. Give it a bounded task and review the result#
Ask for something small and specific: one bug fix, one focused test. When the run finishes, open the Changes panel and read the diff.
Publish pushes real commits to your remote, so review the diff first. See review and publish for the publish and pull request flow.
5. Explore next#
Need agent execution, code, and account state inside your own cloud? Proliferate is self-hostable on AWS or GCP.