Getting Started
Get up and running with Ringleader in a few minutes.
Up and running in minutes
Ringleader is in private beta. Once you have access, a working environment is three steps away.
1. Install the CLI
curl -fsSL https://ringleader.dev/install.sh | sh
2. Authenticate
ringleader auth login
3. Apply your first environment
Describe your environment in a YAML file, then apply it, just like kubectl:
ringleader apply -f my-new-great-dx.yaml
workstation/my-new-great-dx created
That’s it: your environment is persistent. Close your laptop, come back tomorrow, and it picks up exactly where you left off. Apply the same file again and Ringleader reconciles it to match, with no drift. Share it with a teammate or hand it to an AI agent and they get the very same state.
What you get
- Reproducible by definition. Every environment is described in code, so it rebuilds identically anywhere.
- Persistent state. Long-running processes, caches, and scratch work survive between sessions.
- Agent-ready. The same environment a human uses is the one an AI agent runs in: no drift, no surprises.
Need access? Join the beta.