Skip to main content
More documentation coming soon for the web app, team features, and API. This page covers the CLI.

What is Proliferate?

Proliferate runs coding agents in cloud containers with your local files synced automatically. Why use it:
  • Cloud containers - Full Docker environments with more resources than your laptop
  • Log visibility - See exactly what the agent is doing in real-time
  • Preview URLs - Instant public URLs for dev servers to test and share

Install

Requirements: macOS or Linux
curl -fsSL https://raw.githubusercontent.com/proliferate-ai/cli/main/install.sh | bash

Login

proliferate login
Opens your browser to authenticate.

Run

Navigate to any project and run an agent:
proliferate claude    # Claude Code
proliferate codex     # Codex
proliferate opencode  # OpenCode
Or run any command:
proliferate npm run dev
proliferate cargo build

Options

FlagDescription
--persistKeep session alive after disconnect
--freshForce fresh sync (ignore cache)
--sync-gitignoreRespect .gitignore strictly

Reconnect

If you used --persist, reconnect with:
proliferate resume

Update

proliferate update

Need help? Email [email protected] - we respond within minutes (unless we’re asleep).