Skip to content

0.10.14

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Mar 03:21
b20ff80

Release Notes

Released on 2026-03-30.

Other changes

  • Sync latest Python releases (#69)
  • chore: sync Python download metadata (#65)
  • ci: fetch cargo-dist directly in release workflows (#64)
  • ci: update rust-cache to v2.9.1 (#70)
  • ci: use uv in Python downloads sync workflow (#68)
  • feat: add pip wheel (#71)
  • fix: fallback to direct download when direct URL streaming fails (#67)
  • fix: respect dependency metadata in pip diagnostics (#66)
  • release: allow publishing PyPI from an existing run (#59)
  • release: guard against non-ancestor release tags (#63)
  • release: harden release notes and installer docs (#61)
  • release: require trusted publishing for PyPI (#60)
  • style: format release notes normalizer (#62)

Install fyn 0.10.14

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/duriantaco/fyn/releases/download/0.10.14/fyn-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/duriantaco/fyn/releases/download/0.10.14/fyn-installer.ps1 | iex"

Download fyn 0.10.14

File Platform Checksum
fyn-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
fyn-x86_64-apple-darwin.tar.gz Intel macOS checksum
fyn-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
fyn-i686-pc-windows-msvc.zip x86 Windows checksum
fyn-x86_64-pc-windows-msvc.zip x64 Windows checksum
fyn-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
fyn-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
fyn-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
fyn-riscv64gc-unknown-linux-gnu.tar.gz RISCV Linux checksum
fyn-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
fyn-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
fyn-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
fyn-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
fyn-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
fyn-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
fyn-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
fyn-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo duriantaco/fyn

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>