Skip to content

v0.1.7

Choose a tag to compare

@iBz-04 iBz-04 released this 29 Mar 17:01
· 52 commits to main since this release

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 --locked

Then start the daemon:

gloamy daemon

The 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 .app bundle 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
  • 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
  • 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

Recommended setup for Desktop users

  1. Install gloamy

    • either with cargo install gloamy --locked
    • or from gloamy-v0.1.7-macos-arm64.tar.gz
  2. Start the daemon:

    gloamy daemon
  3. Install and open Gloamy_0.1.0_aarch64.dmg

Verify downloads

cd <download-folder>
shasum -a 256 -c SHA256SUMS

Notes

  • 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.