One per account: a shell, a filesystem, a network. Close your laptop — it keeps working.
Same DSH
The interface you already know.
Pluggable runtime
Docker or CubeSandbox, over an E2B-compatible API.
Not your laptop
Keeps working even when your computer is off.
Models included
Configured already. Or bring your own key.
Use the hosted service, or deploy it to your own cloud.
Hosted · Free
Self-hosted · MIT
# containers on one host — for a trial run $ git clone https://github.com/HuChundong/HamsterHQ $ docker compose --profile build build $ docker compose up -d
# a microVM per person — what production runs $ docker compose -f compose.yml -f compose.cube.yml \ --profile build build $ docker compose -f compose.yml -f compose.cube.yml up -d