← Blog

Release v0.6.3

David Cruz · March 4, 2026

Upgrade to the latest version with lpm upgrade!

lpm --setup

Running lpm --setup now configures your environment in one step:

lpx

lpx is a thin wrapper that forwards all arguments to lpm x, so you can run one-off tools without typing the full command:

lpx my-tool arg1 arg2
# equivalent to: lpm x my-tool arg1 arg2

Simplified Installation

The install scripts (install.sh / install.ps1) now delegate all post-install configuration to lpm --setup, keeping them minimal.

lpm upgrade --nightly

You can now upgrade to the latest nightly build directly:

lpm upgrade --nightly

This means you can test out the code from the absolute latest commits without waiting for a formal release. Note that nightly builds may be unstable, so use with caution.

Bug fixes

Developer tooling