ABOUT
Paperclip is an open-source orchestration platform for managing autonomous AI agent teams with goals, routines, governance, and a browser-based control plane.
infoCredentials and the initial CEO bootstrap invite are stored in `~/paperclip.creds`. Open the invite link to complete admin setup; generate a new one with `pnpm paperclipai auth bootstrap-ceo` from `/opt/paperclip` after sourcing `.env`.
infoCodex and Claude Code are preinstalled. Authenticate them as root inside the container (`codex` / `claude /login`) so Paperclip can reuse the credentials.
infoWhen accessing from a different hostname, update `PAPERCLIP_PUBLIC_URL` in `/opt/paperclip/.env`, restart the service, and run `pnpm paperclipai allowed-hostname <hostname>`.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally4 CPU8192 MB RAM20 GB disk
Config path/opt/paperclip/.env
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/paperclip.sh'; sha='3611ab5eabde95ce32bd8fe0e0117d3223b41b40efc1aae6e01e864e851a7e67'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/paperclip.shSHA-256 3611ab5eabde95ce32bd8fe0e0117d3223b41b40efc1aae6e01e864e851a7e67 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.