Installation
Install Rebuttr on macOS, Linux, or Windows.
Requirements
| Requirement | Version | Notes |
|---|---|---|
| Node.js | 18.0.0 or higher | Required for running Rebuttr |
| npm | 8.0.0 or higher | Included with Node.js |
| OpenCode CLI | Latest | Required for AI features |
Step 1: Install Node.js
If you don't have Node.js installed, download it from nodejs.org or use a package manager:
macOS
Linux
Windows
Step 2: Install OpenCode CLI
OpenCode is required for AI-powered features like response generation and expert panels.
API Key Required
After installing OpenCode, you'll need to configure your API key. Run opencode and follow the prompts to set up authentication.
Step 3: Install Rebuttr
Install Rebuttr globally to use it from anywhere:
This will:
- Install Rebuttr and its dependencies
- Compile native SQLite bindings for your platform
- Create the
rebuttrcommand - Install AI expert skills to
~/.config/opencode/skill/ - Create data directory at
~/Rebuttr/
Step 4: Verify Installation
Success
If you see the Rebuttr banner and the browser opens to http://localhost:3001, you're ready to go!
Platform-Specific Notes
macOS
You may need Xcode Command Line Tools for native module compilation:
Linux
Install build tools if you see compilation errors:
Windows
Install Windows Build Tools:
Updating
To update Rebuttr to the latest version:
Uninstalling
Warning
Removing ~/Rebuttr will delete all your papers and responses. Export your data first!
Next Steps
- Quick start guide - Get started in 5 minutes
- Full Tutorial - Detailed walkthrough
- Configuration - Customize settings