# codebook-lsp を Homebrew, pacman でインストール

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

## インストール

```sh
sudo av install brew:codebook-lsp
```

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

### macOS

- Homebrew (100%):

```sh
brew install codebook-lsp
```

  証拠: local Homebrew formula metadata

### Linux

- pacman (92%):

```sh
sudo pacman -S codebook-lsp
```

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

## パッケージ情報

- **パッケージキー:** brew:codebook-lsp
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.3.42
- **ソース概要:** Code-aware spell checker language server
- **ホームページ:** <https://github.com/blopker/codebook>
- **リポジトリ:** <https://github.com/blopker/codebook>
- **最終更新:** 2026-07-07T03:21:55Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- codebook-lsp (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

Codebook LSP is a Rust language-server spell checker for code. It combines Tree-sitter parsing with Spellbook-style spell checking so editors can flag words in comments, strings, and definitions without behaving like a prose grammar checker.

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

The GitHub repository was created on 2025-01-03, and early releases began in January 2025. The README states that Codebook was originally developed for the Zed editor and exposes a Language Server intended for any editor that supports LSP.

The project emphasizes privacy, low annoyance, and efficiency: no remote spell-checking calls, only flagging words users can control, and low CPU and memory overhead for checking on keystrokes.

### 採用の歴史

The README documents manual release downloads, `eget`, Arch Linux `pacman`, Cargo, Homebrew, and source builds. The input package facts list Homebrew and pacman, which matches the upstream installation section.

Editor integration is central to adoption. The README describes Codebook as the most popular spell checker for Zed, documents Helix and Neovim setup, and notes that a VS Code extension is still a work in progress.

### 使われ方

Users install the `codebook-lsp` binary and configure it in an editor's LSP client. In Helix it is launched with `codebook-lsp serve`; Neovim can enable it through `nvim-lspconfig`; Zed users generally install the Codebook extension, which manages the LSP binary.

The language server checks code-aware text such as comments, strings, and definitions, splits camelCase and snake_case, and manages dictionaries automatically.

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

Codebook LSP is a small but neat example of the LSP ecosystem expanding beyond compilers and linters into language-aware writing tools. Package maintainers care because editor integrations depend on a native binary being available on PATH, making Homebrew, pacman, Cargo, and release archives part of the editor experience.

### タイムライン

- 2025-01-03: GitHub repository created.
- 2025-01-15: Early v0.0.6 release published.
- 2025: README documents Zed, Helix, Neovim, and local VS Code integration paths.
- 2026: Active v0.3.x releases continue through at least v0.3.41.

### Related projects

- The README names Tree-sitter and Spellbook as core building blocks. It also relates Codebook to the Zed extension, Helix, Neovim's LSP configuration, and a work-in-progress VS Code extension.

### ソース

- <https://github.com/blopker/codebook>


## セキュリティノート

codebook-lsp に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。


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

- pacman - codebook-lsp - 0.3.41-1: normalized package name match | Arch Linux sync databases: codebook-lsp from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Code-aware spell checker with language server implementation | https://github.com/blopker/codebook


## Combined YAML source

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


## ソース

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