This repository contains everything needed to initialize a Paperclip Control Plane instance with a pre-configured state (agents, data, and configurations).
config/: Core configuration files (config.json,.env,master.key).data/: Latest database snapshot (latest.sql).workspaces/: Files and data managed by agents.outputs/: Key documentation and rosters from the orchestrator.setup.sh: One-click installation script for macOS/Linux.setup.bat: One-click installation script for Windows.
- Open your terminal.
- Clone this repository.
- Run the setup script:
chmod +x setup.sh ./setup.sh
- Start Paperclip:
paperclipai run
- Clone this repository.
- Double-click
setup.bator run it from CMD/PowerShell. - Start Paperclip:
paperclipai run
The setup script places a database dump in your local Paperclip backup folder. Paperclip usually manages its embedded database automatically. If you need to manually restore the SQL state, follow the paperclipai CLI instructions or import latest.sql into the embedded PostgreSQL instance (port 54329 by default).
- Node.js: Required to run
paperclipai. - Git: To clone this repository.