# Installer ctags-lsp avec Homebrew, apk, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de ctags-lsp pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install ctags-lsp
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add ctags-lsp
```

  Preuve: Alpine Linux edge package indexes: ctags-lsp from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#ctags-lsp
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ct/ctags-lsp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:ctags-lsp
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/ctags-lsp>
- **Version:** 0.11.0
- **Résumé source:** LSP implementation using universal-ctags as backend
- **Page d'accueil:** <https://github.com/netmute/ctags-lsp>
- **Dépôt:** <https://github.com/netmute/ctags-lsp>
- **Licence:** MIT
- **Archive source:** <https://github.com/netmute/ctags-lsp/archive/refs/tags/v0.11.0.tar.gz>
- **Dernière mise à jour:** 2026-07-27T22:04:05+02:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- ctags-lsp (cli)
- ctags-lsp (alias)

## Dépendances

- universal-ctags

## Dépendances de compilation

- go

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 0.11.0
- gestionnaire mis à jour: 2026-07-27
- données locales: OK
- dépôt amont: https://github.com/netmute/ctags-lsp
- dernière version détectée: v0.11.0 (à jour)
## Historique du projet et usages

ctags-lsp is a Language Server Protocol implementation that uses universal-ctags as its indexing backend. It is meant to provide a minimal, broadly available language-server experience for projects that do not have a dedicated language server configured.

### Historique du projet

The visible GitHub release line begins in late 2024. The README describes the design as intentionally modest: on startup the server runs universal-ctags, keeps the resulting index in memory, and serves completion, go-to-definition, and symbol requests without creating or updating tag files.

### Historique d'adoption

The official README documents Homebrew installation with dependencies handled by brew, plus mise and Go installation paths where the user installs universal-ctags separately. The input package facts also list apk and Nix packages, suggesting packaging interest beyond macOS.

### Modes d'utilisation

ctags-lsp is used from editors with LSP clients, with official examples for Neovim and Helix. Advanced options focus on startup control: choosing the ctags binary, passing language filters through to ctags, using a preexisting tagfile, and setting worker jobs.

### Pourquoi les passionnés de paquets s'y intéressent

The package is significant as a bridge between old tag-file tooling and modern editor LSP plumbing. It lets package managers compose universal-ctags with an LSP executable rather than requiring language-specific servers for every file type.

### Chronologie

- 2024: First visible GitHub releases in the v0.2.x-v0.4.x series.
- 2024: README documented Homebrew, mise, and Go installation methods.
- 2026: Development README identifies v0.11.0 as the last release documentation line.

### Related projects

- ctags-lsp depends on universal-ctags for indexing and is historically related to editor tag navigation, but its user-facing protocol is LSP rather than direct editor tag-file lookup.

### Sources

- <https://github.com/netmute/ctags-lsp#readme>
- <https://github.com/netmute/ctags-lsp/releases>
- <https://github.com/universal-ctags/ctags>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

- Nix - ctags-lsp: normalized package name match | nixpkgs package indexes: pkgs/by-name/ct/ctags-lsp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - ctags-lsp - 0.11.0-r5: normalized package name match | Alpine Linux edge package indexes: ctags-lsp from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | LSP implementation using universal-ctags as backend | https://github.com/netmute/ctags-lsp/
- apk - ctags-lsp-doc - 0.11.0-r5: normalized package name match | Alpine Linux edge package indexes: ctags-lsp-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | LSP implementation using universal-ctags as backend (documentation) | https://github.com/netmute/ctags-lsp/


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [universal-ctags](https://pkg.so/fr/brew/universal-ctags/) - Runtime dependency declared by Homebrew.
- [go](https://pkg.so/fr/brew/go/) - Build dependency declared by Homebrew.
- [lua-language-server](https://pkg.so/fr/brew/lua-language-server/) - Shares pkgdb curated category or tags: cli, developer-tools, language-server, lsp.
- [gopls](https://pkg.so/fr/brew/gopls/) - Shares pkgdb curated category or tags: cli, developer-tools, language-server, lsp.
- [python-lsp-server](https://pkg.so/fr/brew/python-lsp-server/) - Shares pkgdb curated category or tags: cli, developer-tools, language-server, lsp.
- [marksman](https://pkg.so/fr/brew/marksman/) - Shares pkgdb curated category or tags: cli, developer-tools, language-server, lsp.
- [bash-language-server](https://pkg.so/fr/brew/bash-language-server/) - Shares pkgdb curated category or tags: cli, developer-tools, language-server, lsp.
- [elixir-ls](https://pkg.so/fr/brew/elixir-ls/) - Shares pkgdb curated category or tags: cli, developer-tools, language-server, lsp.
- [ansible-language-server](https://pkg.so/fr/brew/ansible-language-server/) - Shares pkgdb curated category or tags: cli, developer-tools, language-server, lsp.
- [kotlin-language-server](https://pkg.so/fr/brew/kotlin-language-server/) - Shares pkgdb curated category or tags: cli, developer-tools, language-server, lsp.
- [codebook-lsp](https://pkg.so/fr/brew/codebook-lsp/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, code, developer, developer-tools, language.
- [crystalline](https://pkg.so/fr/brew/crystalline/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, developer, developer-tools, implementation, language.

## Combined YAML source

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


## Sources

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