eir

A menubar / system-tray app that watches GitHub PRs and Issues.
A from-scratch alternative to Trailer / Neat — macOS, Windows, Linux.

Latest release: loading…

Screenshot of eir showing grouped PRs and Issues in the menubar popup

Features

Install

macOS

  1. Download the .dmg for your architecture above.
  2. Open the DMG and drag eir.app into /Applications.
  3. Remove the quarantine attribute so Gatekeeper lets it launch (the bundle is ad-hoc signed — no Apple Developer ID yet):
    xattr -rd com.apple.quarantine /Applications/eir.app
  4. Launch eir and sign in with the GitHub device flow.

Subsequent launches — including after the in-app updater swaps the binary — don't need the xattr step again.

Windows

  1. Download eir_<version>_x64-setup.exe (or the .msi) and run it.
  2. On the SmartScreen "Windows protected your PC" dialog, click More info → Run anyway. The build isn't code-signed with an Authenticode certificate yet.
  3. Launch eir from the Start menu and sign in.

Token is stored at %APPDATA%\eir\token. A system tray is required — all stock Windows 10/11 installs have one.

Linux

  1. Download eir_<version>_amd64.AppImage and make it executable:
    chmod +x eir_*_amd64.AppImage && ./eir_*_amd64.AppImage
  2. Or install the .deb on Debian / Ubuntu derivatives:
    sudo apt install ./eir_*_amd64.deb

A system tray is required. On GNOME, install the AppIndicator Support extension if you don't already have one.