Signed binaries, Linux packages, and multi-arch Docker images. Picks the right artifact for your platform automatically.
We couldn't auto-detect your platform — pick a binary below.
Linux
macOS
Docker
docker pull ghcr.io/abdel-rahmansaied/fendix:0.7.0Multi-arch manifest — picks linux/amd64 or linux/arm64 automatically.
Releases ship with keyless cosign signatures (Sigstore Fulcio + GitHub Actions OIDC) when COSIGN_ENABLED=true is set on the repo. Verify a binary download:
cosign verify-blob \ --certificate fendix-v0.7.0-linux-amd64.crt \ --signature fendix-v0.7.0-linux-amd64.sig \ --certificate-identity-regexp "^https://github.com/Abdel-RahmanSaied/Fendix/" \ --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \ fendix-v0.7.0-linux-amd64
Docker image: cosign verify ghcr.io/abdel-rahmansaied/fendix:0.7.0