Skip to content

Getting Started

Terminal window
# Build from source
git clone https://github.com/hop-top/aps.git
cd aps
make build

Or download a release binary from GitHub Releases.

Terminal window
aps profile new myagent --display-name "My AI Agent" --email "agent@example.com"
Terminal window
# Process isolation (default, fastest)
aps profile new myagent
# Platform isolation — macOS/Linux user-level sandbox
aps profile new myagent --isolation-level platform
# Container isolation — strongest, requires Docker
aps profile new myagent --isolation-level container
Terminal window
# Run any command isolated under the profile
aps myagent -- echo "Hello from agent!"
# Git with profile's own config
aps myagent -- git status
# Interactive shell
aps myagent
Terminal window
aps docs

Docs will be written to ~/.agents/docs/.