Ryvos Cloud: Your Agent, Zero Infrastructure
Ryvos Cloud: Your Agent, Zero Infrastructure
Ryvos has always been self-hosted. Download the binary, run ryvos init, and you have a fully autonomous AI agent running on your machine.
But not everyone wants to manage infrastructure. Some people just want an agent that works.
Today we're previewing Ryvos Cloud — the same open-source Ryvos you know, hosted and managed for you.
What Is Ryvos Cloud?
It's simple: we run Ryvos for you. You get a dedicated agent instance at yourname.cloud.ryvos.dev with:
- No servers to manage — we handle provisioning, updates, and uptime
- No API keys to juggle — configure your LLM provider once in the dashboard
- No TOML files — everything configurable from a web dashboard
- Usage-based billing — pay for what you use, starting at $0/month
Your agent runs on isolated infrastructure (one container per user, not shared). Your data never touches another user's instance.
The Dashboard
We built a management dashboard at cloud.ryvos.dev that handles everything the CLI does, but visually:
- Chat — talk to your agent directly from the browser
- Runs — see every agent execution with tokens, cost, and status
- Costs — track spending by model, provider, or day
- Memory — browse your agent's Viking memory database
- Integrations — connect Gmail, Notion, GitHub, Slack with one click
- Channels — add Telegram, Discord, Slack bots from the UI
- Heartbeat — configure proactive monitoring schedules
- Cron — set up scheduled tasks without cron expressions
- Audit — every tool call logged and searchable
- Skills — install extensions from the skill registry
- Billing — usage tracking, invoices, plan management
Plans
| Free | Hobby | Pro | Team | |
|---|---|---|---|---|
| Price | $0/mo | $9/mo | $29/mo | $29/user/mo |
| Messages | 100/mo | 1,000/mo | 5,000/mo | 5,000/user/mo |
| Channels | Web only | 2 | All | All |
| Cron jobs | — | 3 | Unlimited | Unlimited |
| Heartbeats | — | 1 | Unlimited | Unlimited |
| Memory | 1 GB | 5 GB | 25 GB | 25 GB/user |
| Audit | 24 hours | 30 days | 90 days | 1 year |
| Custom skills | — | — | Yes | Yes |
| RBAC/SSO | — | — | — | Yes |
The free tier is real — 100 messages a month, web UI access, 1 GB of memory. Enough to try it out and see if an always-on agent fits your workflow.
Self-Hosted vs. Cloud
Ryvos is and will always be 100% open source, MIT licensed. Cloud doesn't replace self-hosting — it's an option for people who prefer managed infrastructure.
| Self-Hosted | Cloud | |
|---|---|---|
| Cost | $0 (your hardware) | $0-29/mo |
| Setup | curl ... | sh + ryvos init | Sign up, pick a plan, done |
| Updates | ryvos update | Automatic |
| Infrastructure | You manage it | We manage it |
| Features | Everything, no limits | Tiered by plan |
| Data | Stays on your machine | Isolated container per user |
If you have a server and want full control, self-host. If you want something that just works with zero ops, Cloud is for you.
What's Next
We're in preview right now. The dashboard is built, the provisioning pipeline works, and we're onboarding early users from the waitlist.
Coming soon:
- Custom domains — use
agent.yourcompany.cominstead of our subdomain - SSO/SAML — enterprise authentication for Team plans
- Webhook API — trigger your agent from external events
- Usage alerts — get notified before you hit your plan limits
- Multi-region — deploy your agent closer to you (currently US-only)
Join the Waitlist
We're opening access gradually. If you want early access to Ryvos Cloud, join the waitlist.
Self-hosted Ryvos is available right now — curl -fsSL https://ryvos.dev/install.sh | sh and you're up in 60 seconds.