Installation

Install Oxid on Linux or macOS. No dependencies required - single binary, zero runtime.

Quick Install

The install script downloads the latest release for your platform:

curl -fsSL https://raw.githubusercontent.com/ops0-ai/oxid/main/install.sh | bash

This installs the oxid binary to /usr/local/bin/.

Build from Source

Prerequisites

  • Rust 1.93+ (install via rustup)
  • protoc - Protocol Buffers compiler (required for gRPC codegen)
Build
git clone https://github.com/ops0-ai/oxid.git
cd oxid
cargo build --release
cp target/release/oxid /usr/local/bin/

Verify Installation

oxid --version
# oxid 0.3.6

Supported Platforms

Linux x86_64Fully supported
macOS arm64Fully supported (Apple Silicon)
macOS x86_64Fully supported (Intel)
WindowsNot yet supported (use WSL2)