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.
After downloading, move the binary to a directory in your PATH, such as /usr/local/bin on macOS/Linux.
Command line Installation
Section titled “Command line Installation”After downloading, you’ll need to make the binary executable and move it to your PATH:
curl https://orb-tools.com/downloads/orb-macos -v -o orbchmod +x orbsudo mv orb /usr/local/bin/orbcurl https://orb-tools.com/downloads/orb-linux -v -o orbchmod +x orbsudo mv orb /usr/local/bin/orbInvoke-WebRequest -Uri https://orb-tools.com/downloads/orb-windows.exe -OutFile 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!