macOS
brew install svulocal Homebrew formula metadata
sudo port install svuMacPorts ports tree · devel/svu/Portfile · source: api.github.com
brew
Semantic version utility. Version 3.4.1 via Homebrew; verified 2026-05-01.
install
brew install svulocal Homebrew formula metadata
sudo port install svuMacPorts ports tree · devel/svu/Portfile · source: api.github.com
nix profile install nixpkgs#svunixpkgs package indexes · pkgs/by-name/sv/svu/package.nix · source: api.github.com
overview
Semantic version utility
history
svu is a small command-line utility for deriving semantic versions from Git history. It is aimed at release scripts and CI workflows that want version bumps to follow SemVer and Conventional Commits without carrying a larger release-management system.
The caarlos0/svu repository was created on GitHub in December 2017 and describes the tool as a semantic version utility. Its README presents the project as a helper for release scripts and workflows, with commands that increment version components or calculate the next version from commit history.
The README documents installation through Homebrew, apt/yum repositories, Docker images, go install, and GitHub releases. The input package facts also list Homebrew, MacPorts, and Nix packaging, which is typical for a small Go CLI that package-manager users install directly into release pipelines.
The central command is `svu next`, which inspects `git log` and maps commit-message patterns such as fixes, features, and breaking changes to patch, minor, or major version bumps. The README also documents a repository-local `.svu.yml` file for setting flag defaults.
svu matters to package and release-tool users because it reduces semantic-version calculation to a composable Unix-style executable. It fits especially well in formula update scripts, CI jobs, and Git tag automation where maintainers want predictable version output rather than a full changelog or release platform.
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.
.svu.ymlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
svu | 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/caarlos0/svu
install metadata
| Package key | brew:svu |
|---|---|
| Version | 3.4.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/svu |
| Homepage | https://github.com/caarlos0/svu |
| Repository | https://github.com/caarlos0/svu |
| Upstream docs | https://github.com/caarlos0/svu#readme |
| License | MIT |
| Source archive | https://github.com/caarlos0/svu/archive/refs/tags/v3.4.1.tar.gz |
| Last updated | 2026-05-01T18:22:26Z |
| Pulse | updated |
| Build dependencies | go |
| 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 | svu |
| 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.
svu
nix profile install nixpkgs#svusvu
sudo port install svusource 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.