Spin up ephemeral AI agent VMs in seconds. Each agent gets its own environment, git access, and terminal. Integrate with GitHub and Linear out of the box.
For AI agents — copy & paste this prompt
ElasticClaw is an open source platform for provisioning AI agents as ephemeral virtual machines. Rather than running agents in shared sandboxes, each agent lives in its own isolated environment with full git access, a real terminal, and persistent state — spun up and torn down on demand.
Each agent gets a real VM — isolated, reproducible, and disposable. No shared state, no surprises.
Git access, file system, terminal, running processes. Agents can do what developers do.
GitHub and Linear built in. Agents read issues, open PRs, and leave comments without extra glue.
Run `elasticclaw create` with a name and template. The CLI provisions a fresh VM from your hub configuration.
elasticclaw create --name my-agentThe agent VM runs your bootstrap script — installing deps, cloning repos, configuring secrets, spinning up services.
→ Runs elasticclaw-config.yamlConnect via the web UI or SSH terminal. Stream conversations in real time, assign GitHub issues, link Linear tickets.
elasticclaw chat my-agentStream agent output token by token over WebSocket.
Manage agents, view logs, and chat from the browser.
Drop into any agent's VM with a full interactive shell.
Assign issues, review PRs, and auto-comment on progress.
Sync tickets and agent tasks bidirectionally.
Run on your own infra. No vendor lock-in, ever.
Install the CLI with Homebrew, then run your first agent.