Skip to content

SessionLedger v0.1.1-fix-ci16-webkit-patch

Choose a tag to compare

@github-actions github-actions released this 19 Jul 01:00
· 262 commits to main since this release

SessionLedger v0.1.1-fix-ci16-webkit-patch

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

Portable archives

Asset Platform
sl-viewer-<ver>-x86_64-unknown-linux-gnu.tar.gz Linux viewer (x86_64)
sl-daemon-<ver>-x86_64-unknown-linux-gnu.tar.gz Linux daemon (x86_64)
sl-viewer-<ver>-x86_64-apple-darwin.tar.gz macOS viewer (Intel)
sl-daemon-<ver>-x86_64-apple-darwin.tar.gz macOS daemon (Intel)
sl-viewer-<ver>-aarch64-apple-darwin.tar.gz macOS viewer (Apple Silicon)
sl-daemon-<ver>-aarch64-apple-darwin.tar.gz macOS daemon (Apple Silicon)
sl-viewer-<ver>-x86_64-pc-windows-msvc.zip Windows viewer (x86_64)
sl-daemon-<ver>-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 builds and pushes ghcr.io/kooshapari/sl-daemon from
crates/sl-daemon/Containerfile, then keyless-cosign signs,
attests, and verifies the image digest on the canonical repository.
Forks skip OCI; portable archives remain valid when OCI is skipped.

See docs/ops/distribution.md.