macOS
brew install svlintlocal Homebrew formula metadata
brew
SystemVerilog linter. Version 0.9.5 via Homebrew; verified 2026-06-14.
install
brew install svlintlocal Homebrew formula metadata
nix profile install nixpkgs#svlintnixpkgs package indexes · pkgs/by-name/sv/svlint/package.nix · source: api.github.com
overview
SystemVerilog linter
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
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.
Config paths the tool may read or write during local use.
.svlint.tomlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
svlint | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/dalance/svlint
install metadata
| Package key | brew:svlint |
|---|---|
| Version | 0.9.5 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/svlint |
| Homepage | https://github.com/dalance/svlint |
| Repository | https://github.com/dalance/svlint |
| Upstream docs | https://github.com/dalance/svlint#readme |
| License | MIT |
| Source archive | https://github.com/dalance/svlint/archive/refs/tags/v0.9.5.tar.gz |
| Last updated | 2026-06-14T15:13:51+02:00 |
| Pulse | updated |
| Build dependencies | rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
svlint
nix profile install nixpkgs#svlintsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.