Skip to content

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 Running

Integration Methods

MethodDescription
CLIcyberhost run --config agent.yaml
MCP ServerAI Agent direct invocation (standalone MCP)
SDKTypeScript programmatic access
REST APIHTTP API calls

Supported Compute Providers

ProviderFeatures
Akash NetworkDecentralized, cheapest
Fly.ioGlobal edge deployment
RailwayDeveloper friendly
Phala NetworkTEE 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:

ConfigurationMonthly 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.run

Agent 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