$ ssh eitri.sh
Zero config VMs created over SSH. Boot throwaway dev machines in seconds, delete them when you're done.
eitri gives you Linux VMs with minimal dependencies and no account to create — you just need an SSH client, which you already have.
Snapshot your VM before doing something risky and restore it if things go sideways. Safe sandboxes for your AI agent to run wild in. Clone a working environment instantly. Publish your prototypes on a subdomain when you're ready to share.
Create a VM and SSH in:
$ ssh eitri.sh
> new dev
> ssh dev
ubuntu@dev:~#
Snapshot before doing something risky:
> snapshot dev
ubuntu@dev:~# curl ... | sh # oh no
> restore dev
ubuntu@dev:~# # like it never happened
Clone a working environment:
> clone dev staging
> ssh staging
ubuntu@staging:~#
Expose a service to the internet:
> expose dev 8080
https://dev.eitri.sh
eitri is in closed beta.