Automic VaultAutomic Vault

brew

nox mit Homebrew, apt, dnf, Nix installieren

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

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install nox

local Homebrew formula metadata

Linux

Debian aptverifiziert · 92%
sudo apt install nox

Debian stable package indexes · nox · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install nox

Fedora Rawhide package metadata · nox · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#nox

nixpkgs package indexes · pkgs/by-name/no/nox/package.nix · Quelle: api.github.com

Überblick

Paketzusammenfassung

Flexible test automation for Python

Verlauf

Projektgeschichte und Nutzung

Nox is a Python test and automation runner in the same problem family as tox, but its distinguishing choice is that configuration is ordinary Python in a noxfile.py rather than an INI-style matrix. The repository was created on GitHub on 2016-02-24, and PyPI release files show published package history beginning on 2018-08-24.

Projektgeschichte

The project centers on sessions: decorated Python functions that create an environment, install dependencies, and run commands. The official documentation describes noxfile.py as the default configuration file and shows @nox.session functions as the core interface, including support for multiple Python interpreters, virtualenv backends, parametrization, tags, and session selection.

Nox has continued to track Python packaging and CI changes. The 2026.04.10 changelog entry records the drop of Python 3.8 support for running Nox, adds nox --usage, and includes fixes around virtualenv recreation and tag/keyword selection.

Adoptionsgeschichte

Nox became a recognizable Python packaging tool for projects that want programmable test sessions and CI tasks. The GitHub repository metadata consulted for this batch reported about 1.5k stars and 183 forks, and the project is packaged by Homebrew, Debian, Fedora/DNF, Nix, and Ubuntu in the input record.

Homebrew formula analytics for the nox formula reported 665 installs over the 365-day window exposed by the formula API. That is only a Homebrew signal, not total ecosystem use; PyPI is the more natural distribution channel for most Nox users.

Wie es verwendet wird

Package nerds use Nox as a programmable task runner for Python projects: test matrices, linters, docs builds, release checks, and CI parity. A common pattern is to install Nox globally with pipx, keep project behavior in noxfile.py, and run nox, nox -s tests, nox -l, or selected tagged sessions.

Its practical appeal is that any Python logic available to the project can shape the automation. That makes it a good fit when tox-style declarative matrices become awkward, while still keeping the familiar workflow of isolated environments per task or interpreter.

Warum Paket-Nerds sich dafür interessieren

Nox is significant because it occupies the 'programmable tox' niche in Python tooling. It is not a package manager, but it is often part of the release engineering layer around packages: build checks, wheel tests, docs, linting, and CI matrix commands.

Zeitleiste

  • 2016-02-24: GitHub repository wntrblm/nox created.
  • 2018-08-24: Earliest PyPI upload timestamp found in the PyPI JSON release files.
  • 2026-04-10: Nox 2026.04.10 published, dropping Python 3.8 support for running Nox and adding nox --usage.

Related projects

  • tox
  • virtualenv
  • pipx
  • uv
  • GitHub Actions

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 1 Plattformziele verfügbar.
  • Installiert mit 2 Laufzeitabhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

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
noxfile.py

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
noxcliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-25
Manager-Version2026.7.11
Manager aktualisiert2026-07-13
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

https://nox.thea.codes/

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:nox
Version2026.7.11
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/nox
Homepagehttps://nox.thea.codes/
Repositoryhttps://github.com/wntrblm/nox
Upstream-Dokumentationhttps://nox.readthedocs.io/
LizenzApache-2.0
Quellarchivhttps://files.pythonhosted.org/packages/75/bf/aafe066019cb1bcd3e1c22957412d6eb560bd6553c1afd28502168a51418/nox-2026.7.11.tar.gz
Zuletzt aktualisiert2026-07-13T03:39:16Z
Pulseupdated
Abhängigkeitencertifi, python@3.14
Bottleverfügbar (auf all)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

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

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

nox 2024.04.15-3

Flexible test automation

https://github.com/theacodes/nox/

sudo apt install nox
  • Section: devel
  • Architecture: all
  • Source Package: python-nox
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Nox
Debian stable package indexes · deb.debian.org · Debian stable package indexes: nox from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

nox

nix profile install nixpkgs#nox
  • normalized package name match
  • Abgeglichen nach: Nox
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/no/nox/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

nox 2023.04.22-2

Flexible test automation

https://github.com/theacodes/nox/

sudo apt install nox
  • Section: universe/devel
  • Architecture: all
  • Source Package: python-nox
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Nox
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: nox from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

nox 2026.04.10-2.fc45

Flexible test automation

https://github.com/wntrblm/nox

sudo dnf install nox
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: nox
  • 3 Abhängigkeiten
  • 3 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Nox
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: nox from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

nox+tox_to_nox 2026.04.10-2.fc45

Metapackage for nox: tox_to_nox extras

https://github.com/wntrblm/nox

sudo dnf install nox+tox_to_nox
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: nox
  • 4 Abhängigkeiten
  • 3 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Nox
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: nox+tox_to_nox from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • 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