Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paperclip Distribution

This repository contains everything needed to initialize a Paperclip Control Plane instance with a pre-configured state (agents, data, and configurations).

What's included

  • 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.

Quick Start

macOS / Linux

  1. Open your terminal.
  2. Clone this repository.
  3. Run the setup script:
    chmod +x setup.sh
    ./setup.sh
  4. Start Paperclip:
    paperclipai run

Windows

  1. Clone this repository.
  2. Double-click setup.bat or run it from CMD/PowerShell.
  3. Start Paperclip:
    paperclipai run

Restoring State

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).

Requirements

  • Node.js: Required to run paperclipai.
  • Git: To clone this repository.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages