01
Install
Pull signed MCP packages from the HYRO registry or point at a local server.
A terminal-first cloud runtime to create, deploy, execute and monitor autonomous AI agents — with tools, persistent memory and native MCP connectivity.
npm install -g hyroHYRO TERMINAL·v0.1.0
// features
From the terminal to durable cloud runs — HYRO is the full stack for autonomous software.
A hacker-grade blue terminal with a live REPL and one-shot commands. The CLI is the product.
Agents run as durable, observable runs. Every step is streamed over SSE and fully replayable.
Install Model Context Protocol servers; HYRO discovers tools and exposes them — deny-by-default.
Facts, goals, preferences, conversations and state in PostgreSQL + pgvector with semantic recall.
Anthropic, OpenAI, Gemini and OpenRouter behind one interface. Switch with a single command.
Publish, discover and install agents — Research, Crypto, Growth, Trading and Builder out of the box.
// mcp
Install servers, discover tools, grant permissions, and execute — all from the same HYRO terminal you use to run agents.
# Grant github tools to research-agent
hyro ❯ mcp install @hyro/github
✔ Installed github-mcp v1.2.0
hyro ❯ mcp grant research-agent github__search_issues
✔ Granted 1 tool · deny-by-default for others
hyro ❯ mcp list --agent research-agent
→ github__search_issues
memory_search · think · (builtin)
01
Pull signed MCP packages from the HYRO registry or point at a local server.
02
Handshake exposes tools/resources; HYRO catalogs them per server with version pins.
03
Deny-by-default. Grant tool-level permissions per agent before any call is proxied.
04
Runtime proxies tools/call with timeouts, audit logs, and streamed step events.
// memory
Facts, goals, preferences, conversations and state — stored in PostgreSQL with pgvector semantic recall, scoped per agent.
Memory types
hyro ❯ memory search "Q3 launch blockers"
[fact] score 0.91 · API rate limits blocking staging deploy
[goal] score 0.87 · Ship public beta before Oct 1
[state] score 0.84 · Last triage: 3 issues labeled P1
3 results · 12ms · hybrid rerank
// cli
A hacker-grade terminal with a live REPL and one-shot commands. Run offline with zero keys, or connect to HYRO Cloud for durable execution.
hyro loginAuthenticate with HYRO Cloudhyro run "<task>"Execute an agent run (offline or cloud)hyro agents listList agents in your workspacehyro model use <id>Switch the active LLM provider/modelhyro mcp install <pkg>Install an MCP server from the registryhyro memory search <q>Semantic recall across agent memory# Quick start — works offline
$ npm install -g hyro
$ hyro
→ Interactive REPL when attached to a TTY
$ hyro run "summarize today's standup notes"
✔ offline · 4 steps · local memory
Observe · Decide · Execute · Remember
// architecture
Terminal-first interface, durable orchestration, MCP connectivity, and vector memory — composed as a single agent operating system.
Layer 1
Layer 2
Layer 3
Layer 4
┌─────────────┐ SSE ┌──────────────┐ MCP ┌─────────────┐
│ HYRO CLI │ ───────────► │ Runtime │ ◄──────────► │ MCP Hub │
│ + SDK │ REST API │ Orchestrator│ tools/call │ Registry │
└──────┬──────┘ └──────┬───────┘ └─────────────┘
│ │
│ ┌──────▼───────┐
│ │ PostgreSQL │
└────────────────────►│ + pgvector │
│ + Redis │
└──────────────┘// roadmap
Foundation is live. Runtime hardening, MCP GA, and marketplace teams are next on the roadmap.
Monorepo, typed kernel, Fastify API, pgvector schema, HYRO CLI, landing page.
Durable run queue, full SSE streaming, live provider completions, per-run caps.
Hosted signed registry, sandbox profiles, interactive permission grants.
Hybrid retrieval, namespaces, summarization & compaction jobs.
Callable agent endpoints, webhooks, cron & event triggers, versioned rollouts.
Publishing pipeline, revenue share, orgs, SSO, audit logs, enterprise scale.
// faq
Everything you need to know before your first `hyro run`.