lpm
Docs
Blog
Registry
Search
⌘
K
Download
Docs
Blog
Registry
Download
Blog
Release v0.7.1
David Cruz · March 15, 2026
Adds registry dependency support to lpm install and lpx, a --nightly flag for install scripts, and Aarch64 macOS support.
Release v0.7.0
David Cruz · March 14, 2026
Launches the lpm package registry with lpm publish, adds lockfile support for reproducible installs, and introduces registry dependencies via lpm add.
Release v0.6.3
David Cruz · March 4, 2026
Introduces lpm --setup for one-step environment configuration, the lpx convenience wrapper, and simplified install scripts that delegate setup to lpm itself.
Experimenting with busted ported to lpm
David Cruz · February 22, 2026
Exploring a port of busted, Lua's most popular test runner, to run natively as an lpm tool and what it revealed about lpm's current limitations with luarocks packages.
Release v0.6.2
David Cruz · February 21, 2026
Adds the bin field in lpm.json for custom entrypoints, bytecode output for lpm bundle, and several bug fixes around stdout/stderr handling and working directory behavior.
Release v0.6.1
David Cruz · February 20, 2026
Adds lpm install and lpm uninstall for globally available tools, native C module support via LuaJIT exports, and C library bundling in compiled binaries.
Release v0.6.0
David Cruz · February 18, 2026
Introduces lpm-test, a built-in test runner with test suites and assertions, along with lpm bundle, lpm update and format preservation for lpm add and lpm remove.