macOS
brew install lua-language-serverlocal Homebrew formula metadata
sudo port install lua-language-serverMacPorts ports tree · lua/lua-language-server/Portfile · Quelle: api.github.com
brew / Rang 1053
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für lua-language-server in AI-Agent-Workflows.
Installation
brew install lua-language-serverlocal Homebrew formula metadata
sudo port install lua-language-serverMacPorts ports tree · lua/lua-language-server/Portfile · Quelle: api.github.com
sudo apk add lua-language-serverAlpine Linux edge package indexes · lua-language-server · Quelle: dl-cdn.alpinelinux.org
nix profile install nixpkgs#lua-language-servernixpkgs package indexes · pkgs/by-name/lu/lua-language-server/package.nix · Quelle: api.github.com
sudo pacman -S lua-language-serverArch Linux sync databases · lua-language-server · Quelle: geo.mirror.pkgbuild.com
sudo zypper install lua-language-serveropenSUSE Tumbleweed package metadata · lua-language-server · Quelle: download.opensuse.org
choco install lua-language-serverChocolatey community package catalog · lua-language-server · Quelle: community.chocolatey.org
scoop install main/lua-language-serverScoop official bucket manifest trees · bucket/lua-language-server.json · Quelle: api.github.com
winget install --id LuaLS.lua-language-server -eWindows Package Manager source index · LuaLS.lua-language-server · Quelle: cdn.winget.microsoft.com
Überblick
Language Server for the Lua language
Verlauf
Lua Language Server, commonly branded LuaLS, is the Language Server Protocol implementation for Lua. It brings editor features such as diagnostics, completion, hover, go-to-definition, annotations, formatting, library definitions, and documentation generation to Lua projects.
The project grew out of the VS Code extension historically published as sumneko.lua and evolved into the broader LuaLS project. The official LuaLS homepage describes it as a language server using the Language Server Protocol to make Lua development easier, safer, and faster in many editors, while the repository README links the language server to the website, changelog, wiki, issue tracker, and discussions.
LuaLS is tightly coupled to modern editor workflows rather than to the Lua runtime itself. Its feature set tracks practical IDE needs: support for Lua 5.1 through Lua 5.5 and LuaJIT, annotations, dynamic type checking, syntax diagnostics, workspace libraries, formatting, custom plugins, translations, and generated documentation.
LuaLS adoption is visible through editor distribution. The official homepage shows Visual Studio Code install counts in the millions and gives install paths for VS Code, Neovim, JetBrains, and generic command-line/LSP clients. The supplied package-manager facts also show packaging across apk, Homebrew, Chocolatey, MacPorts, Nix, pacman, Scoop, winget, and zypper.
The package became the default answer for Lua editor support because it speaks LSP instead of being bound to one editor. That let package managers distribute the same lua-language-server executable for Neovim, VS Code-adjacent setups, terminal editors, and custom LSP clients.
Users install the lua-language-server executable and point an LSP client at it. Configuration can come from an explicit --configpath, a workspace .luarc.json file, or settings sent by the LSP client. The official docs recommend .luarc.json for configuration shared across clients and show examples for VS Code, Neovim, coc.nvim, and Kakoune.
Typical package-manager usage is installing the binary into PATH and letting editor configuration discover it. Project teams add .luarc.json when they need shared runtime version, library paths, diagnostics settings, or hints.
LuaLS matters to package nerds because it is a language-tooling package whose value depends on editor integration, binary distribution, and fast updates to match new Lua versions. The formula is not just a compiler or interpreter; it is the piece that makes Lua feel modern inside editors and CI-adjacent code-quality workflows.
Sicherheitslage
broad file, network, media, or database tool signal.
blue Risiko · mittel Konfidenz · tool
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
.luarc.jsonExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
lua-language-server | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:lua-language-server |
|---|---|
| Version | 3.18.2 |
| Paketmanager | Homebrew |
| Homepage | https://luals.github.io |
| Repository | https://github.com/LuaLS/lua-language-server |
| Zuletzt aktualisiert | 2026-06-15T10:20:20-04:00 |
| Pulse | updated |
| Bottle | nicht erfasst |
| Dienst | keiner deklariert |
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
lua-language-server
nix profile install nixpkgs#lua-language-serverlua-language-server 3.16.1-r1
Language Server for Lua
https://github.com/LuaLS/lua-language-server
sudo apk add lua-language-serverlua-language-server-doc 3.16.1-r1
Language Server for Lua (documentation)
https://github.com/LuaLS/lua-language-server
sudo apk add lua-language-server-doclua-language-server 3.18.2-1
Lua Language Server coded by Lua
sudo pacman -S lua-language-serverlua-language-server 3.18.2-1.2
Lua Language Server coded by Lua
https://github.com/LuaLS/lua-language-server
sudo zypper install lua-language-serverlua-language-server
sudo port install lua-language-serverlua-language-server
choco install lua-language-servermain/lua-language-server
scoop install main/lua-language-serverLuaLS.lua-language-server
winget install --id LuaLS.lua-language-server -eQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.