Skip to content

Lexr 0.2.0-rc.6

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Sep 21:09
· 3 commits to main since this release
8f6c000

Lexr 0.2.0-rc.6

This release contains the six standalone Lexr platform executables plus LICENSE, NOTICE, and THIRD_PARTY_NOTICES.md. The versioned SHA-256 manifest covers all nine payload files. Kernel, firmware, driver, userspace, catalogue, collector, and other project documentation are not published here.

Install Lexr

On Linux or macOS, install this release with the latest installer from main:

curl -fsSL https://raw.githubusercontent.com/ooaklee/lexr.sh/refs/heads/main/install.sh | sh -s -- --version 0.2.0-rc.6

The installer follows main so installer fixes apply immediately. The --version 0.2.0-rc.6 argument selects this release's binary and checksum manifest, and the installer verifies the binary against that manifest.

For manual downloads, checksum verification, and Windows installation, read the version-matched installation guide.

Changes

  • fix(kernel): attribute ABI-stamped device-tree variant before digest comparison (#33) (8f6c000)
  • feat(kernel): detect and explain partial target kernel installations (#32) (fdc5e64)
  • fix(kernel): verify GRUB devicetree bindings and rank DTB candidates patch-line first (#31) (1a33624)