# vtsls を Homebrew, Nix でインストール

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

## インストール

```sh
sudo av install brew:vtsls
```

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

### macOS

- Homebrew (100%):

```sh
brew install vtsls
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#vtsls
```

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

## パッケージ情報

- **パッケージキー:** brew:vtsls
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.3.0
- **ソース概要:** LSP wrapper for typescript extension of vscode
- **ホームページ:** <https://github.com/yioneko/vtsls>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- vtsls (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

vtsls is a TypeScript language server that wraps the TypeScript extension bundled with Visual Studio Code and exposes it through the Language Server Protocol. Its goal is to give non-VS Code editors access to behavior close to VS Code's TypeScript experience while minimizing patches against upstream VS Code code.

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

The public repository was created on 2022-11-20, and the npm package `@vtsls/language-server` was first published on 2022-12-12. The README emphasizes a maintenance strategy: fill enough VS Code APIs and apply only small patches so the wrapper can track upstream VS Code TypeScript extension changes.

### 採用の歴史

vtsls found its niche in editor communities that wanted richer TypeScript and JavaScript behavior than older generic tsserver LSP adapters provided. Its README lists Neovim integration through nvim-lspconfig and nvim-vtsls, and Vue language tooling later referenced vtsls as part of the non-VS Code editor story for Vue 3 language-server integration.

### 使われ方

Typical use is to install `@vtsls/language-server` and launch `vtsls --stdio` from an LSP client. Users can rely on the bundled TypeScript version, switch to the workspace TypeScript version, tune tsserver memory for large projects, and expose VS Code-like TypeScript commands such as organize imports, reload projects, source definitions, and tsserver requests.

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

vtsls matters because it packages the VS Code TypeScript extension model for editors that speak LSP. It sits in the space between `typescript-language-server`, coc-tsserver, editor-specific plugins, and framework language servers such as Vue's, so package users care less about a standalone CLI UX and more about whether their editor can launch the binary and coordinate TypeScript plugins correctly.

### タイムライン

- 2022-11-20: GitHub repository created.
- 2022-12-12: `@vtsls/language-server` first published to npm.
- 2025-06-29: Vue language-tools discussion for version 3 documents client-side coordination with TypeScript language servers and mentions vtsls support.
- 2025-12-24: npm metadata records version 0.3.0 publication.

### Related projects

- typescript-language-server and coc-tsserver are adjacent TypeScript LSP or editor-integration projects.
- Vue Language Tools can use TypeScript language-server coordination in non-VS Code editors, making vtsls relevant for Vue users as well as TypeScript users.

### ソース

- <https://api.github.com/repos/yioneko/vtsls - GitHub repository creation and activity metadata.>
- <https://github.com/vuejs/language-tools/discussions/5456 - Vue language-tools version 3 non-VS Code editor migration discussion.>
- <https://github.com/yioneko/vtsls - official README, usage, design notes, commands, and integrations.>
- <https://registry.npmjs.org/@vtsls/language-server - npm package metadata and publication dates.>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

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

- Nix - vtsls: normalized package name match | nixpkgs package indexes: pkgs/by-name/vt/vtsls/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/vtsls.yml](https://github.com/mxcl/pkgdb/blob/main/combined/vtsls.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
