Skip to main content
The GnamiAI CLI is live. Talk to your agent from your terminal — read files, run commands, edit code on your machine. Install in 30s →
Runtime · v1 · 2026

The agent runtime
that asks before it acts.

Run AI agents that stop and ask your permission before sending messages, spending money, or touching files — entirely in your browser. Bring your own provider key, start in 30 seconds, no install.

What's in this Version
New

Pro tier · 3 days free, then $19/mo

Multi-Device Sync (encrypted transcripts shared between the web dashboard and the CLI) and Extended Memory (full RAG over documents you upload). The free plan keeps everything else.

Start 3-day trial →
New

Auto-summarized memory

Every conversation rolls into a 2-3 sentence "episode" stored in your workspace. Long-term recall without JSON surgery, scoped to your account by default.

How memory works →
New

Sign in with Google

One-click sign-in, link an existing workspace, or create a new one with no password to remember. The session cookie is HMAC-signed and HttpOnly, same as the email path.

Security model →
New

Quebec French + EN

The dashboard now switches between English and French (Canada) on the fly. Auto-detected from your browser, persisted per workspace, and mirrored across landing pages with hreflang.

Voir en français →
New

CLI — agent in your terminal

Talk to your agent from PowerShell, bash, or zsh. It can read your files, run shell commands, and edit code on your machine — backed by the same workspace as the web dashboard. Install in 30 seconds.

Install the CLI →
Six pillars

Built to say no, by design.

Every feature serves one of six foundational guarantees. None of them is optional.

  1. Granular permissions

    Role-based capabilities. Your agent never touches a byte or dollar it wasn't explicitly granted.

  2. Human-in-the-loop

    Every destructive action pauses for a cryptographically signed approval from your device. No exceptions.

  3. Native dashboard

    A real UI for approvals, memory, budgets, and integrations. No brittle group-chat hacks.

  4. Signed skill registry

    Every skill is statically analyzed, manually reviewed, and Ed25519-signed before it can install.

  5. Zero-config memory

    RAG out of the box. Your conversations summarize and index themselves — no JSON surgery required.

  6. Agent social protocol

    Specialized agents hand off tasks to each other with capability-scoped context slices. Pinned trust, no federation soup.

The difference

Your browser. No shell. Ever.

Other agent products ask you to install a process that owns your terminal. Hosted GnamiAI runs entirely in the browser — shell execution isn't toggled off, it's not registered. The capability literally does not exist in the hosted build.

Create your workspace
Pricing

Honest, line-by-line.

Free is genuinely free. Pro is $19/month after a 3-day free trial and unlocks three specific features — nothing is gated by accident. We never mark up your provider's inference; you're always billed by them at their rates.

Free

$0

The full dashboard and CLI. Run agents, build skills, save subagents and schedules, episodic memory, browser-only transcripts. No subscription required, ever — bring your own provider key.

Pro

Pro

3 days free · then $19/mo USD ($24 CAD)

Everything in Free, plus:

  • Multi-Device Sync — encrypted transcripts shared across the web dashboard and CLI
  • Extended Memory — full RAG over the documents you upload, not just episode summaries
  • Proactive Mode — schedules queue planned actions for your review instead of acting blindly
  • Dream System — memory consolidation that distills insights from your conversations
  • MCP Support — connect external tools via the Model Context Protocol
  • A2A Protocol — agent-to-agent communication with external AI agents
  • Voice Mode — real-time speech-to-text and text-to-speech conversations
  • Multi-Agent Crews — orchestrate teams of specialized agents on complex tasks
  • Observability & Tracing — cost dashboard, model breakdown, and trace spans
  • Community Skills Gallery — browse, install, and share open SKILL.md files
  • Checkpoints & Time-Travel — snapshot and restore conversation state
  • Extended Thinking — visible chain-of-thought reasoning
  • Background Agents — fire-and-forget autonomous task queue
  • and more!
Start 3-day trial

Inference

Provider direct

You bring your own key (OpenAI, Anthropic, OpenRouter, Augure, Ollama). Your provider bills you at their rates — we don't add a markup, we don't see your usage. Set a daily cap in Settings if you want a hard ceiling.

FAQ

Common questions

What is GnamiAI?

GnamiAI is a security-first AI agent runtime that runs in your browser. It gives your agent granular permissions, pauses destructive actions for human approval, and lets you compose specialized subagents, skills, long-term memory, and scheduled runs — without installing anything locally.

Is GnamiAI free?

The dashboard, the CLI, and every existing feature are free — bring your own provider key (OpenAI, Anthropic, OpenRouter, Augure, Ollama) and you're billed by them at their rates, never by us. Pro is an optional $19/month tier with a 3-day free trial that adds Multi-Device Sync (encrypted chat transcripts shared between web and CLI), Extended Memory (full RAG over your documents), and Proactive Mode (schedules queue planned actions for your review). You only need Pro if you want one of those three things.

How does the 3-day trial work?

Click Start 3-day trial in Settings → Account, enter a card at the hosted checkout, and you get full Pro access for three days. We don't charge until day 4. Cancel any time before then from Settings → Manage subscription and you walk away at $0 — your account drops back to the free plan and any synced transcripts stay encrypted on the server until you delete them or the FK cascade fires on workspace deletion. After day 4, $19/mo USD ($24 CAD where the processor serves a Canadian price); cancel any time and you keep Pro through the end of the period you paid for.

What does the $19/month Pro tier add?

Three things, on top of the free plan: (1) Multi-Device Sync — chat transcripts encrypted at rest with AES-256-GCM and synced between web and CLI; (2) Extended Memory — full RAG over documents you upload (chunked, embedded with OpenAI's text-embedding-3-small, retrieved at every turn); (3) Proactive Mode — flag a schedule as proactive and the agent's planned actions are queued in /proposals for your review instead of running silently.

Which AI providers does GnamiAI support?

OpenAI, Anthropic, OpenRouter (access to most open and closed models), Augure (Canadian-sovereign frontier models — Ossington and Tofino, on Canadian-owned infrastructure, compliant with Quebec Law 25 and federal privacy law), and Ollama (self-hosted). You can switch providers per turn and select models from each provider's catalog.

Does GnamiAI store my API keys?

Yes, encrypted at rest with AES-256-GCM using a server-held key. A database dump alone does not leak your credentials. You can disconnect any provider from Settings and the row is deleted immediately.

Does GnamiAI read my chat messages?

No. Chat transcripts live in your browser's localStorage. The server forwards each turn to your chosen provider and does not retain prompt or response bodies. See the Privacy page for the full data map.

Can I run GnamiAI with local models?

Yes — Ollama is a first-class provider and your models stay on your machine. Because the hosted GnamiAI server runs on Vercel, it needs to reach your Ollama instance over the network; the simplest way is a tunnel (e.g. Cloudflare Tunnel, ngrok) that exposes your local ollama serve at a public URL. Inference still happens locally on your hardware — the tunnel only carries the request. SSRF guards block private-network and loopback targets, which is why a raw http://localhost:11434 won't work on the hosted build.

What are skills and subagents?

A skill is a plain SKILL.md file that teaches the agent how to do something specific (write changelogs, draft release notes, generate conventional commits). A subagent is a named specialization with its own system prompt and model preference, pinned into chat with /agent <name>.

Can the agent take actions on its own?

It can create subagents, install skills, and remember facts when you ask it to, via structured gnami-action JSON blocks. Destructive operations pause for an approval in the UI before running.

GnamiAI - The safer AI agent runtime | Product Hunt