lde
Docs
Blog
Registry
Download
Search
/
Docs
Blog
Registry
Download
Blog
All
Release
Engineering
Docs
No posts.
Sep 18, 2026
Release
Release v0.11.0
David Cruz
Musl builds, Docker images, Cleaner errors, Hotreloading, Teal/MoonScript, and much more...
Aug 3, 2026
Release
Release v0.10.0
David Cruz
A runtime rewrite built on the Lua C API after months of work, plus lde test --watch, a built-in profiler, LuaJIT v3 syntax, and a much faster startup.
Apr 12, 2026
Release
Release v0.9.1
David Cruz
New REPL, Android support, native curl/git/archive libraries, git submodule support, test lifecycle hooks, and more.
Apr 6, 2026
Release
Release v0.9.0
David Cruz
Windows C compilation out of the box, watch mode, JSON5 config support, lde sync, macOS x86-64, ffi.load shim, and more.
Mar 27, 2026
Release
Release v0.8.1
David Cruz
lpm is now lde. New domain, repository and name while remaining backwards compatible. Expanded LuaRocks support.
Mar 26, 2026
Release
Release v0.8.0
David Cruz
Adds LuaRocks dependency support, flat lockfile for transitive deps, a basic REPL, and more lpm-test utilities.
Mar 24, 2026
Release
Release v0.7.2
David Cruz
Adds Windows ARM64 support, --help flag, lpm run for single files, new lpm-test assertions, and fixes for Windows upgrade permissions and UTF-8 output.
Mar 15, 2026
Release
Release v0.7.1
David Cruz
Adds registry dependency support to lpm install and lpx, a --nightly flag for install scripts, and Aarch64 macOS support.
Mar 14, 2026
Release
Release v0.7.0
David Cruz
Launches the lpm package registry with lpm publish, adds lockfile support for reproducible installs, and introduces registry dependencies via lpm add.
Mar 4, 2026
Release
Release v0.6.3
David Cruz
Introduces lpm --setup for one-step environment configuration, the lpx convenience wrapper, and simplified install scripts that delegate setup to lpm itself.
Feb 22, 2026
Engineering
Experimenting with busted ported to lpm
David Cruz
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.
Feb 21, 2026
Release
Release v0.6.2
David Cruz
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.
Feb 20, 2026
Release
Release v0.6.1
David Cruz
Adds lpm install and lpm uninstall for globally available tools, native C module support via LuaJIT exports, and C library bundling in compiled binaries.
Feb 18, 2026
Release
Release v0.6.0
David Cruz
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.