macOS
brew install typescript-language-serverlocal Homebrew formula metadata
sudo port install typescript-language-serverMacPorts ports tree · devel/typescript-language-server/Portfile · ソース: api.github.com
brew
typescript-language-server のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install typescript-language-serverlocal Homebrew formula metadata
sudo port install typescript-language-serverMacPorts ports tree · devel/typescript-language-server/Portfile · ソース: api.github.com
nix profile install nixpkgs#typescript-language-servernixpkgs package indexes · pkgs/by-name/ty/typescript-language-server/package.nix · ソース: api.github.com
sudo pacman -S typescript-language-serverArch Linux sync databases · typescript-language-server · ソース: geo.mirror.pkgbuild.com
概要
Language Server Protocol implementation for TypeScript wrapping tsserver
履歴
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.
セキュリティ状態
typescript-language-server に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
typescript-language-server | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/typescript-language-server/typescript-language-server
インストールメタデータ
| パッケージキー | brew:typescript-language-server |
|---|---|
| バージョン | 5.3.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/typescript-language-server |
| ホームページ | https://github.com/typescript-language-server/typescript-language-server |
| リポジトリ | https://github.com/typescript-language-server/typescript-language-server |
| 上流ドキュメント | https://github.com/typescript-language-server/typescript-language-server#readme |
| ライセンス | MIT AND Apache-2.0 |
| ソースアーカイブ | https://registry.npmjs.org/typescript-language-server/-/typescript-language-server-5.3.0.tgz |
| 最終更新 | 2026-06-22T14:06:31-07:00 |
| Pulse | updated |
| 依存関係 | node, typescript |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | typescript-language-server |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
typescript-language-server
nix profile install nixpkgs#typescript-language-servertypescript-language-server 5.1.3-1
Language Server Protocol (LSP) implementation for TypeScript using tsserver
https://github.com/typescript-language-server/typescript-language-server
sudo pacman -S typescript-language-servertypescript-language-server
sudo port install typescript-language-serverソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.