# codebook-lsp mit Homebrew, pacman installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für codebook-lsp in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

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

  Evidenz: local Homebrew formula metadata

### Linux

- pacman (92%):

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

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

## Paketfakten

- **Paketschlüssel:** brew:codebook-lsp
- **Paketmanager:** Homebrew
- **Version:** 0.3.42
- **Quellzusammenfassung:** Code-aware spell checker language server
- **Homepage:** <https://github.com/blopker/codebook>
- **Repository:** <https://github.com/blopker/codebook>
- **Zuletzt aktualisiert:** 2026-07-07T03:21:55Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- codebook-lsp (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.3.42
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 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.

### Quellen

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


## Sicherheitshinweise

Für codebook-lsp wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.


## Andere Paketmanager-Einträge

- 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)


## Quellen

- 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
