Code signing (FileShot Desktop)
June 15, 2026 · View on GitHub
Windows — SignPath Foundation (recommended, free for OSS)
- Apply at signpath.org/open-source
- Link the public GitHub repo
FileShot/fileshot-desktop - Add GitHub secrets:
SIGNPATH_API_TOKEN,SIGNPATH_ORG_ID,SIGNPATH_PROJECT_SLUG - On release tag
desktop-v*, workflow submits artifacts for signing (manual approval per release)
macOS — Apple Developer Program ($99/yr)
Required for Gatekeeper + notarization. Add to GitHub secrets:
APPLE_CERTIFICATE,APPLE_CERTIFICATE_PASSWORD,APPLE_SIGNING_IDENTITYAPPLE_ID,APPLE_PASSWORD,APPLE_TEAM_ID
tauri-action uses these on macos-latest builds.
Linux
Ship unsigned AppImage/deb (standard for OSS).
Fallback — Azure Artifact Signing (~$10/mo)
If SignPath is delayed, use Azure Artifact Signing with signCommand in tauri.conf.json. See Tauri Windows signing.