v0.1.7
Gloamy v0.1.7 (macOS assets)
This release includes macOS Apple Silicon (arm64) builds for the Gloamy CLI and Desktop app.
Important
The Desktop app currently requires the Gloamy daemon to be running.
If you want to use the Desktop app, you need a working gloamy CLI installation so you can start the daemon.
You can install the CLI in either of these ways:
- Download the bundled CLI binary from this release:
gloamy-v0.1.7-macos-arm64.tar.gz - Install directly from crates.io:
cargo install gloamy --lockedThen start the daemon:
gloamy daemonThe Desktop app connects to http://127.0.0.1:42617 by default.
Downloads
-
gloamy-v0.1.7-macos-arm64.tar.gz
Prebuilt Gloamy CLI binary (gloamy) for macOS Apple Silicon (arm64). -
Gloamy_0.1.0_aarch64.dmg
Desktop installer for macOS Apple Silicon (arm64). -
Gloamy_0.1.0_aarch64.app.zip
Zipped.appbundle for manual Desktop installation. -
SHA256SUMS
SHA-256 checksums for all files in this release.
Which files do I need?
-
If you want to use the CLI only:
- install from crates.io with
cargo install gloamy --locked, or - download
gloamy-v0.1.7-macos-arm64.tar.gz
- install from crates.io with
-
If you want to use the Desktop app:
- install the CLI from crates.io or from
gloamy-v0.1.7-macos-arm64.tar.gz - download
Gloamy_0.1.0_aarch64.dmg
- install the CLI from crates.io or from
-
If you want a manual Desktop install instead of the DMG:
- install the CLI from crates.io or from
gloamy-v0.1.7-macos-arm64.tar.gz - download
Gloamy_0.1.0_aarch64.app.zip
- install the CLI from crates.io or from
Recommended setup for Desktop users
-
Install
gloamy- either with
cargo install gloamy --locked - or from
gloamy-v0.1.7-macos-arm64.tar.gz
- either with
-
Start the daemon:
gloamy daemon
-
Install and open
Gloamy_0.1.0_aarch64.dmg
Verify downloads
cd <download-folder>
shasum -a 256 -c SHA256SUMSNotes
- This release currently includes macOS Apple Silicon (
arm64) assets only. - Windows and Linux assets will be added later.
- The Desktop build is ad-hoc signed and not notarized in this release.