Get Jelby for Desktop
Select the native installer for your operating system. All builds are cryptographically signed, timestamped, and attested.
All Available Installers & Artifacts
Signed, notarized & attested builds — streamed from your account
Jelby_x64-setup.exe
Jelby_aarch64.dmg
Provenance & Integrity Bundles
Publisher Trust & Security Notes
What to expect during download and first run
Windows (SmartScreen Notice)
As a newly published desktop application, our new Authenticode publisher certificate is in the process of accumulating Microsoft SmartScreen reputation. During the initial release window, Windows may display a standard "Windows protected your PC" dialog upon launch.
.exe, select Properties → Digital Signatures to confirm it is signed by Wilburn Pacific Company with an RFC-3161 timestamp.macOS (Apple Silicon)
The macOS installer (.dmg) is fully Developer-ID code-signed, notarized by Apple Ticket Service, and stapled.
How to Verify Jelby Builds
Every official Jelby release includes cryptographic build provenance (SLSA) and SHA-256 checksums. You can independently verify that your downloaded binary has not been tampered with and was compiled directly from our audited source repository.
1. Verify SLSA Build Provenance (Air-Gapped / Offline)
Every Jelby binary is attested with cryptographic SLSA provenance during the GitHub Actions build pipeline. You can verify that the binary was built unmodified from our audited source code.
gh attestation verify Jelby_x64-setup.exe --bundle release-attestation.json --custom-trusted-root trusted_root.jsonl --repo wilburn-pacific-company/jelbygh attestation verify Jelby_aarch64.dmg --bundle release-attestation.json --custom-trusted-root trusted_root.jsonl --repo wilburn-pacific-company/jelby--repo wilburn-pacific-company/jelby specified?While release binaries are distributed publicly from jelby-releases, the cryptographic SLSA attestation identifies the private core product repository wilburn-pacific-company/jelby as the authentic build source.
Because Jelby is built within GitHub Enterprise, verification uses the pinned Sigstore trusted root (trusted_root.jsonl) included in each release, enabling 100% offline, reproducible verification without requiring third-party API tokens.
2. Verify SHA-256 Checksums
Verify the integrity of downloaded binaries against our published checksums.
sha256sum -c SHA256SUMS.txtStep-by-Step Verification Guide
Follow these commands in your terminal to perform independent validation
In addition to your platform installer (.exe or .dmg), download the companion provenance files from the release:
SLSA bundle
Sigstore trust root
Plaintext hashes
Ensure you have the GitHub CLI (gh) installed (v2.49.0+), then run the offline verification command in the directory containing your downloaded files:
gh attestation verify <installer-file> --bundle release-attestation.json --custom-trusted-root trusted_root.jsonl --repo wilburn-pacific-company/jelbywilburn-pacific-company/jelby.If you prefer a fast integrity check against accidental download corruption, compare the SHA-256 hash:
sha256sum -c SHA256SUMS.txt