Install
curl -fsSL https://orouta.dev/install.sh | shThe script detects OS and CPU, then downloads the matching binary from the latest GitHub release into ~/.local/bin. Add that directory to PATH if it is not already there.
Pin a release:
OROUTA_VERSION=v0.1.0 curl -fsSL https://orouta.dev/install.sh | shInstall somewhere else:
OROUTA_BINDIR=/usr/local/bin curl -fsSL https://orouta.dev/install.sh | shLinux amd64/arm64 and macOS Intel/Apple Silicon are built on every v* tag. Main-branch pushes also upload the same binaries as GitHub Actions artifacts.
Ollama on another machine must bind 0.0.0.0 so orouta can reach it. See Expose Ollama for macOS, Linux, and Windows.
From source:
git clone https://github.com/pmdroid/oroutacd oroutacargo run --release -- --config orouta.toml