edged

AutonomyOps edge relay daemon

Synopsis

edged — deterministic content relay and pre-staging daemon.

Operates under a bounded resource envelope (disk, memory, retry).
No consensus. No shared state. No mission-layer coupling.

All configuration is read from the --config TOML file.

Usage

edged [flags]

Options

      --config string             path to edge.toml configuration file (required)
      --control-socket string     unix socket path for local control RPC API (default "/run/edged/ctl.sock")
      --log-level string          override log level (debug|info|warn|error); uses config value if empty
      --prometheus-addr string    TCP address for Prometheus /metrics endpoint (e.g. :9090); disabled when empty
      --require-signed-manifest   Refuse to start if the SHA256SUMS release manifest or its cosign signature is missing/invalid (Tier 2 binary-integrity check; default: build-time compile-in via -ldflags -X, build-hardened artifacts=true, all others=false)

Subcommands