hopbox
Health Uyari
- No license — Repository has no license file
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 9 GitHub stars
Code Basarisiz
- rm -rf — Recursive force deletion command in build/microvm/build-deboot.sh
- rm -rf — Recursive force deletion command in build/microvm/build-rootfs.sh
- rm -rf — Recursive force deletion command in deploy/build-fuse-kernel.sh
- rm -rf — Recursive force deletion command in deploy/install-hopbox.sh
- rm -rf — Recursive force deletion command in deploy/provision.sh
Permissions Gecti
- Permissions — No dangerous permissions requested
Bu listing icin henuz AI raporu yok.
A compute-box substrate: one daemon turns a host into a fleet of isolated Firecracker microVMs reached over plain SSH — for humans and AIs. Your SSH key is your identity; the username is the box spec.
hopbox
A compute-box substrate. One daemon (hopboxd) turns a single host into a fleet
of isolated boxes you reach over plain SSH — for humans and for AIs.
ssh [email protected]
That one command spawns a Firecracker microVM and drops you into a root shell. No
signup, no client to install, no pre-created box — your SSH key is your identity
and the username is the box spec. It's live at box.hopbox.dev — try it.
Docs: hopbox.dev
Ways in, one engine
The same box fleet, through several front doors:
| Front door | What it is |
|---|---|
ssh <name>@host |
Spawn/attach a box, get a shell. scp/sftp/rsync and ssh <name>@host "cmd" all work. |
ssh cli@host |
A zero-install management CLI over SSH — ls / up / rm / snapshot / acc, key-authed. |
| browser terminal | Open a page, get a live shell over a WebSocket. Nothing to install at all. |
| MCP plane | An AI-control plane: an AI watches the live fleet, delegates work to boxes, and renders interactive UIs a human drives. |
The username is a small grammar: name~backend:image:flavor+duration — e.g.ssh proj:python:big@host is a 4-vCPU Python box named proj.
What you get
- Real isolation — Firecracker microVMs (hardware-isolated, per-box network
fence) or Docker containers (zero-setup). Pick per daemon with--compute. - Auto-suspend lifecycle — an idle box is snapshotted to disk (compute freed) and
resumes on reconnect in under a second, kernel/processes/TCP intact. Nothing is
lost on disconnect. - Accounts & sybil resistance —
ssh cli@host acc registerverifies you via
GitHub device flow; verified accounts get the durable tier (boxes never
idle-reaped). Per-key quotas are the floor, so ten throwaway keys can't hoard
compute. - Persistent storage — a per-box home that survives rebuilds, and a shared
/wrkworkspace (JuiceFS over S3) mountable from every one of your boxes. - Snapshots & flavors —
snapshot/fork/restorea box's disk; size boxes
with named flavors (tiny…huge). - Detached jobs —
box-guest run <cmd>keeps a box alive until a long task finishes. - AI-native — the MCP control plane is built into the daemon, not bolted on.
How it works
human (ssh) · AI (MCP)
│
┌──────┴───────┐ reverse dial ┌──────────────┐
│ hopboxd │ ◀─────────────────── │ box │
│ the daemon │ │ + agent │
└──────────────┘ └──────────────┘
- Boxes dial out. The in-box agent opens a connection to
hopboxdand keeps it;
the control plane never routes into a box. Boxes work behind NAT, and your SSH
session is proxied over that one reverse connection into the box's own SSH server. - Declarative core. A reconciler drives each box from its observed state toward its
desired spec — the Kubernetes controller pattern, no Kubernetes dependency.
Self-host
# quick, docker-backed
curl -fsSL https://raw.githubusercontent.com/hopboxdev/hopbox/main/deploy/install-hopbox.sh | sudo sh
# full microVM host (Firecracker kernel + rootfs, systemd unit, front door)
curl -fsSL https://raw.githubusercontent.com/hopboxdev/hopbox/main/deploy/provision.sh | sudo bash
Everything is configured from one YAML file — hopboxd --config /etc/hopbox/hopboxd.yaml
(see deploy/hopboxd.example.yaml).
Build from source
go build -tags "docker firecracker" ./cmd/hopboxd # the daemon
go build ./cmd/box-guest # in-box client
go build ./cmd/hopbox-agent # in-box init/agent
go test ./...
Layout: cmd/ (binaries), internal/core (box engine, reconciler, accounts, metadata
API), providers/compute (microvm, docker), internal/verify (GitHub/accounts),docs/ (the VitePress site), deploy/ (provisioner + example config). SeeARCHITECTURE.md.
Status
The box model, SSH access, and the accounts/verification layer are live on
box.hopbox.dev. The AI-control plane (MCP + canvas loop) is newer and evolving.
Yorumlar (0)
Yorum birakmak icin giris yap.
Yorum birakSonuc bulunamadi