perry
Installation
SKILL.md
Perry Usage
Perry runs a local agent that creates isolated Docker workspaces and advertises them on your tailnet. Each workspace has coding agents preinstalled and is reachable via CLI, web UI, or SSH.
Quick start
# Install
curl -fsSL https://raw.githubusercontent.com/gricha/perry/main/install.sh | bash
# Run the agent
perry agent run
# Point your CLI at the agent (one-time)
perry config agent <hostname>
# Create a workspace (optional clone)
perry start my-proj --clone git@github.com:user/repo.git