Automic VaultAutomic Vault

brew

Install lua-language-server with Homebrew, apk, chocolatey, MacPorts, Nix, pacman, scoop, winget, zypper

Language Server for the Lua language. Version 3.18.2 via Homebrew; verified 2026-06-15.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install lua-language-server

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install lua-language-server

MacPorts ports tree · lua/lua-language-server/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add lua-language-server

Alpine Linux edge package indexes · lua-language-server · source: dl-cdn.alpinelinux.org

Nixverified · 92%
nix profile install nixpkgs#lua-language-server

nixpkgs package indexes · pkgs/by-name/lu/lua-language-server/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S lua-language-server

Arch Linux sync databases · lua-language-server · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install lua-language-server

openSUSE Tumbleweed package metadata · lua-language-server · source: download.opensuse.org

Windows

Chocolateyverified · 92%
choco install lua-language-server

Chocolatey community package catalog · lua-language-server · source: community.chocolatey.org

Scoopverified · 92%
scoop install main/lua-language-server

Scoop official bucket manifest trees · bucket/lua-language-server.json · source: api.github.com

Windows Package Managerverified · 92%
winget install --id LuaLS.lua-language-server -e

Windows Package Manager source index · LuaLS.lua-language-server · source: cdn.winget.microsoft.com

overview

Package summary

Language Server for the Lua language

Commands and aliases

  • lua-language-server

history

Project history and usage

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.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

  • 2022: The changelog records the 3.6.x series and removal of telemetry in v3.6.5.
  • 2026: The official changelog records Lua 5.5-related fixes in the 3.18.x series.
  • 2026: Official homepage reports multi-million Visual Studio Code installs and documents installation for VS Code, Neovim, JetBrains, and other LSP clients.

Related projects

  • Lua is the target language supported by LuaLS.
  • Language Server Protocol is the editor protocol LuaLS implements.
  • Neovim, VS Code, JetBrains IDEs, coc.nvim, and Kakoune are documented client environments.
  • EmmyLua is listed by the project as related credit material for annotation-style Lua tooling.

security posture

Risk level: blue

broad file, network, media, or database tool signal.

Risk classifier

blue risk · medium confidence · tool

Why

  • broad file, network, media, or database tool signal

Signals

  • text:server

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Build metadata lists 1 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
.luarc.json

executables

Installed executables

CommandKindExposureNote
lua-language-servercliglobal executable

freshness

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

page generated2026-07-08
manager version3.18.2
manager updated2026-06-15
local dataok
upstreamnot checked
latest detectednot detected

https://github.com/LuaLS/lua-language-server

install metadata

Package metadata

Package keybrew:lua-language-server
Version3.18.2
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/lua-language-server
Homepagehttps://luals.github.io
Repositoryhttps://github.com/LuaLS/lua-language-server
Upstream docshttps://luals.github.io/wiki
LicenseMIT
Source archivehttps://github.com/LuaLS/lua-language-server.git
Last updated2026-06-15T10:20:20-04:00
Pulseupdated
Build dependenciesninja
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namelua-language-server
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Nix95%

lua-language-server

nix profile install nixpkgs#lua-language-server
  • normalized package name match
  • Matched by: Lua Language Server
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/lu/lua-language-server/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

lua-language-server 3.16.1-r1

Language Server for Lua

https://github.com/LuaLS/lua-language-server

sudo apk add lua-language-server
  • License: MIT
  • Architecture: x86_64
  • Source Package: lua-language-server
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Lua Language Server
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: lua-language-server from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

lua-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-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: lua-language-server
  • normalized package name match
  • Matched by: Lua Language Server
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: lua-language-server-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman95%

lua-language-server 3.18.2-1

Lua Language Server coded by Lua

https://luals.github.io

sudo pacman -S lua-language-server
  • License: MIT
  • Architecture: x86_64
  • 3 dependencies
  • normalized package name match
  • Matched by: Lua Language Server
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: lua-language-server from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

lua-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-server
  • License: MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: lua-language-server
  • 5 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Lua Language Server
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: lua-language-server from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

lua-language-server

sudo port install lua-language-server
  • normalized package name match
  • Matched by: Lua Language Server
MacPorts ports tree · api.github.com · MacPorts ports tree: lua/lua-language-server/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey95%

lua-language-server

choco install lua-language-server
  • normalized package name match
  • Matched by: Lua Language Server
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: lua-language-server from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='9.4623995','rufus.portable'
Scoop95%

main/lua-language-server

scoop install main/lua-language-server
  • normalized package name match
  • Matched by: Lua Language Server
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/lua-language-server.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

LuaLS.lua-language-server

winget install --id LuaLS.lua-language-server -e
  • normalized package name match
  • Matched by: Lua Language Server
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: LuaLS.lua-language-server from https://cdn.winget.microsoft.com/cache/source.msix

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment