← Back to catalog
Paperclip AI

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

Install

$curl -fsSL https://virtua.sh/i/paperclip | bash

Supported Operating Systems

Ubuntu 24Ubuntu 25Debian 12Debian 13Rocky 9Rocky 10Alma 9Alma 10

Requirements

RAM
4GB minimum
Disk
10GB minimum

Configuration

VariableDefaultDescription
PAPERCLIP_HOSTserver hostnameHostname or IP for Caddy reverse proxy. Hostnames get auto-HTTPS via Let's Encrypt.
PAPERCLIP_USERpaperclipUsername for Caddy basic auth
PAPERCLIP_PASSrandom 16-charPassword for Caddy basic auth. Auto-generated if not set.