v1.37.2
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 | shOr 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 lightjjVerify
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.sha256Builds 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.