Skip to content

Releases: ooaklee/lexr.sh

Lexr 0.2.0-rc.9

Choose a tag to compare

@github-actions github-actions released this 04 Sep 01:21
3bda9c1

Lexr 0.2.0-rc.9

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.9

The installer follows main so installer fixes apply immediately. The --version 0.2.0-rc.9 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(doctor): resolve titled GRUB defaults (#38) (3bda9c1)

Lexr 0.2.0-rc.8

Lexr 0.2.0-rc.8 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Sep 00:49
79d35c3

Lexr 0.2.0-rc.8

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.8

The installer follows main so installer fixes apply immediately. The --version 0.2.0-rc.8 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): align embedded device-tree diagnostics (#37) (79d35c3)

Lexr 0.2.0-rc.7

Choose a tag to compare

@github-actions github-actions released this 03 Sep 23:11
fcc87bc

Lexr 0.2.0-rc.7

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.7

The installer follows main so installer fixes apply immediately. The --version 0.2.0-rc.7 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): require a boot-bound device tree (#35) (fcc87bc)

Lexr 0.2.0-rc.6

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
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)

Lexr 0.2.0-rc.5

Lexr 0.2.0-rc.5 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Sep 07:16
3f58cc3

Lexr 0.2.0-rc.5

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.5

The installer follows main so installer fixes apply immediately. The --version 0.2.0-rc.5 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(media): keep device discovery working when one LUN or mount is unresolvable (#30) (3f58cc3)
  • fix(kernel): ensure initrd image exists for the installed ABI (#29) (2b81a98)
  • fix(release): use latest installer in release notes (#28) (422e1b9)
  • feat(release): add versioned install instructions to notes (#26) (5b7fb73)

Lexr 0.2.0-rc.4

Lexr 0.2.0-rc.4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Sep 22:59
4c226ea

Lexr 0.2.0-rc.4

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.4

The installer follows main so installer fixes apply immediately. The --version 0.2.0-rc.4 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

  • feat(kernel): verified fallback install and scoped SP11 release guard (#25) (4c226ea)
  • feat(install): add POSIX install script for release binaries (#21) (2b86a98)

Lexr 0.2.0-rc.3

Lexr 0.2.0-rc.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Sep 08:07
2482b69

Lexr 0.2.0-rc.3

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

This release predates the bundled install.sh. On Linux or macOS, you can still install it using the installer from main, pinned to this exact version. The installer verifies the downloaded executable against this release's own SHA-256 manifest:

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

The installer script is fetched from the current main branch, so its behaviour reflects today's installer, not this tag. For manual downloads, checksum verification, and Windows installation, read the installation guide as shipped with this release.

Changes

  • docs: define Snapdragon X project scope (#18) (2482b69)
  • feat(image): add experimental Fedora Live remaster adapter (#10) (ed6e981)

Lexr 0.2.0-rc.2

Lexr 0.2.0-rc.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Sep 17:44
8e3d9a9

Lexr 0.2.0-rc.2

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

This release predates the bundled install.sh. On Linux or macOS, you can still install it using the installer from main, pinned to this exact version. The installer verifies the downloaded executable against this release's own SHA-256 manifest:

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

The installer script is fetched from the current main branch, so its behaviour reflects today's installer, not this tag. For manual downloads, checksum verification, and Windows installation, read the installation guide as shipped with this release.

Changes

  • fix(kernel): reset shallow managed sources (#13) (8e3d9a9)
  • docs: explain released kernel and userspace installation (#12) (c3b9cf8)
  • docs: make Lexr easier to learn and use (#9) (28494a0)

Lexr 0.2.0-rc.1

Lexr 0.2.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Aug 21:25
43e65fb

Lexr 0.2.0-rc.1

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

This release predates both install.sh and the docs/getting-started/install.md guide. On Linux or macOS, you can still install it using the installer from main, pinned to this exact version. The installer verifies the downloaded executable against this release's own SHA-256 manifest:

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

The installer script is fetched from the current main branch, so its behaviour reflects today's installer, not this tag. For manual downloads, checksum verification, and Windows installation, read the current installation guide; its latest-release quick-start command does not apply here, so use the versioned command above.

Changes

  • feat: make kernel bundles complete and SP11 boot policy explicit (#6) (43e65fb)
  • chore(deps): bump docker/setup-qemu-action from 3.7.0 to 4.2.0 (#5) (9ae34a5)
  • chore(deps): bump actions/upload-artifact from 4.6.2 to 7.0.1 (#4) (23bccbf)
  • chore(deps): bump actions/download-artifact from 4.3.0 to 8.0.1 (#3) (a8eeffd)

Lexr 0.1.0

Lexr 0.1.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Aug 14:25
c653ad4

Lexr 0.1.0

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

This release predates both install.sh and the docs/getting-started/install.md guide. On Linux or macOS, you can still install it using the installer from main, pinned to this exact version. The installer verifies the downloaded executable against this release's own SHA-256 manifest:

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

The installer script is fetched from the current main branch, so its behaviour reflects today's installer, not this tag. For manual downloads, checksum verification, and Windows installation, read the current installation guide; its latest-release quick-start command does not apply here, so use the versioned command above.

Changes

  • [DOC-X] Adopt Apache-2.0 terms, notices, and contribution guides (#2) (c653ad4)
  • refactor: complete the Lexr naming boundary (8fa487f)
  • fix: preserve CLI workflow binary hand-off (c1e9b4f)
  • fix: bind local builds to Lexr provenance (8a953ef)
  • ci: establish standalone release boundaries (39ba805)
  • docs: make the source build directly runnable (e2a8b1e)
  • fix: recognise Lexr-era IPTSD guidance (375147b)
  • feat: establish Lexr as standalone CLI (2758fb8)
  • docs(linux-armer): version initial changelog (0458386)
  • fix(linux-armer): preserve lock and handoff boundaries (c648684)
  • docs(linux-armer): publish unified operator guidance (088b4ae)
  • feat(linux-armer): complete native workflow migration (b9a9e28)
  • docs(linux-armer): record native workflow ownership (0a08d41)
  • fix(linux-armer): bind ISO output publication (32e3243)
  • docs(linux-armer): define camera authority hand-offs (d95cdf9)
  • test(linux-armer): preserve native IPTSD integration (c1ae8ec)
  • feat(linux-armer): secure recovery and camera hand-offs (79a0f9b)
  • feat(linux-armer): install native camera bundles (88837ab)
  • fix(linux-armer): bind camera authority before publish (d2d3cb9)
  • feat(linux-armer): pin native camera authority (4001c99)
  • feat(linux-armer): diagnose in-tree touchscreen (c1afb3c)
  • docs(linux-armer): document native release workflows (bbf8816)
  • feat(linux-armer): prepare audio releases natively (c7d6488)
  • feat(linux-armer): make camera workflows native (8d24e45)
  • feat(linux-armer): prepare kernel releases natively (3b52908)
  • feat(linux-armer): prepare image releases natively (eacf2b1)
  • fix(linux-armer): recognise retired PipeWire restart units (2c59627)
  • docs(linux-armer): explain private hand-off recovery (f457d32)
  • feat(linux-armer): apply private hardware hand-offs safely (b42fb6f)
  • feat(linux-armer): make companion userspace workflows native (5e2dfe3)
  • feat(linux-armer): make kernel builds native (86db272)
  • fix(linux-armer): harden catalogue validation and dispatch (773262a)
  • feat(linux-armer): add redacted live hardware diagnostics (bf13b1b)
  • feat(linux-armer): add guarded native kernel installation (0132679)
  • docs(linux-armer): migrate maintained workflows to the CLI (f96701f)
  • feat(linux-armer): add safe media and private hand-off workflows (21935a3)
  • feat(linux-armer): add manifest-tracked offline companion (4af2f3b)
  • fix(linux-armer): make userspace receipts portable (8ded961)
  • fix(linux-armer): bind Casper initramfs to live media (b725698)
  • ci(linux-armer): add cross-platform release pipeline (5b3b43c)
  • docs(linux-armer): define supported CLI safety boundaries (c7a63f7)
  • feat(linux-armer): complete installed media companion workflows (643e315)
  • feat(linux-armer): add verified SP11 image CLI (964379f)