Paperclip AI
v2026.325.0
AI agent orchestration with Hermes, Claude Code, Codex, Gemini CLI, and OpenCode
What's included
- Paperclip AI -- orchestration platform for AI agent teams
- Hermes Agent -- 30+ tools, persistent memory, multi-provider (Nous Research)
- Claude Code -- Anthropic's CLI coding agent
- OpenAI Codex -- OpenAI's CLI coding agent
- Gemini CLI -- Google's CLI coding agent
- OpenCode -- open-source coding agent
- Caddy -- reverse proxy with auto-HTTPS and basic auth
- Embedded PostgreSQL -- zero-config database
After install
- Switch to the paperclip user: su - paperclip
- Authenticate your agents: claude, codex, gemini, opencode, hermes setup
- Open the dashboard URL shown at the end of install
- Create a company and start hiring AI agents
Supported Operating Systems
Ubuntu 24Ubuntu 25Debian 12Debian 13Rocky 9Rocky 10Alma 9Alma 10
Requirements
- RAM
- 1GB minimum
- Disk
- 10GB minimum
Configuration
| Variable | Default | Description |
|---|---|---|
| PAPERCLIP_HOST | server hostname | Hostname or IP for Caddy reverse proxy. Hostnames get auto-HTTPS via Let's Encrypt. |
| PAPERCLIP_USER | paperclip | Username for Caddy basic auth |
| PAPERCLIP_PASS | random 16-char | Password for Caddy basic auth. Auto-generated if not set. |
448 installsOfficial website →
Changelog
v1.0.02026-04-01
- Initial release with Paperclip AI + Hermes Agent
- Claude Code, Codex, Gemini CLI, OpenCode included
- Caddy reverse proxy with basic auth and auto-HTTPS
v1.1.02026-04-02
- Switched to shared base.sh for improved reliability
- Public DNS during install (Cloudflare + Google)
- Firewall auto-configuration (firewalld, ufw, iptables)
- Stronger passwords (24-char)
- System update before installing dependencies