logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt
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/paperclip
or

Install via npx

npx @hexmos/ipm i paperclipai/paperclip

Prerequisites

Node.js

runtime

Version: 20+

pnpm

package manager

Version: 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.sh

Non-interactive install using the official script (for CI/CD)

curl -fsSL https://paperclip.ing/install.sh | bash -s -- --no-prompt --no-onboard

paperclipai onboard --yes

Try Paperclip without installing

npx --registry https://registry.npmjs.org paperclipai onboard --yes

Manual installation from source

git clone https://github.com/paperclipai/paperclip.git

cd paperclip

pnpm install

pnpm dev

Post Installation Steps

  • After installation, the script will guide you through onboarding. For manual installation, the API server starts at http://localhost:3100.