Skip to content

0.7.1 - 2026-06-20

Choose a tag to compare

@github-actions github-actions released this 20 Jun 02:03

Release Notes

Added

  • The secret is now earned, not handed over. Reaching the chamber behind the
    locked door — the reward for solving the keep — is where the world reveals that
    it is a program you can read and change. The scaffolded scroll shrinks to just
    how to play.
  • A keepsake on disk. Reaching the chamber writes the secret to
    the-secret.txt, so it's there after you quit. To decide whether to write it,
    the keep reads the file first, so it writes only once and never clobbers a copy
    you've started editing — read-then-write, the honest shape of file I/O, so the
    chamber teaches readFile and writeFile together.
  • A hidden take gold in the lit vault rewards the obvious impulse and nudges
    that you can add a command of your own the same way — it was never in the help,
    just a line in the file.

Changed

  • lux crawl's summary now leads with cd into the new folder, so its paths and
    the scroll agree on where you're standing; the help columns line up; and the
    world's header points at world.lux, the name the scaffolded file actually has.

Install lux 0.7.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/anderix/lux/releases/download/v0.7.1/lux-installer.sh | sh

Download lux 0.7.1

File Platform Checksum
lux-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
lux-x86_64-apple-darwin.tar.xz Intel macOS checksum
lux-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
lux-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum