Installation
Up and running
in minutes.
Install the latest release with a single command, or build from source. You'll need a local LLM server and a model.
Quick install (one-liner)
The fastest way to get the latest release binary โ no build step required.
Linux / macOS:
Windows (Command Prompt):
Windows (PowerShell):
Installs to ~/.local/bin (Linux/macOS) or %USERPROFILE%\.local\bin (Windows) and warns if it is not on your PATH. Override the location with INSTALL_DIR. Prefer to build from source? Follow the steps below.
Install Rust and dependencies
orangu requires Rust and Cargo. On Fedora / RHEL:
On other distributions, install Rust via rustup.rs. On Windows, use WSL2 with a Linux distribution.
Clone and build
The release binary will be at target/release/orangu. To install system-wide:
Start a local LLM server
Configure and launch
Run the interactive setup wizard. It auto-detects your model and walks through every option:
Or copy the sample config and edit it directly:
First commands to try
Enhance your experience.
delta
Syntax-highlighting pager for /diff. Set it as your Git pager and orangu pipes through it automatically.
bat
A cat replacement with syntax highlighting, used automatically by /show_file when installed.
gh / glab
Required for /pull_request, /comment, and /close on GitHub and GitLab.