| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| gotify-linux-386.zip | 2026-08-27 | 14.9 MB | |
| gotify-linux-amd64.zip | 2026-08-27 | 15.6 MB | |
| gotify-linux-arm-7.zip | 2026-08-27 | 14.7 MB | |
| gotify-linux-arm64.zip | 2026-08-27 | 14.0 MB | |
| gotify-linux-riscv64.zip | 2026-08-27 | 14.8 MB | |
| gotify-windows-386.exe.zip | 2026-08-27 | 12.1 MB | |
| gotify-windows-amd64.exe.zip | 2026-08-27 | 12.5 MB | |
| README.md | 2026-08-26 | 1.8 kB | |
| v3.1.0 source code.tar.gz | 2026-08-26 | 537.4 kB | |
| v3.1.0 source code.zip | 2026-08-26 | 653.0 kB | |
| Totals: 10 Items | 99.7 MB | 1 | |
Notable features:
- Add setting
GOTIFY_LOCALAUTH_ENABLEDfor disabling local user authentication Docs (#1007 via [#1020] by @DerDummePunkt) - Allow mapping user admin status from OIDC claims OIDC Groups Docs (#957 via [#1033] by @UiP9AV6Y)
- Prompt for re-authentication when authenticating with OIDC by default, configurable via
GOTIFY_OIDC_PROMPT(#1029 by @DerDummePunkt) - Add setting
GOTIFY_OIDC_IDP_NAMEto change the label of the "login with oidc" button (#991 via [#1022] by @DerDummePunkt) - Add setting
GOTIFY_OIDC_AUTO_REDIRECTto auto redirect to the IdP when opening the login page (#991 via [#1029] by @DerDummePunkt) - Highlight the current session in the client page (#677 via [#1025] by @SulimanAbdulrazzaq)
Miscellaneous changes:
- Update go module path to github.com/gotify/server/v3 (#1030 by @eternal-flame-AD)
- Fix potential crash when pushing messages while a client disconnects with plugins active (GHSA-78w7-2h8c-8252 via [#1035])
- Fix potential crash when removing a user with plugins active (#1005 by @Osamaali313)
- Show password hashing errors in the UI instead of crashing (#1013 via [#1014] by @eternal-flame-AD)
- Fix OIDC ID being removed when updating a user (#1009 via [#1010])
- Read the OIDC username claim from the ID token and only fall back to the userinfo endpoint when it's missing (#1033)