Skip to content

Download Fendix

Signed binaries, Linux packages, and multi-arch Docker images. Picks the right artifact for your platform automatically.

v3.5.0-rc.1Latest release, September 22, 2026

v3.5.0-rc.1

Choose your operating system and processor below.

All artifacts for v3.5.0-rc.1

Linux

Docker

docker pull fendixapp/fendix:3.5.0-rc.1

Multi-arch manifest — picks linux/amd64 or linux/arm64 automatically.

Homebrew

brew tap Fendix-app/fendix && brew install fendixView the official Fendix Homebrew repository.

Verify a downloaded binary

Release binaries use keyless cosign signatures (Sigstore Fulcio + GitHub Actions OIDC). Download the matching .crt and .sig sidecars, then verify the binary:

cosign verify-blob \
  --certificate fendix-v3.5.0-rc.1-linux-amd64.crt \
  --signature   fendix-v3.5.0-rc.1-linux-amd64.sig \
  --certificate-identity "https://github.com/Fendix-app/Fendix/.github/workflows/release.yml@refs/tags/v3.5.0-rc.1" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  fendix-v3.5.0-rc.1-linux-amd64

Verify the Docker image

Pin the verified v3.4.1 digest and require the official Fendix organization workflow identity. The same identity must sign the image, CycloneDX SBOM, and SLSA provenance.

IMAGE=docker.io/fendixapp/fendix
DIGEST=sha256:88783a1a032f925630bdb0977b37821add5e3381d347f91ec101401f4e98e02a
REF="$IMAGE@$DIGEST"

IDENTITY='^https://github.com/Fendix-app/Fendix/.github/workflows/release.yml@refs/heads/main$'
ISSUER='https://token.actions.githubusercontent.com'

cosign verify \
  --certificate-identity-regexp "$IDENTITY" \
  --certificate-oidc-issuer "$ISSUER" \
  "$REF"

cosign verify-attestation --type cyclonedx \
  --certificate-identity-regexp "$IDENTITY" \
  --certificate-oidc-issuer "$ISSUER" \
  "$REF"

cosign verify-attestation --type slsaprovenance1 \
  --certificate-identity-regexp "$IDENTITY" \
  --certificate-oidc-issuer "$ISSUER" \
  "$REF"
View fendixapp/fendix on Docker Hub

Existing users may continue pulling the previous personal GHCR image temporarily. New installations should use fendixapp/fendix. No retirement date has been announced.

Previous releases

v3.0.2August 28, 2026View on GitHub
v3.0.1August 28, 2026View on GitHub
v3.0.0August 28, 2026View on GitHub
v2.1.1August 27, 2026View on GitHub
v2.1.0August 26, 2026View on GitHub
v2.0.1August 24, 2026View on GitHub
v2.0.0August 24, 2026View on GitHub
v1.2.1August 18, 2026View on GitHub
v1.2.0August 17, 2026View on GitHub
v1.2.0-rc1RCAugust 17, 2026View on GitHub
v1.1.0July 8, 2026View on GitHub
v1.0.0June 30, 2026View on GitHub
v1.0.0-rc1RCJune 30, 2026View on GitHub
v0.19.0June 22, 2026View on GitHub
v0.18.1June 21, 2026View on GitHub
v0.18.0June 21, 2026View on GitHub
v0.17.0June 18, 2026View on GitHub
v0.16.4June 14, 2026View on GitHub
v0.16.3June 14, 2026View on GitHub
v0.16.2June 14, 2026View on GitHub
v0.16.1June 13, 2026View on GitHub
v0.16.0June 13, 2026View on GitHub
v0.15.0May 24, 2026View on GitHub
v0.14.1May 16, 2026View on GitHub