This is a wrapper for Jira that behaves better than JIRA and looks like.. another ... app.. with better designers.
Latest release, straight to the installer for your system:
All releases: github.com/fazulk/better-jira/releases
Install Bun (if you don't have it): bun.sh/docs/installation
bun installbun devInstall for your system below. Packaged artifacts are written to release/ unless noted otherwise.
Build an unpacked macOS app directory in dist/:
bun run app:buildBuild a macOS DMG for your current architecture:
bun run dist:desktop:dmgFor architecture-specific DMG builds:
bun run dist:desktop:dmg:arm64
bun run dist:desktop:dmg:x64bun run dist:desktop:linuxBuild a Windows desktop artifact:
bun run dist:desktop:winFor architecture-specific builds:
bun run dist:desktop:win:x64
bun run dist:desktop:win:arm64