Installation
Pre-built Binaries
Section titled “Pre-built Binaries”Download the latest release for your platform:
View all releases for older versions or other architectures.
Manual Installation
Section titled “Manual Installation”After downloading, you’ll need to make the binary executable and move it to your PATH:
chmod +x orb-macossudo mv orb-macos /usr/local/bin/orbchmod +x orb-linuxsudo mv orb-linux /usr/local/bin/orb# Rename to orb.exe and move to a directory in your PATHRename-Item orb-windows.exe orb.exeMove-Item orb.exe C:\Windows\System32\Build from Source
Section titled “Build from Source”Prerequisites
Section titled “Prerequisites”- Rust 1.90+ (nightly recommended)
- Git
Clone and Build
Section titled “Clone and Build”git clone https://github.com/WalshyDev/orb.gitcd orbmake releaseThe binary will be at target/release/orb.
Install Globally
Section titled “Install Globally”# After buildingsudo cp target/release/orb /usr/local/bin/Verify Installation
Section titled “Verify Installation”orb --versionYou should see output like:
orb 0.1.0What’s Next?
Section titled “What’s Next?”Now that you have orb installed, check out the Quick Start guide to make your first request!