@mulham28/jirac
v2.7.0
Published
Fast Jira CLI with TUI, worklogs, bulk ops, and MCP-friendly workflows — installed from npm via GitHub Releases
Maintainers
Readme
jirac for npm
Install the real jirac binary with npm.
This package is a thin installer that downloads the matching prebuilt release for your platform during postinstall, so you get the same Rust CLI shipped on GitHub Releases — not a separate JavaScript reimplementation.
Docs: https://jirac.keton.id
Why jirac
jirac is a fast Jira terminal client with:
- interactive TUI for browsing and updating issues, with full mouse support (click rows, tabs, picker options; scroll wheel)
- worklog flows, attachments, and comments
- bulk actions like bulk-comment, bulk-transition, and bulk-update
- JQL builder and saved-query workflows
- MCP-friendly tooling for editor and agent setups
- Jira Cloud and Jira Data Center support
Install
npm install -g @mulham28/jirac
jirac auth login
jirac --helpIf you also want the Jira MCP server (for Claude Code, Cursor, Codex, OpenCode, etc.), install the companion package:
npm install -g @mulham28/jirac-mcp
jirac mcp install # interactive picker, registers the server into your MCP clientQuick examples
jirac issue list
jirac issue view PROJ-123
jirac issue transition PROJ-123 --to "In Progress"
jirac issue bulk-comment --jql 'project = PROJ AND sprint = openSprints()' --body 'Please post your update before standup'
jirac tui -p PROJWhat npm installs
During install, npm fetches the release archive for your platform and wires up the jirac executable.
Supported targets:
- macOS arm64
- macOS x64
- Linux x64
- Linux arm64
- Windows x64
Good next links
- Docs: https://jirac.keton.id
- Install matrix: https://github.com/mulhamna/jira-commands/blob/main/INSTALL.md
- Source: https://github.com/mulhamna/jira-commands
- Issues: https://github.com/mulhamna/jira-commands/issues
Notes
- Requires Node.js 18+ for the installer wrapper.
- The downloaded CLI itself is a standalone native binary.
- If you prefer Cargo, Homebrew, Scoop, Winget, or direct releases, see the docs site for the full install matrix.
