GhostBox – disposable little machines from the Global Free Tier.

Published: (May 1, 2026 at 10:52 AM EDT)
2 min read

Source: Hacker News

Ghost: a small machine that won’t haunt you

Borrow a disposable little machine from the Global Free Tier.
SSH in. Run the thing. Do the work. Let it disappear.

First time?

curl -fsSL https://www.ghost.charity/install.sh | bash

For work you don’t want on your laptop

  • Clone like you’re home.
  • Run the weird build.
  • Open a shell from anywhere.
  • Expose a web app without touching DNS.
  • Give an agent a real machine.
  • Keep working when one tunnel flakes.
  • Give the machine back when you’re done.

Don’t let agents work on your laptop

Coding agents need a real machine: shell, repo, packages, network, preview URL, and sometimes secrets. Ghostbox gives them one that goes away.

  • Run agents in a disposable workstation.
  • Pass only the secrets the job needs.
  • Expose a preview without opening your laptop to the internet.
  • Keep logs, sessions, and cleanup in one place.
  • Let the machine expire when the work is done.

There are spare machines everywhere

GitHub Actions is only the first place ghosts come from. There are strange little pockets of temporary compute all over the internet. Ghostbox makes them feel like one small machine.

  • No platform.
  • No sysadmin.
  • No server left behind.

A ghost machine for the moment. Give it back when you’re done.

The unofficial country club for temporary machines

All energy is borrowed; one day you have to give it back. Every ghost returns to the clouds.
If you love something, set it free…

0 views
Back to Blog

Related posts

Read more »

When Networking Doesn't Work

My Windows 11 → Tyan SMDC IPMI Troubleshooting Story _Last week I spent far too much time trying to get my Windows 11 machine to talk to an antique Tyan SMDC S...