Skip to content

Installation

Download the latest release for your platform:

View all releases for older versions or other architectures.

After downloading, you’ll need to make the binary executable and move it to your PATH:

Terminal window
chmod +x orb-macos
sudo mv orb-macos /usr/local/bin/orb
  • Rust 1.90+ (nightly recommended)
  • Git
Terminal window
git clone https://github.com/WalshyDev/orb.git
cd orb
make release

The binary will be at target/release/orb.

Terminal window
# After building
sudo cp target/release/orb /usr/local/bin/
Terminal window
orb --version

You should see output like:

orb 0.1.0

Now that you have orb installed, check out the Quick Start guide to make your first request!