macOS
brew install lua-language-serverlocal Homebrew formula metadata
sudo port install lua-language-serverMacPorts ports tree · lua/lua-language-server/Portfile · source: api.github.com
brew
Language Server for the Lua language. Version 3.18.2 via Homebrew; verified 2026-06-15.
install
brew install lua-language-serverlocal Homebrew formula metadata
sudo port install lua-language-serverMacPorts ports tree · lua/lua-language-server/Portfile · source: api.github.com
sudo apk add lua-language-serverAlpine Linux edge package indexes · lua-language-server · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#lua-language-servernixpkgs package indexes · pkgs/by-name/lu/lua-language-server/package.nix · source: api.github.com
sudo pacman -S lua-language-serverArch Linux sync databases · lua-language-server · source: geo.mirror.pkgbuild.com
sudo zypper install lua-language-serveropenSUSE Tumbleweed package metadata · lua-language-server · source: download.opensuse.org
choco install lua-language-serverChocolatey community package catalog · lua-language-server · source: community.chocolatey.org
scoop install main/lua-language-serverScoop official bucket manifest trees · bucket/lua-language-server.json · source: api.github.com
winget install --id LuaLS.lua-language-server -eWindows Package Manager source index · LuaLS.lua-language-server · source: cdn.winget.microsoft.com
overview
Language Server for the Lua language
history
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.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
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
| Command | Kind | Exposure | Note |
|---|---|---|---|
lua-language-server | 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/LuaLS/lua-language-server
install metadata
| Package key | brew:lua-language-server |
|---|---|
| Version | 3.18.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/lua-language-server |
| Homepage | https://luals.github.io |
| Repository | https://github.com/LuaLS/lua-language-server |
| Upstream docs | https://luals.github.io/wiki |
| License | MIT |
| Source archive | https://github.com/LuaLS/lua-language-server.git |
| Last updated | 2026-06-15T10:20:20-04:00 |
| Pulse | updated |
| Build dependencies | ninja |
| 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 | lua-language-server |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| 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.
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.15.0-1.3
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 -esource 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.