Skip to content

Releases: dafuct/ember

Ember v0.1.9

Choose a tag to compare

@github-actions github-actions released this 12 Jul 13:26

Apple-Silicon macOS build (self-signed, not notarized). See INSTALL.md for setup — including getting past Gatekeeper and connecting your own Google credentials. Upgrading from v0.1.0 or earlier? Re-grant Screen Recording once (INSTALL.md, "Upgrading").

Verify your download:

shasum -a 256 -c Ember_*_aarch64.dmg.sha256

Ember v0.1.8

Choose a tag to compare

@github-actions github-actions released this 09 Jul 06:25

Apple-Silicon macOS build (self-signed, not notarized). See INSTALL.md for setup — including getting past Gatekeeper and connecting your own Google credentials. Upgrading from v0.1.0 or earlier? Re-grant Screen Recording once (INSTALL.md, "Upgrading").

Verify your download:

shasum -a 256 -c Ember_*_aarch64.dmg.sha256

Ember v0.1.7

Choose a tag to compare

@github-actions github-actions released this 09 Jul 05:41

Apple-Silicon macOS build (self-signed, not notarized). See INSTALL.md for setup — including getting past Gatekeeper and connecting your own Google credentials. Upgrading from v0.1.0 or earlier? Re-grant Screen Recording once (INSTALL.md, "Upgrading").

Verify your download:

shasum -a 256 -c Ember_*_aarch64.dmg.sha256

Ember v0.1.6

Choose a tag to compare

@github-actions github-actions released this 07 Jul 17:33

Apple-Silicon macOS build (self-signed, not notarized). See INSTALL.md for setup — including getting past Gatekeeper and connecting your own Google credentials. Upgrading from v0.1.0 or earlier? Re-grant Screen Recording once (INSTALL.md, "Upgrading").

Verify your download:

shasum -a 256 -c Ember_*_aarch64.dmg.sha256

Ember v0.1.5

Choose a tag to compare

@github-actions github-actions released this 04 Jul 17:59

Apple-Silicon macOS build (self-signed, not notarized). See INSTALL.md for setup — including getting past Gatekeeper and connecting your own Google credentials. Upgrading from v0.1.0 or earlier? Re-grant Screen Recording once (INSTALL.md, "Upgrading").

Verify your download:

shasum -a 256 -c Ember_*_aarch64.dmg.sha256

Ember v0.1.4

Choose a tag to compare

@github-actions github-actions released this 04 Jul 17:45

Apple-Silicon macOS build (self-signed, not notarized). See INSTALL.md for setup — including getting past Gatekeeper and connecting your own Google credentials. Upgrading from v0.1.0 or earlier? Re-grant Screen Recording once (INSTALL.md, "Upgrading").

Verify your download:

shasum -a 256 -c Ember_*_aarch64.dmg.sha256

Ember v0.1.3

Choose a tag to compare

@github-actions github-actions released this 03 Jul 11:37

Apple-Silicon macOS build (self-signed, not notarized). See INSTALL.md for setup — including getting past Gatekeeper and connecting your own Google credentials. Upgrading from v0.1.0 or earlier? Re-grant Screen Recording once (INSTALL.md, "Upgrading").

Verify your download:

shasum -a 256 -c Ember_*_aarch64.dmg.sha256

Ember v0.1.2

Choose a tag to compare

@github-actions github-actions released this 03 Jul 10:36

Apple-Silicon macOS build (self-signed, not notarized). See INSTALL.md for setup — including getting past Gatekeeper and connecting your own Google credentials. Upgrading from v0.1.0 or earlier? Re-grant Screen Recording once (INSTALL.md, "Upgrading").

Verify your download:

shasum -a 256 -c Ember_*_aarch64.dmg.sha256

Ember v0.1.1

Choose a tag to compare

@github-actions github-actions released this 02 Jul 15:15

Apple-Silicon macOS build (self-signed, not notarized). See INSTALL.md for setup — including getting past Gatekeeper and connecting your own Google credentials. Upgrading from v0.1.0 or earlier? Re-grant Screen Recording once (INSTALL.md, "Upgrading").

Verify your download:

shasum -a 256 -c Ember_*_aarch64.dmg.sha256

Ember v0.1.0

Choose a tag to compare

@dafuct dafuct released this 02 Jul 06:07

Ember v0.1.0 — a local-first macOS Gmail client (Tauri 2 + React/TS). Your mail is cached on your Mac in SQLite; OAuth tokens live in the Keychain; the app talks only to Google's APIs.

Apple-Silicon (arm64) · macOS 13 (Ventura)+ · unsigned build. Runs on every Apple-Silicon Mac (M1 and up).

Install

  1. Download Ember_0.1.0_aarch64.dmg, open it, and drag Ember into Applications.
  2. The app isn't notarized by Apple, so macOS blocks the first launch. Clear it once:
    xattr -dr com.apple.quarantine /Applications/Ember.app
    open /Applications/Ember.app
    
    (Or: right-click Ember.app → Open, then Open; or System Settings → Privacy & Security → Open Anyway.)
  3. On first run you'll paste your own Google OAuth Client ID + secret — this build ships no key. The screen explains how to get them. Full walkthrough: INSTALL.md.

Why bring-your-own credentials? Ember uses Google's restricted Gmail scope, which — for an unverified app — only admits accounts you've added as Test users of the Google Cloud project behind the key. A shared key therefore can't work for arbitrary downloaders, so each person uses their own project (see INSTALL.md).

Verify your download

Download both files into the same folder, then:

shasum -a 256 -c Ember_0.1.0_aarch64.dmg.sha256

Expected: 0125670ea4a2e3f7aa74c4a7513c5aff60503075c25779006f421b6da31dfc80


Ember is a personal project, not affiliated with Google.