OperateConsole

The console is on the roadmap.#

A browser-side operator console — connect a wallet, see every iNFT you own, unlock its keystore, read the encrypted memory partition, audit the activity log — is on the roadmap. It is not shipped yet.

For now, the promus CLI is the operator interface. It does everything the console will: every decryption happens locally, no key material leaves your machine.

Want to…Use
Inspect what is anchored on the iNFTpromus inspect
Read the activity logpromus logs --tail N
Check agent state and walletpromus status
Force a memory syncpromus sync
Recover on a new machinepromus restore <iNFT-ref>

See CLI for the full surface. Track the console alongside the rest of the project at github.com/JemIIahh/promus.

Read the Quickstart or jump back to Introduction for the framing.

Source: README.md

Console · promus docs