GibilGibil

Overview

Ephemeral dev compute for humans and AI agents

Every AI agent you run is fighting for your localhost. Your ports clash. Your fans scream. Your agent just rm -rf'd something it shouldn't have.

Gibil forges real servers — full VMs with root access, Docker, and your repo cloned — in under 30 seconds. When the work is done, the fire goes out. No trace left.

npm install -g gibil

gibil create --name my-app --repo github.com/you/project --ttl 30
gibil run my-app "pnpm install && pnpm test"
gibil destroy my-app

What you get

Every Gibil server is a fresh Ubuntu VM with its own IP, SSH access, and full root. Not a container. Not a sandbox.

FeatureGibilTypical sandbox
Root accessYesNo
DockerPre-installedMaybe
SSHYesNo
Own public IPYesNo
TTL auto-destroyYesNo
--json for agentsEvery commandRarely

Two ways to use Gibil

How it works

  FORGE                    USE                     BURN
  ─────                    ───                     ────
  gibil create             gibil run / gibil ssh   gibil destroy

  Fresh VM in ~30s         Full root access        Server deleted
  Repo cloned              Docker ready            Keys cleaned up
  Deps installed           Own IP address          No trace left

The server auto-destroys after the TTL you set. Forget to clean up? The fire goes out on its own.

Next steps

On this page