macOS
brew install lua-language-serverlocal Homebrew formula metadata
sudo port install lua-language-serverMacPorts ports tree · lua/lua-language-server/Portfile · ソース: api.github.com
brew / 順位 1053
lua-language-server のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install lua-language-serverlocal Homebrew formula metadata
sudo port install lua-language-serverMacPorts ports tree · lua/lua-language-server/Portfile · ソース: api.github.com
sudo apk add lua-language-serverAlpine Linux edge package indexes · lua-language-server · ソース: dl-cdn.alpinelinux.org
nix profile install nixpkgs#lua-language-servernixpkgs package indexes · pkgs/by-name/lu/lua-language-server/package.nix · ソース: api.github.com
sudo pacman -S lua-language-serverArch Linux sync databases · lua-language-server · ソース: geo.mirror.pkgbuild.com
sudo zypper install lua-language-serveropenSUSE Tumbleweed package metadata · lua-language-server · ソース: download.opensuse.org
choco install lua-language-serverChocolatey community package catalog · lua-language-server · ソース: community.chocolatey.org
scoop install main/lua-language-serverScoop official bucket manifest trees · bucket/lua-language-server.json · ソース: api.github.com
winget install --id LuaLS.lua-language-server -eWindows Package Manager source index · LuaLS.lua-language-server · ソース: cdn.winget.microsoft.com
概要
Language Server for the Lua language
履歴
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.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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.json実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
lua-language-server | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:lua-language-server |
|---|---|
| バージョン | 3.18.2 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://luals.github.io |
| リポジトリ | https://github.com/LuaLS/lua-language-server |
| 最終更新 | 2026-06-15T10:20:20-04:00 |
| Pulse | updated |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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 -eソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.