Skip to content

Run the Daemon

RexOS includes an HTTP daemon (currently minimal).

Start

rexos daemon start --addr 127.0.0.1:8787

Health check

curl http://127.0.0.1:8787/healthz

Expected response:

{ "status": "ok" }