Quick Start
Get Panopticon set up and create your first autonomous agent workspace.Installation
HTTPS Setup (Optional)
Panopticon supports local HTTPS via Traefik reverse proxy:Supported Platforms
| Platform | Support |
|---|---|
| Linux | Full support |
| macOS | Full support |
| Windows | WSL2 required |
Windows users: Panopticon requires WSL2 (Windows Subsystem for Linux 2). Native Windows is not supported. Install WSL2
Requirements
Required
- Node.js 18+
- Git (for worktree-based workspaces)
- Docker (for Traefik and workspace containers)
- tmux (for agent sessions)
- ttyd - Web terminal for interactive planning sessions. Auto-installed by
pan install. - GitHub CLI (
gh) - For GitHub integration (issues, PRs, merges). Install - GitLab CLI (
glab) - For GitLab integration (if using GitLab). Install
Optional
- mkcert - For HTTPS certificates (recommended)
- Linear API key - For issue tracking integration
- Beads CLI (bd) - For persistent task tracking across sessions. Auto-installed by
pan install. Upgrade withpan beads upgrade. - Google Stitch MCP - For AI-powered UI design integration
Platform Support
The Panopticon dashboard includes terminal streaming, which requires a native binary (node-pty). Prebuilt binaries are available for:
| Platform | Architecture | Support |
|---|---|---|
| macOS | Intel (x64) | ā Prebuilt |
| macOS | Apple Silicon (arm64) | ā Prebuilt |
| Linux | x64 (glibc) | ā Prebuilt |
| Linux | arm64 (glibc) | ā Prebuilt |
| Linux | musl (Alpine) | ā Prebuilt |
| Windows | x64 | ā Prebuilt |
Why CLI tools instead of API tokens?
Panopticon usesgh and glab CLIs instead of raw API tokens because:
- Better auth: OAuth tokens that auto-refresh (no expiring PATs)
- Simpler setup:
gh auth loginhandles everything - Agent-friendly: Agents can use them for PRs, merges, reviews
Next Steps
- Configure projects - Set up your projects
- Configure issue trackers - Connect Linear, GitHub, GitLab, or Rally
- Spawn your first agent - Create an agent for an issue
- Explore the dashboard - Learn about the dashboard features