Persistent, not ephemeral
Your files, installed packages, running processes and cron jobs survive between agent sessions.
Persistent per-user VM where your Kode agent lives 24/7. Files, processes, cron — everything survives between sessions.
# Provision a Basic-tier KPC bound to your Koder ID $ kpc create --tier=basic --name="my-bot" → provisioning Firecracker microVM… → installing Kode agent (systemd, auto-start)… → bound to koder_user_id=u_482a91 → ready in 84s. SSH: kpc.koder.dev:2222 # Ask your Kode to keep a Discord bot online $ kpc kode my-bot "Run the bot from /home/koder/bot.py and restart it via cron if it crashes." → Kode: installed dependencies, set up cron… → bot online. See you in 24/7.
Six properties that separate a KPC from a generic VPS or an ephemeral agent sandbox.
Your files, installed packages, running processes and cron jobs survive between agent sessions.
Single-tenant VM bound to your Koder ID. Self-host on your Koder Cloud or rent SaaS.
Kode agent runs on Koder's self-hosted runtime. No external API key required.
Schedule recurring tasks; the agent + cron live in the same VM, no separate orchestrator.
Expose your bot, dashboard, or API via koder-jet reverse proxy with automatic TLS.
Every command the agent runs traces to services/ai/trace for review.
What makes KPC different from the alternatives.
| KPC | Manus Cloud Computer | Replit Deployments | Raw VPS | |
|---|---|---|---|---|
| Persistent VM | ✓ | ✓ | ✓ | ✓ |
| Agent pre-installed | ✓ | ✓ | — | — |
| Self-hosted inference | ✓ | — | — | — |
| GPU available | ✓ | — | ✓ | ✓ |
| Bring your own infrastructure | ✓ | — | — | n/a |
| Multi-user tiers (Family / Team) | ✓ | — | ✓ | — |
| Identity via Koder ID (OIDC) | ✓ | — | — | — |
| Cost (entry-level) | $10/mo | $10/mo | $7/mo | $5–$12/mo |
Self-hosted-first: every tier runs on your own Koder Cloud at zero markup, or rent SaaS for one-click setup.
$10/mo
$30/mo
$80/mo
$50/mo
$200/mo
Provision in 84 seconds, cancel anytime — or self-host on your own Koder Cloud for free.