# aicommit を Homebrew, winget でインストール

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

## インストール

```sh
sudo av install brew:aicommit
```

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

### macOS

- Homebrew (100%):

```sh
brew install aicommit
```

  証拠: local Homebrew formula metadata

### Windows

- winget (92%):

```sh
winget install --id RussMckendrick.Aicommit -e
```

  証拠: Windows Package Manager source index: RussMckendrick.Aicommit from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:aicommit
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/aicommit>
- **バージョン:** 0.6.5
- **ソース概要:** AI-powered commit message generator
- **ホームページ:** <https://github.com/coder/aicommit>
- **リポジトリ:** <https://github.com/coder/aicommit>
- **ライセンス:** CC0-1.0
- **ソースアーカイブ:** <https://github.com/coder/aicommit/archive/refs/tags/v0.6.5.tar.gz>
- **最終更新:** 2026-07-26T13:19:49+02:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

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

## ビルド依存関係

- go

## インストール挙動

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

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.6.5
- マネージャ更新日: 2026-07-26
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/coder/aicommit
- 検出された最新: v0.6.5 (最新)
## プロジェクトの歴史と使われ方

aicommit is Coder's small Go CLI for generating Git commit messages from staged changes. It is intentionally narrower than a general coding assistant: it builds a prompt from repository history and diffs, streams a model-generated message, and then runs git commit unless used in dry-run or ref-targeting modes.

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

The GitHub repository was created in August 2024, and releases followed rapidly through the autumn of that year. The README frames the project around an opinionated problem: many AI commit-message tools exist, but this one tries to follow a repository's existing commit style.

The implementation uses OpenAI-compatible chat completions, defaults to an OpenAI model, and supports overriding the base URL for compatible providers. The source includes a persistent key path under the user's config directory and a COMMITS.md style-guide convention.

### 採用の歴史

Official installation paths are Homebrew, go install, and GitHub release binaries. The supplied package facts also list a winget package, giving it modest cross-platform package-manager presence despite its small scope.

The package belongs to the 2024 wave of single-purpose AI developer CLIs: tools that do one Git-adjacent task with LLM assistance rather than trying to become a full IDE assistant.

### 使われ方

Users stage changes, provide OPENAI_API_KEY or save a key with --save-key, and run aicommit. Flags support amending the previous commit, dry-running the generated git command, targeting a specific ref, adding extra context, changing the model, and using an OpenAI-compatible base URL.

Style configuration is file-based: aicommit reads COMMITS.md from the repository root when present, otherwise ~/COMMITS.md. This makes the package interesting for teams that want generated messages to match local conventions rather than a generic conventional-commits template.

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

aicommit is small, but package-nerd-relevant because it shows how quickly AI utilities became normal CLI packages: a single binary, Homebrew formula, Go install path, release artifacts, environment-variable configuration, and optional local secret persistence.

Its narrowness is the point. It can be packaged, audited, and replaced more easily than a large assistant, while still touching a high-frequency developer workflow.

### タイムライン

- 2024: GitHub repository created in August.
- 2024: v0.3.x and v0.4.x releases published within days of repository creation.
- 2024: v0.6.5 released in November.
- 2026: Input package facts list Homebrew and winget packaging.

### Related projects

- aicommit is related to Git, OpenAI-compatible APIs, local model gateways such as LiteLLM, and other AI commit-message generators.
- It uses a repository-local COMMITS.md convention instead of a broader project-management or changelog system.

### ソース

- <https://api.github.com/repos/coder/aicommit>
- <https://api.github.com/repos/coder/aicommit/releases?per_page=100>
- <https://github.com/coder/aicommit#readme>
- <https://raw.githubusercontent.com/coder/aicommit/main/cmd/aicommit/main.go>
- <https://raw.githubusercontent.com/coder/aicommit/main/cmd/aicommit/savekey.go>
- source_facts.package-manager


## セキュリティノート

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: COMMITS.md in repository root, ~/COMMITS.md

## Credential files

- Linux: ${XDG_CONFIG_HOME}/aicommit/openai.key, ~/.config/aicommit/openai.key
- macOS: ~/Library/Application Support/aicommit/openai.key
- Windows: %AppData%\aicommit\openai.key
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** aicommit
- **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

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

- winget - RussMckendrick.Aicommit: normalized package name match | Windows Package Manager source index: RussMckendrick.Aicommit from https://cdn.winget.microsoft.com/cache/source.msix


## 関連リンク

- [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.
- [go](https://pkg.so/ja/brew/go/) - Build dependency declared by Homebrew.
- [aicommit2](https://pkg.so/ja/brew/aicommit2/) - Package name indicates the same formula family.
- [aicommits](https://pkg.so/ja/brew/aicommits/) - Shares pkgdb curated category or tags: ai, cli, coding-agents, commit-messages, git.
- [worktrunk](https://pkg.so/ja/brew/worktrunk/) - Shares pkgdb curated category or tags: ai, cli, coding-agents, git.
- [gitingest](https://pkg.so/ja/brew/gitingest/) - Shares pkgdb curated category or tags: ai, cli, coding-agents, git.
- [vibecheck](https://pkg.so/ja/brew/vibecheck/) - Shares pkgdb curated category or tags: ai, cli, coding-agents, git.
- [gemini-cli](https://pkg.so/ja/brew/gemini-cli/) - Shares pkgdb curated category or tags: ai, cli, coding-agents.
- [opencode](https://pkg.so/ja/brew/opencode/) - Shares pkgdb curated category or tags: ai, cli, coding-agents.
- [rtk](https://pkg.so/ja/brew/rtk/) - Shares pkgdb curated category or tags: ai, cli, coding-agents.
- [qwen-code](https://pkg.so/ja/brew/qwen-code/) - Local package facts share a topical domain. Shared terms: agents, ai, ai-powered, cli, coding.

## Combined YAML source

View the package source record on GitHub. [combined/aicommit.yml](https://github.com/mxcl/pkgdb/blob/main/combined/aicommit.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
