Gamma 0.2.3
Desktop app 0.2.3
| Platform | Download |
|---|---|
| Windows 10/11 (x64) | Gamma-0.2.3-win-x64.exe |
| macOS (Apple Silicon) | Gamma-0.2.3-mac-arm64.dmg |
| macOS (zip) | Gamma-0.2.3-mac-arm64.zip |
| Debian / Ubuntu (x64) | Gamma-0.2.3-linux-amd64.deb |
Self-contained: no Python or Node needed. Windows build is unsigned — SmartScreen: More info → Run anyway (Edge: … → Keep → Keep anyway). macOS: the first launch says Apple could not verify Gamma — close it, open System Settings → Privacy & Security, scroll to Security and click Open Anyway (once per download; the build is ad-hoc signed, not notarized). Linux: sudo apt install ./Gamma-0.2.3-linux-amd64.deb (installs to /opt/Gamma, command gamma).
Installed apps update themselves from this page (Help → Check for Updates…; Windows installs on restart, Linux asks for your password to run dpkg, macOS offers the download until builds are notarized). The latest*.yml and .blockmap assets are that update feed.
Changes since v0.2.2
- store MSIX: minVersion 10.0.17763.0 (submission API rejects <= 17134)
- gpt cleanup
Browser extension
The Gamma Connector has its own releases, tagged extension-v<version>: latest extension release.
Server (Docker)
docker run -d --name gamma -p 9001:9001 -v gamma-data:/data ghcr.io/tim4431/gamma:0.2.3 # or :latest