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

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

## インストール

```sh
sudo av install brew:svlint
```

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

### macOS

- Homebrew (100%):

```sh
brew install svlint
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#svlint
```

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

## パッケージ情報

- **パッケージキー:** brew:svlint
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/svlint>
- **バージョン:** 0.9.5
- **ソース概要:** SystemVerilog linter
- **ホームページ:** <https://github.com/dalance/svlint>
- **リポジトリ:** <https://github.com/dalance/svlint>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/dalance/svlint/archive/refs/tags/v0.9.5.tar.gz>
- **最終更新:** 2026-06-14T15:13:51+02:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- svlint (cli)
- svlint (エイリアス)

## ビルド依存関係

- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.9.5
- マネージャ更新日: 2026-06-14
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/dalance/svlint
- 検出された最新: v0.9.5 (最新)
## プロジェクトの歴史と使われ方

svlint is a Rust command-line linter for SystemVerilog. It belongs to the small but important group of HDL tools that package managers expose as normal Unix-style binaries, making hardware-design checks easier to install in CI jobs and editor workflows.

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

The upstream README describes svlint as a SystemVerilog linter compliant with IEEE1800-2017, written in Rust and based on sv-parser. GitHub repository metadata records the dalance/svlint repository as created on 2019-10-21, and the releases API records v0.1.0 published on 2019-10-29.

### 採用の歴史

The README documents several distribution routes: downloadable releases, Cargo installation with `cargo install svlint`, and Snap installation. The input package-manager facts also show it packaged for Homebrew and Nix, which reflects its use beyond Rust-only environments.

### 使われ方

Typical usage is the direct CLI pattern: run `svlint --help` to inspect options, `svlint --version` to identify the installed binary, and configure lint rules through `.svlint.toml`. The manual says svlint searches upward from the current directory for `.svlint.toml`, allows `--config`, and supports `SVLINT_CONFIG` for explicit project-wide rules.

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

svlint matters to package nerds because it brings hardware linting into the same install-and-run model as software linters. It also exposes prewritten rulesets and wrapper scripts, so the packaging boundary affects how much of the upstream release is available beyond the main binary.

### タイムライン

- 2019: GitHub repository created for dalance/svlint.
- 2019: v0.1.0 release published.
- 2025: v0.9.5 release published.

### Related projects

- svlint is based on sv-parser, is integrated into svls, and has an official sample repository for external svlint plugins.

### ソース

- <https://api.github.com/repos/dalance/svlint>
- <https://api.github.com/repos/dalance/svlint/releases?per_page=100>
- <https://github.com/dalance/svlint>
- <https://github.com/dalance/svlint/blob/master/MANUAL.md>
- source_facts.package-manager


## セキュリティノート

narrow executable package without higher-risk signals.

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


## 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: .svlint.toml
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** svlint
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

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

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


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [sv2v](https://pkg.so/ja/brew/sv2v/) - Shares pkgdb curated category or tags: cli, developer-tools, eda, hdl, systemverilog.
- [icarus-verilog](https://pkg.so/ja/brew/icarus-verilog/) - Shares pkgdb curated category or tags: cli, developer-tools, eda, hdl.
- [surfer](https://pkg.so/ja/brew/surfer/) - Shares pkgdb curated category or tags: cli, developer-tools, eda, hdl.
- [surelog](https://pkg.so/ja/brew/surelog/) - Shares pkgdb curated category or tags: cli, developer-tools, eda, systemverilog.
- [uhdm](https://pkg.so/ja/brew/uhdm/) - Shares pkgdb curated category or tags: cli, developer-tools, eda, systemverilog.
- [svls](https://pkg.so/ja/brew/svls/) - Shares pkgdb curated category or tags: cli, developer-tools, hdl, systemverilog.
- [swiftlint](https://pkg.so/ja/brew/swiftlint/) - Shares pkgdb curated category or tags: cli, developer-tools, linter.
- [ruff](https://pkg.so/ja/brew/ruff/) - Shares pkgdb curated category or tags: cli, developer-tools, linter.

## Combined YAML source

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


## ソース

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