Skip to content

v1.37.2

Choose a tag to compare

@github-actions github-actions released this 29 Aug 22:56
· 2 commits to main since this release
82d58c3

Browser UI for Jujutsu version control.

What's new

  • fix broken "View history", restore pnpm check (TypeScript 6 pin), gate releases on it

Full changelog: v1.37.1...v1.37.2

Install

One-liner (macOS & Linux):

curl -fsSL https://raw.githubusercontent.com/chronologos/lightjj/main/install.sh | sh

Or grab a binary directly:

Platform Download
macOS (Apple Silicon) lightjj-macos-arm64
Linux (x86_64) lightjj-linux-x86_64
Linux (arm64) lightjj-linux-arm64
Windows (x86_64) — experimental lightjj-windows-x86_64.exe

The Windows build is cross-compiled but not yet exercised by CI or maintainer testing — reports welcome.

Then chmod +x and put it on your PATH (macOS/Linux). On macOS, also clear quarantine and ad-hoc sign:

xattr -cr lightjj && codesign -s - -f lightjj

Verify

Binaries are signed with SLSA build provenance via Sigstore — the attestation cryptographically ties each binary back to this repo's release workflow on a GitHub-hosted runner. No personal signing keys are in the trust chain.

gh attestation verify lightjj-macos-arm64 --repo chronologos/lightjj
shasum -a 256 -c checksums.sha256

Builds use -trimpath -ldflags="-s -w" and are byte-reproducible: clone at tag v1.37.2 and re-run the steps in .github/workflows/release.yml to get identical binaries.