Skip to content

SessionLedger v0.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Aug 00:16
· 18 commits to main since this release
2c712cb

SessionLedger v0.1.2

Desktop Dioxus viewer + portable sl-daemon archives. Installers are
unsigned (Authenticode / Apple notarization deferred — ADR 0003).

Portable archives

Asset Platform
sl-viewer-0.1.2-x86_64-unknown-linux-gnu.tar.gz Linux viewer (x86_64)
sl-daemon-0.1.2-x86_64-unknown-linux-gnu.tar.gz Linux daemon (x86_64)
sl-viewer-0.1.2-x86_64-apple-darwin.tar.gz macOS viewer (Intel)
sl-daemon-0.1.2-x86_64-apple-darwin.tar.gz macOS daemon (Intel)
sl-viewer-0.1.2-aarch64-apple-darwin.tar.gz macOS viewer (Apple Silicon)
sl-daemon-0.1.2-aarch64-apple-darwin.tar.gz macOS daemon (Apple Silicon)
sl-viewer-0.1.2-x86_64-pc-windows-msvc.zip Windows viewer (x86_64)
sl-daemon-0.1.2-x86_64-pc-windows-msvc.zip Windows daemon (x86_64)

Installers (unsigned)

Asset Notes
SessionLedger-<ver>-x64.msi WiX v4 per-user MSI (Windows)
SessionLedger-<ver>-aarch64.pkg productbuild PKG (Apple Silicon)
SessionLedger-<ver>-x86_64.pkg productbuild PKG (Intel)
SessionLedger-<ver>-aarch64.app.tar.gz / …-x86_64.app.tar.gz Unsigned .app bundles
sessionledger_<ver>_amd64.deb Best-effort Debian package
SessionLedger-<ver>-x86_64.AppImage Best-effort AppImage

Verify archive hashes with SHA256SUMS. CI also attempts to publish
SHA256SUMS.sigstore.json, a best-effort cosign keyless signature bundle.
session-ledger.cdx.json is the CycloneDX SBOM. GitHub build provenance
is required for canonical KooshaPari/SessionLedger releases and can be
verified with gh attestation.

CI unconditionally builds, pushes, keyless-cosign signs, attests,
and blocking-verifies ghcr.io/kooshapari/sl-daemon on every
canonical v* tag (continue-on-error: false). Forks credential-gate
OCI; portable archives remain valid when OCI is skipped.

See docs/ops/distribution.md.