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

chatblade のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:chatblade
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install chatblade
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#chatblade
```

  証拠: nixpkgs package indexes: pkgs/by-name/ch/chatblade/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S chatblade
```

  証拠: Arch Linux sync databases: chatblade from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## パッケージ情報

- **パッケージキー:** brew:chatblade
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/chatblade>
- **バージョン:** 0.7.0
- **ソース概要:** CLI Swiss Army Knife for ChatGPT
- **ホームページ:** <https://github.com/npiv/chatblade>
- **リポジトリ:** <https://github.com/npiv/chatblade>
- **ライセンス:** GPL-3.0-only
- **ソースアーカイブ:** <https://files.pythonhosted.org/packages/ff/02/e7dfd50d98139472851d03d793c39aebe1364a960648312d252137b0ec25/chatblade-0.7.0.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- chatblade (cli)
- chatblade (エイリアス)

## 依存関係

- certifi
- libyaml
- pydantic
- python@3.13

## ビルド依存関係

- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.7.0
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/npiv/chatblade
- 情報: No package-manager update timestamp was available.
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

Chatblade is a command-line ChatGPT client built for the early wave of LLM CLI tooling: it accepts arguments or piped input, stores sessions, loads reusable prompt files, streams responses, and can extract Markdown or JSON from model output.

### プロジェクトの歴史

The GitHub repository was created in March 2023, a few months after ChatGPT popularized conversational LLM workflows. Release metadata shows a first public release on March 20, 2023, rapid 0.2.x releases in April 2023, and a latest v0.7.0 release in October 2024. The README now states that the project is archived and no longer under active development.

### 採用の歴史

Chatblade was distributed through pip, Homebrew, and source installs from GitHub; the input facts also list Nix and pacman packaging. Its README examples target shell users who want to pipe content into ChatGPT, keep named sessions, and reuse prompt preambles from a config directory.

### 使われ方

Common uses include `chatblade question`, piping files or RSS feeds into a prompt, continuing the last conversation with `-l`, creating named sessions with `-S`, loading prompt files with `-p`, selecting models with `-c`, and extracting structured output with `-e`. Authentication is by `OPENAI_API_KEY` or an explicit `--openai-api-key` option.

### パッケージ好きにとっての重要性

Chatblade is notable as an early packaged LLM command-line client that made ChatGPT feel like a Unix filter. Its package significance is less about long-term infrastructure and more about the 2023 moment when package managers filled quickly with small CLIs wrapping hosted LLM APIs for pipes, prompts, and shell automation.

### タイムライン

- 2023-03: GitHub repository created and first public release v0.0.1 published.
- 2023-04: Rapid 0.2.x releases added early functionality.
- 2024-10: Latest upstream GitHub release metadata lists v0.7.0.
- 2026: README states the project is archived and recommends newer CLI tools.

### Related projects

- The README recommends `llm` and Fabric as modern CLI tools in the same spirit.
- OpenAI ChatGPT and OpenAI/Azure OpenAI APIs are the model services documented by the README.
- Codex and Claude Code are mentioned by the README as newer direct coding-assistant options.

### ソース

- <https://github.com/npiv/chatblade>
- <https://api.github.com/repos/npiv/chatblade>
- <https://api.github.com/repos/npiv/chatblade/releases>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## 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: ~/.config/chatblade/{prompt_name}, ~/.config/chatblade/{prompt_name}.yaml
## ソースデータベース詳細

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

## 他のパッケージマネージャ記録

- Nix - chatblade: normalized package name match | nixpkgs package indexes: pkgs/by-name/ch/chatblade/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - chatblade - 0.7.0-3: normalized package name match | Arch Linux sync databases: chatblade from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A CLI Swiss Army Knife for ChatGPT | https://github.com/npiv/chatblade


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [MCP tool packages](https://pkg.so/ja/mcp-tools/) - Mentions MCP or Model Context Protocol.
- [AI and agent packages](https://pkg.so/ja/ai-agent-tools/) - Matched AI model, agent, coding-agent, orchestration, or MCP metadata.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [python@3.13](https://pkg.so/ja/brew/python-3-13/) - Runtime dependency declared by Homebrew.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [gptline](https://pkg.so/ja/brew/gptline/) - Shares pkgdb curated category or tags: ai, chatgpt, cli, model-tools, terminal.
- [mods](https://pkg.so/ja/brew/mods/) - Shares pkgdb curated category or tags: ai, cli, model-tools, terminal.
- [tgpt](https://pkg.so/ja/brew/tgpt/) - Shares pkgdb curated category or tags: ai, cli, model-tools, terminal.
- [cai](https://pkg.so/ja/brew/cai/) - Shares pkgdb curated category or tags: ai, cli, model-tools, openai.
- [tenere](https://pkg.so/ja/brew/tenere/) - Shares pkgdb curated category or tags: ai, chatgpt, cli, model-tools.
- [toktop](https://pkg.so/ja/brew/toktop/) - Shares pkgdb curated category or tags: ai, cli, model-tools, openai.
- [ollama](https://pkg.so/ja/brew/ollama/) - Shares pkgdb curated category or tags: ai, cli, model-tools.
- [llama.cpp](https://pkg.so/ja/brew/llama-cpp/) - Shares pkgdb curated category or tags: ai, cli, model-tools.
- [oterm](https://pkg.so/ja/brew/oterm/) - Both packages touch the same language runtime or ecosystem. Shared terms: ai, certifi, cli, libyaml, model.
- [rapid-mlx](https://pkg.so/ja/brew/rapid-mlx/) - Both packages touch the same language runtime or ecosystem. Shared terms: ai, certifi, cli, libyaml, model.

## Combined YAML source

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


## ソース

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