Skip to content

OpenTrApp v0.8.0

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Jun 22:43
5b1bcce

Just install

Pick the row for your operating system and click the link. After downloading, double-click to install. The setup wizard takes over from there — Anthropic key, Telegram bot pairing, and the five-container perimeter download. No terminal needed.

Your OS Download
Windows OpenTrApp_0.8.0_x64_en-US.msi
macOS — Apple Silicon OpenTrApp_0.8.0_aarch64.dmg
macOS — Intel OpenTrApp_0.8.0_x64.dmg
Linux — Ubuntu / Debian OpenTrApp_0.8.0_amd64.deb
Linux — universal OpenTrApp_0.8.0_amd64.AppImage
Linux — Fedora / RHEL OpenTrApp-0.8.0-1.x86_64.rpm

The full release notes for this version live at docs/release-notes-v0.8.0.md.

Verification artefacts (for security auditors)

Each binary above is shipped alongside three companion files in the asset list:

  • <filename>.sig — cosign keyless signature (Sigstore)
  • <filename>.pem — signing certificate (Sigstore Fulcio)
  • sbom-<platform>.cyclonedx.json — CycloneDX 1.5 software bill of materials

To verify a binary against its signature:

cosign verify-blob \
  --certificate OpenTrApp_0.8.0_x64_en-US.msi.pem \
  --signature   OpenTrApp_0.8.0_x64_en-US.msi.sig \
  --certificate-identity-regexp 'https://github.com/albertdobmeyer/opentrapp' \
  --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
  OpenTrApp_0.8.0_x64_en-US.msi

The SLSA Build Level 2 build-provenance attestation for this release is in the Attestations panel above the asset list.

The full asset list (including all signature, certificate, and SBOM files for every platform) is below.