Hermetic

Run any script on a cloud VM.
Logs stream back to your terminal.

Pipe a shell script to hermetic run and it executes on a fresh cloud instance. Pick your instance type, set a timeout, and watch output stream back live. When it’s done, the VM is gone.

~/my-project
$

One-Line Setup

One curl command installs the CLI and authenticates you. Then run hermetic run to launch your first job.

Any Cloud, Any Size

Run on AWS, Azure, or GCP. Pick the instance type that fits, from t3.micro for quick scripts to c5.2xlarge for heavy workloads.

Pay Per Job

Per-minute billing. No idle VMs, no surprise invoices. The VM spins up, runs your script, and is terminated automatically.

Sync Local Files

Upload local directories to the remote VM with --sync. Ship your code, configs, and data alongside your script.

Snapshots

Save VM state after a run with --snapshot. Reuse it on the next job to skip setup and install steps.

Interactive Sessions

Launch a live shell on a cloud VM with hermetic interactive. Debug, explore, and iterate in real time.