# emmylua_ls を Homebrew, apk, Nix でインストール

emmylua_ls のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:emmylua_ls
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install emmylua_ls
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add emmylua-ls
```

  証拠: Alpine Linux edge package indexes: emmylua-ls from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#emmylua-ls
```

  証拠: nixpkgs package indexes: pkgs/by-name/em/emmylua-ls/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:emmylua_ls
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/emmylua_ls>
- **バージョン:** 0.24.0
- **ソース概要:** Lua Language Server
- **ホームページ:** <https://github.com/EmmyLuaLs/emmylua-analyzer-rust>
- **リポジトリ:** <https://github.com/EmmyLuaLs/emmylua-analyzer-rust>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/EmmyLuaLs/emmylua-analyzer-rust/archive/refs/tags/0.24.0.tar.gz>
- **最終更新:** 2026-07-10T16:19:39Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- emmylua_check (cli)
- emmylua_doc_cli (cli)
- emmylua_ls (cli)
- emmylua_check (エイリアス)
- emmylua_doc_cli (エイリアス)
- emmylua_ls (エイリアス)

## ビルド依存関係

- pkgconf
- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.24.0
- マネージャ更新日: 2026-07-10
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/EmmyLuaLs/emmylua-analyzer-rust
- 検出された最新: 0.24.0 (最新)
## プロジェクトの歴史と使われ方

EmmyLua Language Server is the packaged language-server entry point from EmmyLua Analyzer Rust, a Rust implementation of Lua tooling that bundles LSP support, static analysis, formatting, and documentation generation for Lua projects.

### プロジェクトの歴史

The project presents itself as EmmyLua Analyzer Rust and positions the Rust implementation around fast incremental analysis for Lua 5.1 through 5.5 and LuaJIT, while retaining compatibility with EmmyLua and Luacats annotation styles used by existing Lua codebases.

### 採用の歴史

The official README documents editor use through the standard Language Server Protocol, including setup notes for VS Code, Neovim, IntelliJ, and other LSP-capable editors. Package-manager presence in Homebrew, Nix, and Alpine reflects its role as a standalone tool rather than only an editor extension.

### 使われ方

Users install `emmylua_ls` and point an editor LSP client at the executable, usually with `.emmyrc.json` or `.luarc.json` in the project root. Companion commands such as `emmylua_check`, `emmylua_formatter`, and `emmylua_doc_cli` cover CI-oriented analysis, formatting, and documentation generation.

### パッケージ好きにとっての重要性

For package managers, `emmylua_ls` is a neat example of the modern LSP packaging pattern: one CLI binary makes the same language intelligence available to many editors, so the package matters to Neovim and terminal-heavy Lua developers as much as to GUI editor users.

### Related projects

- The tool sits in the Lua LSP ecosystem alongside editor plugins such as the EmmyLua extension and other Lua language servers, while also supporting annotation conventions from EmmyLua and Luacats.

### ソース

- <https://github.com/EmmyLuaLs/emmylua-analyzer-rust>


## セキュリティノート

emmylua_ls に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。



## 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

- Unix: .emmyrc.json, .luarc.json
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** emmylua_ls
- **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:** head, stable

## 他のパッケージマネージャ記録

- Nix - emmylua-ls: normalized package name match | nixpkgs package indexes: pkgs/by-name/em/emmylua-ls/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - emmylua-check - 0.21.0-r0: normalized package name match | Alpine Linux edge package indexes: emmylua-check from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | EmmyLua static analysis tool | https://github.com/EmmyLuaLs/emmylua-analyzer-rust
- apk - emmylua-doc-cli - 0.21.0-r0: normalized package name match | Alpine Linux edge package indexes: emmylua-doc-cli from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Documentation generator for Lua source code and EmmyLua annotations | https://github.com/EmmyLuaLs/emmylua-analyzer-rust
- apk - emmylua-ls - 0.21.0-r0: normalized package name match | Alpine Linux edge package indexes: emmylua-ls from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | EmmyLua language server | https://github.com/EmmyLuaLs/emmylua-analyzer-rust
- apk - emmylua-ls-doc - 0.21.0-r0: normalized package name match | Alpine Linux edge package indexes: emmylua-ls-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | EmmyLua language server (documentation) | https://github.com/EmmyLuaLs/emmylua-analyzer-rust
- Nix - emmylua-check: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/em/emmylua-check/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Nix - emmylua-doc-cli: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/em/emmylua-doc-cli/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [lua-language-server](https://pkg.so/ja/brew/lua-language-server/) - Shares pkgdb curated category or tags: cli, developer-tools, language-server, lsp, lua.
- [python-lsp-server](https://pkg.so/ja/brew/python-lsp-server/) - Shares pkgdb curated category or tags: cli, developer-tools, language-server, lsp, static-analysis.
- [erlang-language-platform](https://pkg.so/ja/brew/erlang-language-platform/) - Shares pkgdb curated category or tags: cli, developer-tools, language-server, lsp, static-analysis.
- [gopls](https://pkg.so/ja/brew/gopls/) - Shares pkgdb curated category or tags: cli, developer-tools, language-server, lsp.
- [marksman](https://pkg.so/ja/brew/marksman/) - Shares pkgdb curated category or tags: cli, developer-tools, language-server, lsp.
- [bash-language-server](https://pkg.so/ja/brew/bash-language-server/) - Shares pkgdb curated category or tags: cli, developer-tools, language-server, lsp.
- [elixir-ls](https://pkg.so/ja/brew/elixir-ls/) - Shares pkgdb curated category or tags: cli, developer-tools, language-server, lsp.
- [ansible-language-server](https://pkg.so/ja/brew/ansible-language-server/) - Shares pkgdb curated category or tags: cli, developer-tools, language-server, lsp.
- [pylyzer](https://pkg.so/ja/brew/pylyzer/) - Local metadata places this package in an adjacent workflow. Shared terms: analysis, cli, developer, developer-tools, language.

## Combined YAML source

View the package source record on GitHub. [combined/emmylua_ls.yml](https://github.com/mxcl/pkgdb/blob/main/combined/emmylua_ls.yml)


## ソース

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