Getting Started

Get ForkOff up and running in under a minute. This guide covers installation, pairing, and Claude integration.

Prerequisites

  • Node.js 18+ - Required for the CLI
  • iOS 15+ or Android 10+ - For the mobile app
  • Claude Code - Or another supported AI tool

Step 1: Install the CLI

Install the ForkOff CLI globally using npm, yarn, or pnpm:

npm
npm install -g forkoff
yarn
yarn global add forkoff
pnpm
pnpm add -g forkoff

On macOS, you can also use Homebrew:

Homebrew
brew install forkoff

Verify the installation:

bash
forkoff --version

Step 2: Install the Mobile App

Download ForkOff from your device's app store:

iOS Open Beta
Google Play (Android)Coming Soon

Step 3: Pair Your Devices

Generate a pairing QR code on your computer:

bash
forkoff pair

A QR code will appear in your terminal. Open the ForkOff mobile app, tap “Add Device”, and scan the QR code. You'll be connected instantly.

Tip: The QR code expires after 5 minutes for security. If it expires, just run forkoff pair again.

Step 4: Enable Claude Integration

Install the Claude Code hooks to route approvals through ForkOff:

bash
forkoff tools --install-hooks

This automatically detects Claude Code and configures it to send approval requests to your phone. You'll see a confirmation message when it's done.

Step 5: Verify It Works

Check that everything is connected:

bash
forkoff status

You should see your paired device and connected AI tools. Now open Claude Code and start a task that requires approval - you'll get a notification on your phone!

Next Steps