Download & Install

One binary. Zero runtime dependencies. Runs on Linux, macOS, and Windows.

From Source (Recommended)

$ git clone https://github.com/aegntic/clawreform.git
$ cd clawreform
$ cargo build --release
$ ./target/release/clawreform start

Requires Rust 1.75+ and a C linker. Build takes 2-4 minutes on a modern machine.

Docker

$ docker pull ghcr.io/aegntic/clawreform:latest
$ docker run -p 4332:4332 ghcr.io/aegntic/clawreform:latest

Image includes the binary and default config. Mount a volume at /root/.clawreform for persistent state.

npm (JavaScript/TypeScript SDK)

$ npm install clawreform

The npm package provides the JS/TS client SDK for interacting with a running clawREFORM instance.

Verify it works

$ curl http://127.0.0.1:4332/api/health
{"status":"ok","version":"0.3.0"}

The API runs on port 4332 by default. The embedded dashboard is at http://127.0.0.1:4332/.

System Requirements

OS

Linux, macOS, Windows

RAM

512 MB minimum, 2 GB recommended

Disk

~50 MB for the binary

Build from source

Rust 1.75+, C linker