boxlet

Tools to help you think beside the box.

tool 01

stackerdisposable dev workspaces

A fresh workspace for every task, with its own container, its own SSH port, and its own copy of your code. Reboot the box and your tools pick up right where they left off. Done? Toss it and start clean next time.

$ curl -fsSL https://boxlet.app/stacker/install.sh | sudo sh

One line gets you going on Linux, amd64 or arm64. We check every signature before anything runs, and from then on your box keeps itself current: just run stacker self-update.

Want to check a download yourself?

Good instinct. Every binary is signed, and each signature names exactly which version and file it belongs to, so nothing can stand in for anything else:

minisign -Vm stacker-<version>-linux-<arch> \
  -P RWQYT6meUZx8hBg5jI7DRWPm51gQckO5gktp45KlTzKRihNwHZd/M3eM

That's key 847C9C519EA94F18. You'll also find checksums in each release's SHA256SUMS.

tool 02

in the works

Something else is taking shape here: back up your machine's whole setup and bring it anywhere. We can't wait to show you.