What are we building today? Free
Full access DeepSeek-V4-Pro · High

The DSH you already know

The experience does not change — only where it runs.

Everyone gets a sandbox.

One per account: a shell, a filesystem, a network. Close your laptop — it keeps working.

Same DSH

Same DSH

The interface you already know.

Pluggable runtime

Swap what it runs on

Docker or CubeSandbox, over an E2B-compatible API.

Not your laptop

Not your laptop

Keeps working even when your computer is off.

Models included

Models, ready to go

Configured already. Or bring your own key.

Choose how to run DSH

Use the hosted service, or deploy it to your own cloud.

Hosted · Free

Start on ours

  • Open a browser. Nothing to install.
  • Your own computer can be off. The sandbox keeps running.
  • Files and sessions are there next time.

Self-hosted · MIT

Or run it on your own cloud

  • Every line is public.
  • Docker to try it, CubeSandbox microVMs in production.
  • Your credentials, your data, your perimeter.
# 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

Ready to run DSH in the cloud?