# bacon-ls を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:bacon-ls
```

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

### macOS

- Homebrew (100%):

```sh
brew install bacon-ls
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:bacon-ls
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.30.0
- **ソース概要:** Rust diagnostic provider based on Bacon
- **ホームページ:** <https://github.com/crisidev/bacon-ls>
- **リポジトリ:** <https://github.com/crisidev/bacon-ls>
- **最終更新:** 2026-07-23T18:26:46Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- bacon-ls (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

bacon-ls is a Rust language-server companion that publishes diagnostics from Bacon or directly from cargo. It is designed to supplement rust-analyzer, not replace it.

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

The GitHub repository was created in May 2024. Its README frames the project around a specific pain point: rust-analyzer diagnostics can be slow on large Rust codebases, so bacon-ls exposes LSP diagnostic capabilities backed by Bacon or cargo.

By 2025-2026 the project had a steady GitHub release train from 0.6.0 to 0.29.0. The README documents an important evolution: the cargo backend became available in 0.23.0 and became the default in 0.26.0, making bacon-ls useful even without a separate background bacon process.

### 採用の歴史

Adoption is concentrated in editor and Rust-tooling circles. The README documents VS Code extension distribution through VSCE and Open VSX, Mason.nvim installation, manual cargo install, and Nix flakes. Homebrew packaging adds another general-purpose install path.

### 使われ方

Users install bacon-ls alongside Rust tooling and configure an editor LSP client. It can publish diagnostics on save, open, close, rename, and manual triggers; run cargo check or clippy directly; or read Bacon's exported diagnostics file when Bacon is already running.

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

bacon-ls is notable because it packages a focused LSP surface around diagnostics only. For Rust developers with large workspaces, it is a small composable alternative to making rust-analyzer do every job, and its packaging across cargo, editor registries, Nix, Mason, and Homebrew reflects modern developer-tool distribution.

### タイムライン

- 2024: GitHub repository created for crisidev/bacon-ls.
- 2025: 0.6.0 published as the earliest GitHub release listed by the repository.
- 2025: 0.23.0 introduced the cargo backend according to the README.
- 2025: 0.26.0 made the cargo backend the default according to the README.
- 2026: 0.29.0 published in GitHub releases.

### Related projects

- The README explicitly relates bacon-ls to Bacon, rust-analyzer, cargo check, cargo clippy, the Language Server Protocol, VS Code, Mason.nvim, Neovim, Coc.nvim, Helix, Crates.io, and Nix flakes.

### ソース

- <https://api.github.com/repos/crisidev/bacon-ls>
- <https://api.github.com/repos/crisidev/bacon-ls/releases>
- <https://github.com/crisidev/bacon-ls#readme>


## セキュリティノート

narrow executable package without higher-risk signals.

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


## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
