macOS
brew install ctags-lsplocal Homebrew formula metadata
brew
LSP implementation using universal-ctags as backend. Version 0.11.0 via Homebrew; verified from local package data.
install
brew install ctags-lsplocal Homebrew formula metadata
sudo apk add ctags-lspAlpine Linux edge package indexes · ctags-lsp · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#ctags-lspnixpkgs package indexes · pkgs/by-name/ct/ctags-lsp/package.nix · source: api.github.com
overview
LSP implementation using universal-ctags as backend
history
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.
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.
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.
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.
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
ctags-lsp | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/netmute/ctags-lsp
install metadata
| Package key | brew:ctags-lsp |
|---|---|
| Version | 0.11.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/ctags-lsp |
| Homepage | https://github.com/netmute/ctags-lsp |
| Repository | https://github.com/netmute/ctags-lsp |
| Upstream docs | https://github.com/netmute/ctags-lsp#readme |
| License | MIT |
| Source archive | https://github.com/netmute/ctags-lsp/archive/refs/tags/v0.11.0.tar.gz |
| Dependencies | universal-ctags |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
ctags-lsp
nix profile install nixpkgs#ctags-lspctags-lsp 0.11.0-r4
LSP implementation using universal-ctags as backend
https://github.com/netmute/ctags-lsp/
sudo apk add ctags-lspctags-lsp-doc 0.11.0-r4
LSP implementation using universal-ctags as backend (documentation)
https://github.com/netmute/ctags-lsp/
sudo apk add ctags-lsp-docsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.