·3 min read·Ryvos Team

Ryvos Cloud: Your Agent, Zero Infrastructure

cloudannouncementproduct

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

FreeHobbyProTeam
Price$0/mo$9/mo$29/mo$29/user/mo
Messages100/mo1,000/mo5,000/mo5,000/user/mo
ChannelsWeb only2AllAll
Cron jobs3UnlimitedUnlimited
Heartbeats1UnlimitedUnlimited
Memory1 GB5 GB25 GB25 GB/user
Audit24 hours30 days90 days1 year
Custom skillsYesYes
RBAC/SSOYes

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-HostedCloud
Cost$0 (your hardware)$0-29/mo
Setupcurl ... | sh + ryvos initSign up, pick a plan, done
Updatesryvos updateAutomatic
InfrastructureYou manage itWe manage it
FeaturesEverything, no limitsTiered by plan
DataStays on your machineIsolated 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.com instead 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.


Questions? Find us on GitHub or X.