Installation
This guide covers various ways to install DevBoy tools on your system.
Prerequisites
- Rust 1.75 or later (for building from source)
- Git (for cloning the repository)
- A GitHub, GitLab, Jira, or ClickUp account (for API access)
Installation methods
From npm (recommended)
The easiest way to install DevBoy tools. Install globally so the devboy command is available system-wide. The correct binary for your platform is installed automatically.
Then use via CLI:
From source (recommended for development)
Building from source gives you the latest features and is recommended for development.
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.