Tiny computers you (and your agents) can access anywhere.

A chicklet is an isolated, SSH-accessible Linux machine. Persistent, cheap, and accessible over a single public IP. Pre-installed with Claude Code, Gemini, and Codex.

# Install the CLI
curl -fsSL https://chicklet.io/install.sh | sh


# Create an account or login
chicklet login


# Create a chicklet
chicklet create my-first-chicklet


# Connect to your chicklet
chicklet console -s dev
chicklet@dev:~$

Hardware Isolated

Every chicklet runs in its own Kata Container VM. Full hypervisor-level isolation.

Persistent Storage

Your files survive stop/start cycles. Stop a chicklet, copy the storage into multiple chicklets to recreate your environmnet, start it back up and pick up where you left off.

SSH from Anywhere

Each chicklet is accessible over a single public IP via SSH. Connect from any device, anywhere.

AI Tools Built In

Pre-installed with Claude Code, Gemini, and Codex. Your AI coding environment, ready to go.

Expose Ports

Make services running inside your chicklet publicly accessible with a single command.

Easy to Understand Tiers

From 1 vCPU / 5 GB RAM to 4 vCPUs / 16 GB. Scale to match your workload. Resize on the fly.

Hardware-isolated VMs

Each chicklet is a Kata Container pod running Ubuntu. The VM provides hard multi-tenancy which means chicklets are fully isolated sandboxes.

$chicklet create my-chicklet
Kata Container · 2 vCPUs · 8 GB RAM · Ubuntu 22.04
✓ Chicklet "dev" is running

Persistent storage

Files persist across stop/start cycles. Stop a chicklet to save resources, start it back up and pick up right where you left off. You can even copy the storage into multiple chicklets to recreate your environment in multiple places at once.

Your agent coding environment

Chicklets come pre-installed with Claude Code, Gemini, and Codex. Create a chicklet and use it as your AI-powered coding environment that you can access from anywhere. SSH in and start building.

$chicklet console -s dev
chicklet@dev:~$
chicklet@dev:~$claude
Welcome to Claude Code v1.0
What would you like to work on?

Tiers

Scale your chicklet to match your workload.

Small

1 vCPU

5 GB RAM

Good place to get started if you're new to this stuff

Medium

2 vCPUs

8 GB RAM

Great for general purpose computing

Large

4 vCPUs

16 GB RAM

Over fed chicklets for running heavier workloads

Ready to hatch a chicklet?

Create your first chicklet in under a minute.