Skip to content

Retok v0.1.1

Choose a tag to compare

@willsmanley willsmanley released this 17 Sep 03:13
· 45 commits to main since this release
434b4f3

Retok v0.1.1 signs the native desktop artifacts while keeping the v0.1 compaction behavior unchanged.

  • macOS x64 and arm64 binaries are signed with the ctx Apple Developer ID and accepted by Apple notarization.
  • Windows x64 is Authenticode-signed with the ctx Azure Artifact Signing identity and an RFC 3161 timestamp.
  • Release staging now refuses macOS or Windows artifacts until the exact signed bytes pass native signature, identity, timestamp, and version checks.
  • Linux binaries remain byte-identical after the signing stage.

Install

Linux and macOS:

curl -fsSL https://raw.githubusercontent.com/ctxrs/retok/main/install.sh | sh

Windows PowerShell:

irm https://raw.githubusercontent.com/ctxrs/retok/main/install.ps1 | iex

The installers select the host architecture, verify the binary and license notices against SHA256SUMS, and install into a user directory without editing PATH or shell profiles.

Assets

  • Linux x64 and arm64 static musl executables
  • Apple-notarized macOS 13+ x64 and arm64 executables
  • Authenticode-signed Windows x64 executable
  • CycloneDX SBOM and complete third-party/runtime notices for every executable
  • SHA256SUMS covering the five binaries and ten sidecars

Source: 434b4f3be6882f8fa301d6bd5e87a5e6e32e6347