# 使用 Homebrew, apk, Nix, pacman 安装 just-lsp

查看 just-lsp 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:just-lsp
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install just-lsp
```

  证据: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add just-lsp
```

  证据: Alpine Linux edge package indexes: just-lsp from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#just-lsp
```

  证据: nixpkgs package indexes: pkgs/by-name/ju/just-lsp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S just-lsp
```

  证据: Arch Linux sync databases: just-lsp from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## 软件包事实

- **软件包键:** brew:just-lsp
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/just-lsp>
- **版本:** 0.5.0
- **来源摘要:** Language server for just
- **主页:** <https://github.com/terror/just-lsp>
- **仓库:** <https://github.com/terror/just-lsp>
- **上游文档:** <https://github.com/terror/just-lsp#readme>
- **许可证:** CC0-1.0
- **源码归档:** <https://github.com/terror/just-lsp/archive/refs/tags/0.5.0.tar.gz>
- **最后更新:** 2026-07-24T18:00:32Z
- **已生成:** 2026-07-26T07:20:29+00:00

## 可执行文件

- just-lsp (cli)
- just-lsp (别名)

## 构建依赖

- rust

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-07-26
- 管理器版本: 0.5.0
- 管理器更新时间: 2026-07-24
- 本地数据: OK
- 上游仓库: https://github.com/terror/just-lsp
- 检测到的最新版本: 0.5.0 (当前)
## 项目历史与用法

just-lsp is a Rust language-server implementation for `just` files. It brings editor features such as completion, hover documentation, go-to-definition, diagnostics, rename, references, semantic highlighting, folding, formatting, and code actions to `justfile` workflows.

### 项目历史

The just-lsp repository was created on 2022-02-12 by Liam Scalzulli. It appeared after `just` had become a popular Make-like command runner and after Language Server Protocol tooling had become the normal way to add editor intelligence without writing editor-specific plugins.

The project is intentionally narrow: it tracks the syntax and builtin surface of `just` and exposes it through the Language Server Protocol. The `just` manual includes a language-server page that points users to just-lsp for go-to-definition, inline diagnostics, and code completion.

### 采用历史

just-lsp adoption follows editor adoption of `justfile` automation. Its README documents installation through Cargo, Homebrew, Arch Linux, Mason for Neovim, and prebuilt binaries for Linux, macOS, and Windows. The input package metadata also shows packaging in Alpine, Homebrew, Nix, and Arch.

The official repository metadata showed more than 300 GitHub stars on 2026-07-01, which is modest but meaningful for a language server dedicated to one task-runner file format.

### 使用方式

Users install `just-lsp`, configure their editor's LSP client for `justfile` files, and get structured diagnostics and navigation while editing recipes. It is especially useful in repositories where the justfile has grown beyond a small list of shell snippets.

Because formatting delegates to `just --fmt --unstable`, just-lsp sits beside the `just` binary rather than replacing its parser and formatter as the authority for the language.

### 为什么软件包爱好者会关心

just-lsp is a small sign of `just` becoming infrastructure rather than a personal helper binary. Once a file format gets a language server, package maintainers and editor users start treating it as a language with syntax, diagnostics, and tooling expectations.

For package nerds, it is also an example of the LSP pattern spreading from programming languages to configuration and automation files.

### 时间线

- 2022-02-12: The just-lsp GitHub repository is created.
- 2026-02-04: just-lsp 0.3.3 is published on GitHub.
- 2026-03-16: just-lsp 0.4.0 is published on GitHub.
- 2026-06-16: just-lsp 0.4.7 is published on GitHub.

### Related projects

- just is the command runner and file format that just-lsp serves.
- The Language Server Protocol is the editor protocol just-lsp implements.
- Mason is a Neovim package manager that the just-lsp README documents as an installation path.
- tree-sitter grammar work around justfiles is adjacent because syntax awareness is central to editor tooling.

### 来源

- <https://api.github.com/repos/terror/just-lsp>
- <https://github.com/terror/just-lsp>
- <https://github.com/terror/just-lsp/releases>
- <https://just.systems/man/en/language-server-protocol.html>
- <https://microsoft.github.io/language-server-protocol/>
- <https://raw.githubusercontent.com/terror/just-lsp/master/README.md>


## 安全说明

没有找到 just-lsp 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。


## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** just-lsp
- **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 - just-lsp: normalized package name match | nixpkgs package indexes: pkgs/by-name/ju/just-lsp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - just-lsp - 0.4.5-r0: normalized package name match | Alpine Linux edge package indexes: just-lsp from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Language server for just | https://github.com/terror/just-lsp
- pacman - just-lsp - 0.4.5-1: normalized package name match | Arch Linux sync databases: just-lsp from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A language server for just | https://github.com/terror/just-lsp


## 相关链接

- [Source-control packages](https://www.automicvault.com/zh-hans/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/zh-hans/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/zh-hans/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [rust](https://www.automicvault.com/zh-hans/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [actions-languageserver](https://www.automicvault.com/zh-hans/pkg/brew/actions-languageserver/) - Shares av.db curated category or tags: cli, developer-tools, editor-integration, language-server, lsp.
- [asm-lsp](https://www.automicvault.com/zh-hans/pkg/brew/asm-lsp/) - Shares av.db curated category or tags: cli, developer-tools, language-server, lsp, rust.
- [codebook-lsp](https://www.automicvault.com/zh-hans/pkg/brew/codebook-lsp/) - Shares av.db curated category or tags: cli, developer-tools, editor-integration, language-server, lsp.
- [dhall-lsp-server](https://www.automicvault.com/zh-hans/pkg/brew/dhall-lsp-server/) - Shares av.db curated category or tags: cli, developer-tools, editor-integration, language-server, lsp.
- [efm-langserver](https://www.automicvault.com/zh-hans/pkg/brew/efm-langserver/) - Shares av.db curated category or tags: cli, developer-tools, editor-integration, language-server, lsp.
- [expert](https://www.automicvault.com/zh-hans/pkg/brew/expert/) - Shares av.db curated category or tags: cli, developer-tools, editor-integration, language-server, lsp.
- [fish-lsp](https://www.automicvault.com/zh-hans/pkg/brew/fish-lsp/) - Shares av.db curated category or tags: cli, developer-tools, editor-integration, language-server, lsp.
- [gopls](https://www.automicvault.com/zh-hans/pkg/brew/gopls/) - Shares av.db curated category or tags: cli, developer-tools, editor-integration, language-server, lsp.

## Combined YAML source

View the package source record on GitHub. [combined/just-lsp.yml](https://github.com/automic-vault/db/blob/main/combined/just-lsp.yml)


## 来源

- Nucleus package database
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
