# jiratui を Homebrew, Nix でインストール

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
- **バージョン:** 1.12.0
- **ソース概要:** Textual User Interface for interacting with Atlassian Jira from your shell
- **ホームページ:** <https://jiratui.sh/>
- **リポジトリ:** <https://github.com/whyisdifficult/jiratui>
- **最終更新:** 2026-08-02T12:38:35Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- jiratui (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.12.0
## プロジェクトの歴史と使われ方

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
## 他のパッケージマネージャ記録

- 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


## Combined YAML source

View the package source record on GitHub. [combined/jiratui.yml](https://github.com/mxcl/pkgdb/blob/main/combined/jiratui.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
