Installation
Pre-built Binary
# Linux x86_64curl -fsSL https://github.com/shepherdjerred/monorepo/releases/latest/download/clauderon-linux-x86_64 -o clauderon
# Linux ARM64curl -fsSL https://github.com/shepherdjerred/monorepo/releases/latest/download/clauderon-linux-arm64 -o clauderon
# macOS Apple Siliconcurl -fsSL https://github.com/shepherdjerred/monorepo/releases/latest/download/clauderon-darwin-arm64 -o clauderon
# macOS Intelcurl -fsSL https://github.com/shepherdjerred/monorepo/releases/latest/download/clauderon-darwin-x86_64 -o clauderonchmod +x clauderon && sudo mv clauderon /usr/local/bin/Build from Source
Requires Rust 1.85+, Bun, and Node.js.
git clone https://github.com/shepherdjerred/monorepo.gitcd monorepo/packages/clauderoncd web && bun install && bun run build && cd ..cd docs && bun install && bun run build && cd ..cargo build --releasesudo cp target/release/clauderon /usr/local/bin/Backend Requirements
Zellij (default): 0.40+ — brew install zellij or cargo install zellij
Docker: Engine 20.10+ — user must be in docker group (sudo usermod -aG docker $USER)
Setup
# Start daemonclauderon daemon
# Verifyclauderon config showNext: Quick Start