Skip to content

Daemon & Interface Commands โ€‹

Nyxora runs as a background process (daemon) and provides multiple interfaces for interaction.

๐Ÿ”ธ nyxora start โ€‹

Starts the Nyxora daemon in the background, initializing the Core, Policy Engine, and Signer Vault.

bash
nyxora start

๐Ÿ”ธ nyxora stop โ€‹

Gracefully halts the background daemon, releasing ports and cleanly shutting down active transactions.

bash
nyxora stop

๐Ÿ”น nyxora restart โ€‹

Restarts the daemon process (useful for applying new configuration changes).

bash
nyxora restart

๐Ÿ–ฅ๏ธ nyxora dashboard โ€‹

Automatically opens the local web-based React dashboard in your default browser.

This isn't just a static monitoring toolโ€”it features a fully interactive, web-based chat interface allowing you to converse directly with your Nyxora AI Agent. From the dashboard, you can:

  • Chat with the LLM to execute Web3 intents (e.g., "Bridge 0.001 ETH to Base").
  • View real-time trending tokens and market sentiment.
  • Monitor your portfolio balances.
  • Configure advanced DeFi settings.
bash
nyxora dashboard

โšก nyxora chat โ€‹

Launches a direct Terminal-based chat interface to interact with the Nyxora AI Agent right from your command line.

bash
nyxora chat

Released under the MIT License.