Run the Daemon¶ RexOS includes an HTTP daemon (currently minimal). Start¶ 1rexos daemon start --addr 127.0.0.1:8787 Health check¶ 1curl http://127.0.0.1:8787/healthz Expected response: 1{ "status": "ok" }