# fish-lsp を Homebrew, Nix でインストール

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

## インストール

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

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

### macOS

- Homebrew (100%):

```sh
brew install fish-lsp
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## パッケージ情報

- **パッケージキー:** brew:fish-lsp
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.1.4
- **ソース概要:** LSP implementation for the fish shell language
- **ホームページ:** <https://www.fish-lsp.dev>
- **最終更新:** 2026-06-12T12:53:00Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- fish-lsp (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.1.4
## プロジェクトの歴史と使われ方

fish-lsp is a Language Server Protocol implementation for the fish shell language, bringing editor features such as completions, hover, goto definition, formatting, diagnostics, rename, symbols, semantic tokens, and inlay hints to fish scripts.

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

The project was created in 2022 as the fish ecosystem was increasingly used for larger personal shell configurations and scripts. Its README positions the server as an editor-agnostic way to give fish users a consistent development environment rather than depending on each editor's local fish support.

### 採用の歴史

fish-lsp is packaged for multiple developer workflows: the official README documents npm, yarn, pnpm, Nix, Homebrew, conda, mamba, standalone GitHub release binaries, and source builds. It also links client configuration examples and nvim-lspconfig integration, which is a strong signal that adoption is editor-driven.

### 使われ方

A normal setup installs the `fish-lsp` binary, configures an editor language client to run `fish-lsp start` for fish files, and optionally installs shell completions with `fish-lsp complete > ~/.config/fish/completions/fish-lsp.fish`.

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

For package nerds, fish-lsp is notable because it turns fish from an interactive shell with nice built-ins into a language that participates in the modern LSP/editor tooling stack. It also has unusually broad distribution paths for a young shell-specific tool.

### タイムライン

- 2022: GitHub repository created.
- 2025: 1.0.x releases established regular packaged releases.
- 2026: 1.1.4 published, with releases continuing through GitHub and package managers.

### Related projects

- Related projects include fish shell, the Language Server Protocol, editor LSP clients, nvim-lspconfig, and fish completion tooling.

### ソース

- <https://github.com/ndonfris/fish-lsp>
- <https://github.com/ndonfris/fish-lsp/releases>
- <https://www.fish-lsp.dev/>


## セキュリティノート

generalized runtime or code generation signal.

- **Geiger リスク:** yellow / 中
- generalized runtime or code generation signal

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

- Nix - fish-lsp: normalized package name match | nixpkgs package indexes: pkgs/by-name/fi/fish-lsp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
