Command line interface and diagnostic operator tool for Kryvora Network nodes.
The kryvora CLI provides node operators with real time diagnostics, availability probing, sync verification, and identity inspection. It connects to a local or remote kryvora-node daemon over HTTP or Unix domain socket.
Requires Go 1.22 or higher.
git clone https://github.com/kryvora-network/kryvora-cli.git
cd kryvora-cli
go build -o kryvora .
sudo mv kryvora /usr/local/bin/Prebuilt binaries for Linux (amd64, arm64) and macOS (Apple Silicon, Intel) are available on the Releases page.
Query operational telemetry and peer synchronization status:
kryvora statusExample output:
Kryvora Node Status
Status: active
Version: 0.2.0
Uptime: 342000 seconds
Peers: 8 connected
Sync State: synced
Machine readable JSON format:
kryvora status --jsonVerify daemon process availability:
kryvora healthInspect the local node identifier and ed25519 public key:
kryvora identity| Flag | Default | Description |
|---|---|---|
--endpoint |
http://127.0.0.1:4177 |
Target daemon HTTP API endpoint |
--json |
false |
Format command output as raw JSON |
Apache License 2.0. See LICENSE for details.