Installation
This guide covers the supported install paths. Most users want the npm install. Pre-built binaries and a from-source build are documented below for niche cases.
Prerequisites
- An account for the provider(s) you'll use: GitHub, GitLab, Jira, ClickUp, Slack, or Fireflies (any subset).
- For the build-from-source path only: Rust 1.75 or later and Git.
Installation methods
From npm (recommended)
Single command — the correct binary for your platform is fetched automatically. Global install puts devboy on your PATH.
After install, the fastest first run:
See Quick start for the full first-run flow.
From source (for contributors)
Build the binary yourself. Requires Rust 1.75+ and Git.
From pre-built binaries
Download pre-built binaries from the Releases page.
macOS:
Linux:
Windows:
- Download
devboy-windows-x86_64.exe.zipfrom releases - Extract the ZIP file
- Add the directory to your PATH environment variable
Verify installation
After installation, verify that DevBoy is working:
You should see the help output with available commands.
Next steps
Now that you have DevBoy installed, proceed to the Quick Start guide to configure your first integration.