# Install just-lsp with Homebrew, apk, Nix, pacman

Language server for just. Version 0.5.0 via Homebrew; verified 2026-07-24. Also installable with nix: nix profile install nixpkgs#just-lsp.

## Install

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

Additional install commands:

### macOS

- Homebrew (100%):

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

  Evidence: local Homebrew formula metadata

### Linux

- apk (92%):

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

  Evidence: 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
```

  Evidence: 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
```

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

## Package facts

- **Package key:** brew:just-lsp
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/just-lsp>
- **Version:** 0.5.0
- **Source summary:** Language server for just
- **Homepage:** <https://github.com/terror/just-lsp>
- **Repository:** <https://github.com/terror/just-lsp>
- **Upstream docs:** <https://github.com/terror/just-lsp#readme>
- **License:** CC0-1.0
- **Source archive:** <https://github.com/terror/just-lsp/archive/refs/tags/0.5.0.tar.gz>
- **Last updated:** 2026-07-24T18:00:32Z
- **Generated:** 2026-07-26T07:20:29+00:00

## Executables

- just-lsp (cli)
- just-lsp (alias)

## Build dependencies

- rust

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-26
- Package-manager version: 0.5.0
- Package-manager updated: 2026-07-24
- Local data: ok
- Upstream repository: https://github.com/terror/just-lsp
- Upstream latest detected: 0.5.0 (current)
## Project history and usage

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.

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

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

### Sources

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


## Security Notes

No matching local secret-handling manifest was found for just-lsp. Nucleus package metadata is still published here so future coverage has a stable package URL.


## Source Database Details

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

## Other Package-Manager Records

- 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


## Related links

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


## Sources

- 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
