Install
CLI / TUI β download the archive for your platform below and put hygg on your PATH, or:
cargo install hygg
The macOS archive is a universal binary (Apple silicon + Intel). ODT/DOCX
support shells out to pandoc, which is not bundled.
Desktop app β .dmg (macOS), .deb / .AppImage / .rpm (Linux),
.msi / .exe (Windows). These are unsigned: macOS Gatekeeper and
Windows SmartScreen will warn on first launch.
Web / PWA β no download needed:
- latest: https://kruseio.github.io/hygg/
- this version, pinned: https://kruseio.github.io/hygg/0.1.23/
- all versions: https://kruseio.github.io/hygg/versions.html
Server β self-host the sync server from the image published for this
tag (linux/amd64 + linux/arm64):
docker run -d -p 3032:3032 -v "$PWD/data:/app/data" ghcr.io/kruseio/hygg-server:0.1.23
Android β hygg-android-0.1.23-debug.apk is debug-signed. It sideloads
fine, but the signing key differs per build, so uninstall any previous
version first rather than upgrading in place.
iOS β simulator build only; it cannot be installed on an iPhone. A
signed .ipa needs an Apple Developer certificate.
Verify a download against SHA256SUMS.
Warning
Some builds did not complete for this tag, so this release
is missing part or all of:
- Desktop bundles
- Android APK
- iOS simulator build
Everything else attached below is unaffected. See the
assets for what is actually here.
Full Changelog: 0.1.22...0.1.23