Automic VaultAutomic Vault

brew

Install nvchecker with Homebrew, apk, MacPorts, Nix, pacman, apt

New version checker for software releases. Version 2.20 via Homebrew; verified 2026-06-13.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install nvchecker

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install nvchecker

MacPorts ports tree · devel/nvchecker/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add nvchecker

Alpine Linux edge package indexes · nvchecker · source: dl-cdn.alpinelinux.org

Nixverified · 92%
nix profile install nixpkgs#nvchecker

nixpkgs package indexes · nvchecker · source: raw.githubusercontent.com

Arch Linux pacmanverified · 92%
sudo pacman -S nvchecker

Arch Linux sync databases · nvchecker · source: geo.mirror.pkgbuild.com

Ubuntu aptverified · 92%
sudo apt install nvchecker

Ubuntu 24.04 LTS package indexes · nvchecker · source: archive.ubuntu.com

overview

Package summary

New version checker for software releases

Commands and aliases

  • nvchecker
  • nvchecker-ini2toml
  • nvchecker-notify
  • nvcmp
  • nvtake

history

Project history and usage

nvchecker is a Python tool for checking whether new upstream software versions have been released. Its README and documentation define the 2.x branch as the active TOML-configured line, with helper commands such as `nvtake`, `nvcmp`, `nvchecker-notify`, and `nvchecker-ini2toml` around version-record workflows.

Project history

nvchecker comes from lilydjwg and the Arch-oriented packaging world. An Arch Linux CN wiki page from 2015 recommends it to package maintainers for keeping repository packages up to date, while the upstream documentation records a 1.x-to-2.x transition that changed command syntax, moved configuration from INI to TOML, made source selection explicit, and switched version record files to JSON.

Adoption history

The adoption pattern is strongest among distribution and repository maintainers. Arch Linux packages nvchecker in Extra, Arch Linux CN documents it for repo maintenance, Homebrew ships it for macOS/Linux users, and the docs include source backends for GitHub, GitLab, PyPI, NPM, crates.io, Debian, Ubuntu, Repology, Anitya, container registries, and more. Homebrew analytics on 2026-07-01 showed 251 installs over 365 days, which understates usage in Linux packaging automation.

How it is used

A maintainer writes a TOML file with one table per watched project and a `source` such as GitHub, PyPI, NPM, regex, Debian, or Repology, then runs `nvchecker -c config_file.toml`. nvchecker writes or compares JSON version records; `nvcmp` reports differences between old and new records, and `nvtake` marks selected updates as processed.

Why package nerds care

nvchecker is package-maintainer glue: it does not build packages, but it turns dozens of upstream release surfaces into a consistent update signal that can feed bots, CI jobs, or human review queues.

Timeline

  • 2015-07-24: Arch Linux CN wiki documentation recommends nvchecker for package maintainers.
  • 2.x branch: upstream documentation records the TOML configuration format, explicit source plugins, and JSON version-record workflow.
  • 2026-07-01: Homebrew lists nvchecker 2.20 revision 2.

Related projects

  • Arch Linux CN lilac
  • Repology
  • Anitya
  • Renovate

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 3 runtime dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

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

Config paths the tool may read or write during local use.

Unix
config_file.toml

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
keyfile.toml

executables

Installed executables

CommandKindExposureNote
nvcheckercliglobal executable
nvchecker-ini2tomlcliglobal executable
nvchecker-notifycliglobal executable
nvcmpcliglobal executable
nvtakecliglobal executable

freshness

Version and 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.

page generated2026-07-08
manager version2.20
manager updated2026-06-13
local dataok
upstreamnot checked
latest detectednot detected

https://github.com/lilydjwg/nvchecker

install metadata

Package metadata

Package keybrew:nvchecker
Version2.20
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/nvchecker
Homepagehttps://github.com/lilydjwg/nvchecker
Repositoryhttps://github.com/lilydjwg/nvchecker
Upstream docshttps://github.com/lilydjwg/nvchecker#readme
LicenseMIT
Source archivehttps://files.pythonhosted.org/packages/e6/ab/2950ee964979aa31efb3e0e960f2055d6b1efec5c6239483f88ca6713fc9/nvchecker-2.20.tar.gz
Last updated2026-06-13T10:09:52Z
Pulseupdated
Dependenciescurl, openssl@3, python@3.14
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namenvchecker
Version Scheme0
Revision2
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Nix95%

nvchecker

nix profile install nixpkgs#nvchecker
  • normalized package name match
  • Matched by: Nvchecker
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: nvchecker from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

nvchecker 2.5-1

new-version checker for software releases

https://nvchecker.readthedocs.io/en/latest/

sudo apt install nvchecker
  • Section: universe/utils
  • Architecture: all
  • 6 dependencies
  • normalized package name match
  • Matched by: Nvchecker
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: nvchecker from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

nvchecker 2.20-r1

New version checker for software releases

https://github.com/lilydjwg/nvchecker

sudo apk add nvchecker
  • License: MIT
  • Architecture: x86_64
  • Source Package: nvchecker
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Nvchecker
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: nvchecker from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

nvchecker-bash-completion 2.20-r1

Bash completions for nvchecker

https://github.com/lilydjwg/nvchecker

sudo apk add nvchecker-bash-completion
  • License: MIT
  • Architecture: x86_64
  • Source Package: nvchecker
  • normalized package name match
  • Matched by: Nvchecker
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: nvchecker-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

nvchecker-doc 2.20-r1

New version checker for software releases (documentation)

https://github.com/lilydjwg/nvchecker

sudo apk add nvchecker-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: nvchecker
  • normalized package name match
  • Matched by: Nvchecker
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: nvchecker-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

nvchecker-pyc 2.20-r1

Precompiled Python bytecode for nvchecker

https://github.com/lilydjwg/nvchecker

sudo apk add nvchecker-pyc
  • License: MIT
  • Architecture: x86_64
  • Source Package: nvchecker
  • 1 dependencies
  • normalized package name match
  • Matched by: Nvchecker
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: nvchecker-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman95%

nvchecker 2.20-2

New version checker for software releases

https://github.com/lilydjwg/nvchecker

sudo pacman -S nvchecker
  • License: MIT
  • Architecture: any
  • 5 dependencies
  • 11 optional deps
  • normalized package name match
  • Matched by: Nvchecker
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: nvchecker from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

nvchecker

sudo port install nvchecker
  • normalized package name match
  • Matched by: Nvchecker
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/nvchecker/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

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