CyberHost
KYC-free decentralized compute.
Overview
CyberHost lets AI Agents deploy containers, desktop environments, or GPU instances to decentralized compute networks using just a wallet address + USDC. No KYC, no credit card required.
Workflow
Wallet β EIP-8004 Identity β USDC Payment β Akash Container β Agent RunningIntegration Methods
| Method | Description |
|---|---|
| CLI | cyberhost run --config agent.yaml |
| MCP Server | AI Agent direct invocation (standalone MCP) |
| SDK | TypeScript programmatic access |
| REST API | HTTP API calls |
Supported Compute Providers
| Provider | Features |
|---|---|
| Akash Network | Decentralized, cheapest |
| Fly.io | Global edge deployment |
| Railway | Developer friendly |
| Phala Network | TEE trusted execution |
Features
- Container deployment (any Docker image)
- Desktop environments (Linux desktop with Chrome browser)
- GPU instances (AI inference and training)
- Custom domains (Cloudflare DNS auto-assignment)
- Auth gateway (custom login page)
- Per-second billing
- Lifecycle management (auto-restart, health checks)
Pricing
Using Akash as example:
| Configuration | Monthly Cost |
|---|---|
| 1 CPU / 1GB RAM | ~$0.20 |
| 4 CPU / 4GB RAM | ~$0.81 |
| 8 CPU / 16GB RAM | ~$3.20 |
| GPU (RTX 3080) | ~$150 |
Usage Examples
CLI Deployment
cyberhost run \
--image nginx:latest \
--cpu 1 --memory 1Gi \
--domain myapp.lumio.runAgent Invocation
"Deploy a Linux desktop with Chrome browser on Akash,
4 CPU 4GB memory, use domain desktop.lumio.run"Use Cases
- AI Agent runtime environments (long-running Agent processes)
- Browser automation (desktop environments with Chrome)
- AI inference service deployment
- Development and testing environments
- Decentralized application hosting
