Automic VaultAutomic Vault

brew

just-lsp を Homebrew, apk, Nix, pacman でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install just-lsp

local Homebrew formula metadata

概要

パッケージ概要

Language server for just

コマンドとエイリアス

  • just-lsp

履歴

プロジェクトの歴史と使われ方

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.

セキュリティ状態

保護ツール対応はまだ見つかっていません

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

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
just-lspcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-26
マネージャ版0.5.0
マネージャ更新日2026-07-24
ローカルデータOK
上流最新
検出された最新0.5.0

https://github.com/terror/just-lsp

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:just-lsp
バージョン0.5.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/just-lsp
ホームページ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
Pulseupdated
ビルド依存関係rust
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

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

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

just-lsp

nix profile install nixpkgs#just-lsp
  • normalized package name match
  • 一致条件: Just Lsp
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ju/just-lsp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

just-lsp 0.4.5-r0

Language server for just

https://github.com/terror/just-lsp

sudo apk add just-lsp
  • License: CC0-1.0
  • Architecture: x86_64
  • Source Package: just-lsp
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Just Lsp
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: just-lsp from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
pacman95%

just-lsp 0.4.5-1

A language server for just

https://github.com/terror/just-lsp

sudo pacman -S just-lsp
  • License: CC0-1.0
  • Architecture: x86_64
  • 2 依存関係
  • normalized package name match
  • 一致条件: Just Lsp
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: just-lsp from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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