Drive your node from the terminal
The matrix CLI is a command-line ops tool that talks to a running node over its gRPC market API. Check health, manage providers and jobs, read balances and the token chain, and sign and submit native MATRIX transfers from a local ed25519 wallet.
A single tool for the whole node
The matrix CLI is a command-line ops tool that talks to a running node over its gRPC market API. Check health, manage providers and jobs, read balances and the token chain, and sign and submit native MATRIX transfers from a local ed25519 wallet.
- Check node status and health over the gRPC market API
- Register providers and submit, complete, and cancel jobs
- Submit an LLM inference job and read its completion
- Read balances, and the chain of signed transfers
- Sign and submit native MATRIX transfers from a local ed25519 wallet
- Fund an account from the genesis reward pool, or run the whole loop with one quickstart command
$ matrix --help
$ matrix status
$ matrix quickstart
$ matrix fund --account <acct> --amount 1000000
$ matrix provider register --id p1 --capacity 100 --price 5
$ matrix job submit --buyer <acct> --provider p1 --units 10
$ matrix wallet transfer --to <acct> --amount 200The full command reference
matrix CLI reference
Every command and flag: status, health, provider, job, balance, tx, and wallet over the gRPC market API.
Installation
Install the tooling and bring up a node so the CLI has something to talk to.
Operate from the terminal
Manage providers, jobs, balances, and transfers from the command line. Download a build or read the CLI reference.