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

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

## インストール

```sh
sudo av install brew:svls
```

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

### macOS

- Homebrew (100%):

```sh
brew install svls
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add svls
```

  証拠: Alpine Linux edge package indexes: svls from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#svls
```

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

## パッケージ情報

- **パッケージキー:** brew:svls
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.2.14
- **ソース概要:** SystemVerilog language server
- **ホームページ:** <https://github.com/dalance/svls>
- **リポジトリ:** <https://github.com/dalance/svls>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- svls (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

svls is a SystemVerilog language server. It packages Language Server Protocol support for HDL editing as a standalone executable, so editors can discover it the same way they discover other language servers.

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

The upstream README describes svls as a SystemVerilog language server and states that its linter feature is based on svlint. GitHub repository metadata records dalance/svls as created on 2019-11-15, with the first v0.1.0 GitHub release published the same day.

### 採用の歴史

The README presents svls through the normal language-server distribution channels: downloaded release binaries, Snap, and Cargo. The input package-manager facts also show packages for Alpine, Homebrew, and Nix, which makes the server easy to install in editor containers and workstation setup scripts.

### 使われ方

svls is usually launched by an editor or LSP client rather than typed directly. The official README gives examples for Visual Studio Code, Vim and Neovim clients, coc.nvim, nvim-lspconfig, Emacs lsp-mode, and verilog-ext. It reads `.svls.toml` for language-server settings and can use `.svlint.toml` for lint rules.

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

Language servers are packaging-sensitive because editor integrations often assume the binary is already on PATH. svls is notable for bringing a Rust-based SystemVerilog LSP and svlint-backed diagnostics into package-manager workflows rather than requiring every editor plugin to bundle its own analyzer.

### タイムライン

- 2019: GitHub repository created for dalance/svls.
- 2019: v0.1.0 release published.
- 2025: v0.2.14 release published.

### Related projects

- svls is directly related to svlint and sv-parser, and its README documents editor integrations including svls-vscode, LanguageClient-neovim, vim-lsp, coc.nvim, nvim-lspconfig, Emacs lsp-mode, and verilog-ext.

### ソース

- <https://api.github.com/repos/dalance/svls>
- <https://api.github.com/repos/dalance/svls/releases?per_page=100>
- <https://github.com/dalance/svls>
- source_facts.package-manager


## セキュリティノート

broad file, network, media, or database tool signal.

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: .svls.toml, .svlint.toml
## 他のパッケージマネージャ記録

- Nix - svls: normalized package name match | nixpkgs package indexes: pkgs/by-name/sv/svls/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - svls - 0.2.14-r0: normalized package name match | Alpine Linux edge package indexes: svls from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | SystemVerilog language serer | https://github.com/dalance/svls
- apk - svls-doc - 0.2.14-r0: normalized package name match | Alpine Linux edge package indexes: svls-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | SystemVerilog language serer (documentation) | https://github.com/dalance/svls


## Combined YAML source

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


## ソース

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