whoami
NULLSHELL is a terminal-native build and deploy runtime. No click-through consoles, no YAML archaeology, no vendor lock behind a login wall. One binary, one config, one prompt — the whole pipeline addressable from the shell you already have open.
Content-addressed layers, hermetic toolchains. The same hash builds the same artifact on your laptop and in CI — forever.
Every deploy lands on 240+ POPs. Cold start under 12ms, no region picker, no warm-up cron hacks.
Secrets are sealed to the build identity, decrypted in-process, never written to disk, never echoed to a log line.
Structured streams piped straight to stdout. Your existing awk, jq, and ripgrep muscle memory still works.
$ nsh init --runtime edge ✓ toolchain pinned rustc 1.84 · node 22.6 · deno 2.1 ✓ lockfile hashed sha256:9f3c…a17b $ nsh deploy --prod → building hermetic · 4 layers cached → sealing secrets 12 keys · aes-256-gcm → pushing edge 241/241 pops · 7.1s live https://nullshell.sh (green, 0 rollbacks) $
uptime --stats
One binary. No account wall, no telemetry beacon, no trial timer. Pipe it, read it first if you want — the installer is 180 lines and it is on the record.
Read the source