# svu mit Homebrew, MacPorts, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für svu in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:svu
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install svu
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install svu
```

  Evidenz: MacPorts ports tree: devel/svu/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#svu
```

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

## Paketfakten

- **Paketschlüssel:** brew:svu
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/svu>
- **Version:** 3.4.1
- **Quellzusammenfassung:** Semantic version utility
- **Homepage:** <https://github.com/caarlos0/svu>
- **Repository:** <https://github.com/caarlos0/svu>
- **Upstream-Dokumentation:** <https://github.com/caarlos0/svu#readme>
- **Lizenz:** MIT
- **Quellarchiv:** <https://github.com/caarlos0/svu/archive/refs/tags/v3.4.1.tar.gz>
- **Zuletzt aktualisiert:** 2026-05-01T18:22:26Z
- **Generiert:** 2026-07-08T18:08:21+00:00

## Executables

- svu (cli)
- svu (Alias)

## Build-Abhängigkeiten

- go

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-07-08
- Manager-Version: 3.4.1
- Manager aktualisiert: 2026-05-01
- lokale Daten: OK
- Upstream-Repository: https://github.com/caarlos0/svu
- neueste erkannte Version: v3.4.1 (aktuell)
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 2017: GitHub repository created and v0.0.1 released.
- 2020: v1.0.0 released.
- 2026: v3.4.1 listed as the latest GitHub release during research.

### Related projects

- svu explicitly points users to the SemVer specification and advertises Conventional Commits compatibility through its README badges and bump rules.

### Quellen

- <https://api.github.com/repos/caarlos0/svu>
- <https://api.github.com/repos/caarlos0/svu/releases>
- <https://github.com/caarlos0/svu#readme>
- source_facts.package-manager


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- 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: .svu.yml
## Details aus der Quelldatenbank

- **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:** head, stable

## Andere Paketmanager-Einträge

- Nix - svu: normalized package name match | nixpkgs package indexes: pkgs/by-name/sv/svu/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - svu: normalized package name match | MacPorts ports tree: devel/svu/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Verwandte Links

- [Source-control packages](https://www.automicvault.com/de/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/de/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/de/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/de/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [go](https://www.automicvault.com/de/pkg/brew/go/) - Build dependency declared by Homebrew.
- [dunamai](https://www.automicvault.com/de/pkg/brew/dunamai/) - Shares av.db curated category or tags: cli, developer-tools, versioning.
- [release-it](https://www.automicvault.com/de/pkg/brew/release-it/) - Shares av.db curated category or tags: cli, developer-tools, git, release-automation, versioning.
- [semtag](https://www.automicvault.com/de/pkg/brew/semtag/) - Shares av.db curated category or tags: cli, developer-tools, git, versioning.
- [bump-my-version](https://www.automicvault.com/de/pkg/brew/bump-my-version/) - Shares av.db curated category or tags: cli, developer-tools, release-automation, versioning.
- [bumpp](https://www.automicvault.com/de/pkg/brew/bumpp/) - Shares av.db curated category or tags: cli, developer-tools, release-automation, versioning.
- [cargo-release](https://www.automicvault.com/de/pkg/brew/cargo-release/) - Shares av.db curated category or tags: cli, developer-tools, release-automation, versioning.
- [changelogen](https://www.automicvault.com/de/pkg/brew/changelogen/) - Shares av.db curated category or tags: cli, developer-tools, release-automation, versioning.
- [changie](https://www.automicvault.com/de/pkg/brew/changie/) - Shares av.db curated category or tags: cli, developer-tools, release-automation, versioning.
- [auto](https://www.automicvault.com/de/pkg/npm/auto/) - Local package facts share a topical domain. Shared terms: automation, cli, developer, developer-tools, git.

## Combined YAML source

View the package source record on GitHub. [combined/svu.yml](https://github.com/automic-vault/db/blob/main/combined/svu.yml)


## Quellen

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