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 install -g forkoffyarn global add forkoffpnpm add -g forkoffOn macOS, you can also use Homebrew:
brew install forkoffVerify the installation:
forkoff --versionStep 2: Install the Mobile App
Download ForkOff from your device's app store:
Step 3: Pair Your Devices
Generate a pairing QR code on your computer:
forkoff pairA 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:
forkoff tools --install-hooksThis 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:
forkoff statusYou 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!