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
- Connect your wallet. MetaMask, Rabby, Phantom, etc. CLAW NOVA never touches your keys.
- Point Hermes at a model. Default:
http://localhost:11434/v1(Ollama). Or any OpenAI-compatible URL. - Open the Agent page and type a goal: "Summarize my portfolio." "Research Hyperliquid."
- Watch the loop. Hermes plans, calls tools, writes memories. You see every step in real time.
What runs where
| Layer | Runs where |
|---|---|
| UI | Your browser |
| Hermes | Your browser (TypeScript runtime) |
| Model | Your local Ollama / vLLM / LM Studio |
| Storage | Your IndexedDB |
| Wallet | Your wallet extension |
Nothing leaves your machine unless you explicitly enable cloud sync.
Next
- Installation — run a local Ollama and pick a model.
- Hermes Agent — understand the runtime.
- Wallet — connect and sign.