# typescript-language-server を Homebrew, MacPorts, Nix, pacman でインストール

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

## インストール

```sh
sudo av install brew:typescript-language-server
```

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

### macOS

- Homebrew (100%):

```sh
brew install typescript-language-server
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install typescript-language-server
```

  証拠: MacPorts ports tree: devel/typescript-language-server/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#typescript-language-server
```

  証拠: nixpkgs package indexes: pkgs/by-name/ty/typescript-language-server/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S typescript-language-server
```

  証拠: Arch Linux sync databases: typescript-language-server from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## パッケージ情報

- **パッケージキー:** brew:typescript-language-server
- **パッケージマネージャ:** Homebrew
- **バージョン:** 5.3.0
- **ソース概要:** Language Server Protocol implementation for TypeScript wrapping tsserver
- **ホームページ:** <https://github.com/typescript-language-server/typescript-language-server>
- **最終更新:** 2026-06-22T14:06:31-07:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- typescript-language-server (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

TypeScript Language Server is a community-maintained Language Server Protocol wrapper around TypeScript's `tsserver` and VS Code's TypeScript language-feature code. It exists so editors outside VS Code can use standardized LSP plumbing for TypeScript and JavaScript intelligence.

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

The official README explains the gap that produced the project: TypeScript ships `tsserver`, but VS Code's bundled TypeScript language features do not communicate with editors through LSP. TypeScript Language Server provides a thin LSP interface on top of that code path for other editors.

The project was originally based on concepts from prabirshrestha/typescript-language-server, was maintained by TypeFox, and is now maintained by community contributors. The README explicitly notes that it is not directly associated with Microsoft and is not used by VS Code.

Recent README material also points at Microsoft's native Go TypeScript work, saying TypeScript 7 is expected to include an LSP implementation and may eventually supersede this project.

### 採用の歴史

Adoption tracks the spread of LSP-capable editors such as Neovim, Emacs, Sublime Text, Helix, and other editor clients that want TypeScript completion, diagnostics, organize-imports, code actions, inlay hints, and refactors without reimplementing `tsserver` integration.

Package-manager adoption reflects that editor tooling niche: users install both `typescript-language-server` and `typescript`, then launch the server over stdio from their editor's LSP client.

### 使われ方

The basic package workflow is `npm install -g typescript-language-server typescript` or installation through a system package manager, followed by running `typescript-language-server --stdio` from an editor LSP client. The server exposes TypeScript-backed code actions, workspace commands, code lenses, inlay hints, formatting configuration requests, and tsserver passthrough commands.

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

This package is a classic package-nerd bridge: it takes a vendor-specific language service and makes it consumable through the editor-neutral LSP ecosystem. It matters most to people maintaining editor setups, language-server bundles, and reproducible dev environments outside VS Code.

### タイムライン

- 2010s: TypeScript's `tsserver` became the core service behind TypeScript editor intelligence.
- 2010s: Earlier LSP wrapper ideas from prabirshrestha/typescript-language-server informed the current project.
- 2020s: The community-maintained server became a common package-manager dependency for non-VS Code TypeScript LSP setups.
- 2025: v5.0.0 required Node 20 and continued tracking TypeScript/tsserver behavior.
- 2026: The README noted Microsoft's native Go TypeScript work as a likely future successor.

### Related projects

- Related projects include TypeScript, `tsserver`, VS Code TypeScript Language Features, the Language Server Protocol, prabirshrestha/typescript-language-server, TypeFox tooling, and editor LSP clients.

### ソース

- <https://github.com/typescript-language-server/typescript-language-server#readme>
- <https://github.com/typescript-language-server/typescript-language-server/releases>
- <https://github.com/typescript-language-server/typescript-language-server/tree/master/docs>
- source_facts.package-manager


## セキュリティノート

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


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

- Nix - typescript-language-server: normalized package name match | nixpkgs package indexes: pkgs/by-name/ty/typescript-language-server/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - typescript-language-server - 5.1.3-1: normalized package name match | Arch Linux sync databases: typescript-language-server from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Language Server Protocol (LSP) implementation for TypeScript using tsserver | https://github.com/typescript-language-server/typescript-language-server
- MacPorts - typescript-language-server: normalized package name match | MacPorts ports tree: devel/typescript-language-server/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/typescript-language-server.yml](https://github.com/mxcl/pkgdb/blob/main/combined/typescript-language-server.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
