Getting Started

Connect a wallet, point at a model, give Hermes a goal.

CLAW NOVA runs entirely in your browser, plus a local model endpoint. There is nothing else to set up.

The four-step flow

  1. Connect your wallet. MetaMask, Rabby, Phantom, etc. CLAW NOVA never touches your keys.
  2. Point Hermes at a model. Default: http://localhost:11434/v1 (Ollama). Or any OpenAI-compatible URL.
  3. Open the Agent page and type a goal: "Summarize my portfolio." "Research Hyperliquid."
  4. Watch the loop. Hermes plans, calls tools, writes memories. You see every step in real time.

What runs where

LayerRuns where
UIYour browser
HermesYour browser (TypeScript runtime)
ModelYour local Ollama / vLLM / LM Studio
StorageYour IndexedDB
WalletYour wallet extension

Nothing leaves your machine unless you explicitly enable cloud sync.

Next