# 使用 Homebrew, Nix 安装 jiratui

查看 jiratui 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:jiratui
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install jiratui
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#jiratui
```

  证据: nixpkgs package indexes: pkgs/by-name/ji/jiratui/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:jiratui
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/jiratui>
- **版本:** 1.10.1
- **来源摘要:** Textual User Interface for interacting with Atlassian Jira from your shell
- **主页:** <https://jiratui.sh/>
- **仓库:** <https://github.com/whyisdifficult/jiratui>
- **上游文档:** <https://jiratui.readthedocs.io/en/latest>
- **许可证:** MIT
- **源码归档:** <https://files.pythonhosted.org/packages/69/d8/e7f5afe6e0a5876ac54faa55ffe0cd1f6d3ca9d8cbecbdda02e4c5f96677/jiratui-1.10.1.tar.gz>
- **最后更新:** 2026-07-04T18:39:59Z
- **已生成:** 2026-07-08T07:18:31+00:00

## 可执行文件

- jiratui (cli)
- jiratui (别名)

## 依赖

- certifi
- cryptography
- libmagic
- libyaml
- pillow
- pydantic
- python@3.14

## 构建依赖

- rust

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 1.10.1
- 管理器更新时间: 2026-07-04
- 本地数据: OK
- 上游仓库: https://jiratui.sh/
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

JiraTUI is a Python terminal user interface and CLI for Atlassian Jira. It is built with Textual and Rich, supports Jira Cloud REST API v3 and v2, and stores Jira credentials and settings in an XDG-style YAML configuration file.

### 项目历史

The project had its first public release in September 2025. Its README frames it as a TUI for interacting with Jira directly from the shell, with both an interactive `jiratui ui` application and command groups for issues, comments, users, themes, configuration, and version information.

Version 1.0.0 followed quickly after the first 0.x releases and moved configuration to the XDG file layout while dropping the old `JIRA_TUI_ENV_FILE` configuration path. Later releases added API v2 support, work-item editing improvements, navigation features, and history-oriented UI conveniences.

### 采用历史

JiraTUI's public history is short, but it already uses several packaging channels familiar to Python CLI users: PyPI, uv tool installation, pip, pipx, AUR, Homebrew, and Nix. Its README also documents Linux, macOS, and Windows support, which helps the TUI reach developers across common terminal environments.

### 使用方式

Users configure `jira_api_username`, `jira_api_token`, and `jira_api_base_url` in `config.yaml`, optionally select cloud or on-premise behavior, and run `jiratui ui` for the full TUI. The CLI side supports searching, updating, and deleting work items, managing comments, searching users and groups, listing themes, and printing the configuration file location.

### 为什么软件包爱好者会关心

JiraTUI represents the newer Textual/Rich generation of Python TUIs: more application-like than a plain CLI, but still installed and launched like a normal package-manager tool. It is interesting beside `jira-cli` because both target Jira from the terminal, yet JiraTUI leans into a full-screen interface rather than a GitHub-CLI-style command tree.

### 时间线

- 2025: v0.1.0 was published as the first JiraTUI release.
- 2025: v1.0.0 introduced the XDG configuration layout and removed `JIRA_TUI_ENV_FILE` support.
- 2025: v1.1.0 added Jira Cloud REST API v2 support alongside API v3.
- 2026: v1.8.0 and v1.8.1 continued the 1.x release line.
- 2026: v1.9.0 added parent-key autocomplete, a Go-To screen, keybinding-hint configuration, and a view of work-item history.

### Related projects

- JiraTUI is directly related to Textual, Rich, Atlassian Jira REST APIs, and terminal applications such as Posting, Lazygit, and Harlequin, which the README credits as inspirations. It also overlaps in purpose with `jira-cli`.

### 来源

- <https://api.github.com/repos/whyisdifficult/jiratui/releases/tags/v1.0.0>
- <https://api.github.com/repos/whyisdifficult/jiratui/releases/tags/v1.9.0>
- <https://api.github.com/repos/whyisdifficult/jiratui/releases?per_page=100>
- <https://github.com/whyisdifficult/jiratui>
- <https://jiratui.readthedocs.io/>
- <https://pypi.org/pypi/jiratui/json>


## 安全说明

generalized runtime or code generation signal.

- **Geiger 风险:** yellow / 中
- generalized runtime or code generation signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: $XDG_CONFIG_HOME/jiratui/config.yaml, ~/.config/jiratui/config.yaml

## Credential files

- Unix: $XDG_CONFIG_HOME/jiratui/config.yaml, ~/.config/jiratui/config.yaml
## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** jiratui
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 其他软件包管理器记录

- Nix - jiratui: normalized package name match | nixpkgs package indexes: pkgs/by-name/ji/jiratui/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 相关链接

- [Secret-risk packages](https://www.automicvault.com/zh-hans/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/zh-hans/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Productivity CLI packages](https://www.automicvault.com/zh-hans/pkg/productivity-cli-packages/) - Matched curated productivity category metadata from av.db.
- [python@3.14](https://www.automicvault.com/zh-hans/pkg/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [rust](https://www.automicvault.com/zh-hans/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [bagels](https://www.automicvault.com/zh-hans/pkg/brew/bagels/) - Shares av.db curated category or tags: cli, productivity, terminal, tui.
- [circumflex](https://www.automicvault.com/zh-hans/pkg/brew/circumflex/) - Shares av.db curated category or tags: cli, productivity, terminal, tui.
- [dooit](https://www.automicvault.com/zh-hans/pkg/brew/dooit/) - Shares av.db curated category or tags: cli, productivity, terminal, tui.
- [lf](https://www.automicvault.com/zh-hans/pkg/brew/lf/) - Shares av.db curated category or tags: cli, productivity, terminal, tui.
- [midnight-commander](https://www.automicvault.com/zh-hans/pkg/brew/midnight-commander/) - Shares av.db curated category or tags: cli, productivity, terminal, tui.
- [mprocs](https://www.automicvault.com/zh-hans/pkg/brew/mprocs/) - Shares av.db curated category or tags: cli, productivity, terminal, tui.
- [newsboat](https://www.automicvault.com/zh-hans/pkg/brew/newsboat/) - Shares av.db curated category or tags: cli, productivity, terminal, tui.
- [nom](https://www.automicvault.com/zh-hans/pkg/brew/nom/) - Shares av.db curated category or tags: cli, productivity, terminal, tui.
- [vit](https://www.automicvault.com/zh-hans/pkg/brew/vit/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, interface, productivity, python, python-3-14.

## Combined YAML source

View the package source record on GitHub. [combined/jiratui.yml](https://github.com/automic-vault/db/blob/main/combined/jiratui.yml)


## 来源

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
