How to install paperclipai/paperclip. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
paperclipai/paperclip Installation Guide
How to install paperclipai/paperclip. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for paperclipai/paperclip. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i paperclipai/paperclipor
Install via npx
npx @hexmos/ipm i paperclipai/paperclipPrerequisites
Node.js
runtimeVersion: 20+
pnpm
package managerVersion: 9.15+
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install using the official script (Recommended)
curl -fsSLO https://paperclip.ing/install.sh
curl -fsSLO https://paperclip.ing/install.sh.sha256
if command -v sha256sum >/dev/null 2>&1; then sha256sum -c install.sh.sha256; else shasum -a 256 -c install.sh.sha256; fi
bash install.shNon-interactive install using the official script (for CI/CD)
curl -fsSL https://paperclip.ing/install.sh | bash -s -- --no-prompt --no-onboard
paperclipai onboard --yesTry Paperclip without installing
npx --registry https://registry.npmjs.org paperclipai onboard --yesManual installation from source
git clone https://github.com/paperclipai/paperclip.git
cd paperclip
pnpm install
pnpm devPost Installation Steps
- After installation, the script will guide you through onboarding. For manual installation, the API server starts at http://localhost:3100.
