Gamma 0.2.2
Desktop app 0.2.2
| Platform | Download |
|---|---|
| Windows 10/11 (x64) | Gamma-0.2.2-win-x64.exe |
| macOS (Apple Silicon) | Gamma-0.2.2-mac-arm64.dmg |
| macOS (zip) | Gamma-0.2.2-mac-arm64.zip |
| Debian / Ubuntu (x64) | Gamma-0.2.2-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.2-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.1
- bug fixes
- workspace improve
- workspace update; github action update
- reduce idle requests
- hero pic
- workspaces separate from accounts, versioned data migrations, server backups, desktop switcher
- test implementation: user simultaneous login from multiple places, and multi user collaboration
- actions update
- assets organization
- store listing
- linux desktop
- pin tab
- metadata title follows the server; "No label" view; chat page links; DOI/arXiv copy
- store submission
- search jump cancels read-pos restore; chat error bubbles; \left ranking; cleanup
- ui zoom
- showing passwd
- extension now preview paper info
- metadata fetch, if from ai should show "!" also for books try to fetch online not only from pdf
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.2 # or :latest