Skip to content

v1.0.0 (Stable)

Choose a tag to compare

@github-actions github-actions released this 28 Aug 10:35
· 4 commits to main since this release

Install

Windows

irm https://raw.githubusercontent.com/JoeCelaster/gramit/main/install.ps1 | iex

macOS and Linux

curl -fsSL https://raw.githubusercontent.com/JoeCelaster/gramit/main/install.sh | sh

Then:

gramit setup      # name the backend your text is sent to
gramit start

gramit contains no backend address — you supply your own, and it is saved
only in your config. Per-OS notes:

  • Linux (GNOME): gramit doctor --fix to bind Ctrl+Alt+F.
  • macOS: grant Accessibility in System Settings → Privacy & Security.
    These builds are not Developer ID signed, so the grant has to be renewed
    after each upgrade.
  • Windows: nothing further.

Every archive contains both gramit and gramitd; they must stay in the
same directory. Verify a download against SHA256SUMS.

Full Changelog: v0.2.0...v1.0.0