Releases: MichalAFerber/tomatick2
Release list
Tomatick 2.0.0
Install
macOS — Tomatick-2.0.0-macos-arm64.zip
Unzip and drag Tomatick.app to /Applications. Tomatick lives in the menu
bar and has no Dock icon.
This build is not signed or notarized. macOS Gatekeeper will refuse the
first launch with "Tomatick cannot be opened because the developer cannot be
verified." To open it anyway: right-clickTomatick.app→ Open →
Open, or go to System Settings → Privacy & Security and click Open
Anyway. You only need to do this once.
This artifact is Apple silicon (arm64) only. Intel Macs are not covered
by this release.
Windows — Tomatick-2.0.0-windows-amd64.exe
Run it directly; there is no installer. SmartScreen may warn that the
publisher is unknown, because this build is not code-signed: choose
More info → Run anyway.
Linux (x86_64) — Tomatick-2.0.0-linux-amd64.tar.xz
tar -xJf Tomatick-2.0.0-linux-amd64.tar.xz
cd tomatick
sudo make install # or: make user-install (installs under ~/.local)Installs the binary, a .desktop entry, and the icon.
Notes
- Every artifact is built on its own native runner. The GUI stack is cgo over
a native toolkit, so cross-compilation is not possible. - The version is compiled in from
internal/version/version.go; the release
workflow refuses to build if the tag and that constant disagree.