Automic VaultAutomic Vault

brew

Installer nng avec Homebrew, apk, dnf, MacPorts, Nix, pacman, apt, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de nng pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install nng

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install nng

MacPorts ports tree · devel/nng/Portfile · Source: api.github.com

Linux

Alpine Linux apkvérifié · 92%
sudo apk add nng

Alpine Linux edge package indexes · nng · Source: dl-cdn.alpinelinux.org

Fedora dnfvérifié · 92%
sudo dnf install nng

Fedora Rawhide package metadata · nng · Source: dl.fedoraproject.org

Nixvérifié · 92%
nix profile install nixpkgs#nng

nixpkgs package indexes · pkgs/by-name/nn/nng/package.nix · Source: api.github.com

Arch Linux pacmanvérifié · 92%
sudo pacman -S nng

Arch Linux sync databases · nng · Source: geo.mirror.pkgbuild.com

Debian aptvérifié · 92%
sudo apt install libnng-dev

Debian stable package indexes · libnng-dev · Source: deb.debian.org

openSUSE zyppervérifié · 92%
sudo zypper install libnng1

openSUSE Tumbleweed package metadata · libnng1 · Source: download.opensuse.org

aperçu

Résumé du paquet

Nanomsg-next-generation -- light-weight brokerless messaging

historique

Historique du projet et usages

NNG, short for nanomsg-next-generation, is a C messaging library that reworks nanomsg's brokerless Scalability Protocols model with stronger production, async, transport, and security foundations.

Historique du projet

The upstream README explicitly describes NNG as a rewrite of the Scalability Protocols library known as nanomsg, keeping compatibility with the original while adding significant capabilities. Its self-description places it in the same family as nanomsg and, to a lesser extent, ZeroMQ: lightweight brokerless messaging for recurring patterns such as publish/subscribe, request/reply, and service discovery.

The rewrite emphasized reliability, scalability, maintainability, extensibility, security, and usability. Notable package-level changes include a C11/CMake build, a custom asynchronous I/O framework, TLS-capable transports, and APIs intended to be more intuitive for concurrent programs.

Historique d'adoption

NNG's adoption is developer-library adoption: it is packaged as libnng-dev or nng across Homebrew, Debian/Ubuntu, Fedora, Alpine, Arch, Nix, MacPorts, and openSUSE, and it exposes nngcat as a CLI utility. The repository also documents commercial support and sponsorship, which is meaningful for a low-level C messaging library used in production systems.

Compatibility was a core adoption strategy. The project documented migration from legacy libnanomsg and offered wire/API compatibility for many nanomsg and mangos applications, letting existing Scalability Protocols users move incrementally instead of rewriting their messaging layer at once.

Modes d'utilisation

Developers use NNG when they want simple message-pattern APIs without standing up a broker. Common package-nerd experiments use nngcat to test pub/sub or req/rep endpoints, then embed libnng in C or bind through another language for IPC, TCP, WebSocket, TLS, or in-process transport.

The practical distinction from heavier messaging stacks is that NNG tries to own the boring plumbing: reconnects, connection management, async dispatch, and protocol state. That makes it attractive for embedded systems, appliances, developer tools, and service components where a full broker is excessive.

Pourquoi les passionnés de paquets s'y intéressent

NNG matters because it is the active successor path for nanomsg-style messaging. It preserves the idea that common distributed communication patterns can be expressed as small socket-like protocols while modernizing the implementation enough for safer concurrent production use.

Chronologie

  • {'event': "NNG emerged as a next-generation rewrite of nanomsg's Scalability Protocols library.", 'year': '2010s'}
  • {'date': '2026-06-28', 'event': 'The GitHub repository page listed Version 1.12 Bug Fix Release as the latest release.'}

Related projects

  • nanomsg
  • ZeroMQ
  • mangos
  • nngcat

posture de sécurité

Niveau de risque : vert

narrow executable package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • narrow executable package without higher-risk signals

Signaux

  • metadata:no-higher-risk-signals

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.
  • Les métadonnées de compilation listent 3 dépendances de compilation.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

exécutables

Exécutables installés

CommandeTypeExpositionNote
nngcatcliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-25
version du gestionnaire1.12.0
gestionnaire mis à jour2026-06-28
données localesOK
amontà jour
dernière version détectéev1.12.0

https://github.com/nanomsg/nng

  • OKAucun avertissement de fraîcheur n'a été généré.

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:nng
Version1.12.0
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/nng
Page d'accueilhttps://nng.nanomsg.org/
Dépôthttps://github.com/nanomsg/nng
Docs amonthttps://github.com/nanomsg/nng#readme
LicenceMIT
Archive sourcehttps://github.com/nanomsg/nng/archive/refs/tags/v1.12.0.tar.gz
Dernière mise à jour2026-06-28T03:47:06Z
Pulseupdated
Dépendances de compilationasciidoctor, cmake, ninja
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

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

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Debian apt95%

libnng-dev 1.10.1-2

Lightweight Messaging Library - development

https://nng.nanomsg.org/

sudo apt install libnng-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: nng
  • 2 Dépendances
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Nng
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libnng-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libnng-doc 1.10.1-2

Lightweight Messaging Library - HTML documentation

https://nng.nanomsg.org/

sudo apt install libnng-doc
  • Section: doc
  • Architecture: all
  • Source Package: nng
  • normalized package name match
  • Correspondance par : Nng
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libnng-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libnng1 1.10.1-2

Lightweight Messaging Library - shared library

https://nng.nanomsg.org/

sudo apt install libnng1
  • Section: devel
  • Architecture: amd64
  • Source Package: nng
  • 4 Dépendances
  • normalized package name match
  • Correspondance par : Nng
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libnng1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

nng-utils 1.10.1-2

Lightweight Messaging Library - utility

https://nng.nanomsg.org/

sudo apt install nng-utils
  • Section: devel
  • Architecture: amd64
  • Source Package: nng
  • 2 Dépendances
  • normalized package name match
  • Correspondance par : Nng
Debian stable package indexes · deb.debian.org · Debian stable package indexes: nng-utils from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

nng

nix profile install nixpkgs#nng
  • normalized package name match
  • Correspondance par : Nng
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/nn/nng/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libnng-dev 1.7.2-1build2

Lightweight Messaging Library - development

https://nng.nanomsg.org/

sudo apt install libnng-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: nng
  • 2 Dépendances
  • normalized package name match
  • Correspondance par : Nng
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libnng-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libnng1 1.7.2-1build2

Lightweight Messaging Library - shared library

https://nng.nanomsg.org/

sudo apt install libnng1
  • Section: universe/devel
  • Architecture: amd64
  • Source Package: nng
  • 4 Dépendances
  • normalized package name match
  • Correspondance par : Nng
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libnng1 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

nng-utils 1.7.2-1build2

Lightweight Messaging Library - utility

https://nng.nanomsg.org/

sudo apt install nng-utils
  • Section: universe/devel
  • Architecture: amd64
  • Source Package: nng
  • 2 Dépendances
  • normalized package name match
  • Correspondance par : Nng
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: nng-utils from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

nng 1.11-r0

Lightweight Broker-Less Messaging Library

https://nng.nanomsg.org/

sudo apk add nng
  • License: MIT
  • Architecture: x86_64
  • Source Package: nng
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Nng
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: nng from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

nng-dev 1.11-r0

Lightweight Broker-Less Messaging Library (development files)

https://nng.nanomsg.org/

sudo apk add nng-dev
  • License: MIT
  • Architecture: x86_64
  • Source Package: nng
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Nng
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: nng-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

nng-doc 1.11-r0

Lightweight Broker-Less Messaging Library (documentation)

https://nng.nanomsg.org/

sudo apk add nng-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: nng
  • normalized package name match
  • Correspondance par : Nng
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: nng-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

nng 1.9.0-5.fc44

Light-weight brokerless messaging

https://nanomsg.github.io/nng/

sudo dnf install nng
  • License: MIT
  • Category: Unspecified
  • Architecture: i686
  • Source Package: nng
  • 5 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : Nng
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: nng from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

nng-devel 1.9.0-5.fc44

Development files for the nng socket library

https://nanomsg.github.io/nng/

sudo dnf install nng-devel
  • License: MIT
  • Category: Unspecified
  • Architecture: i686
  • Source Package: nng
  • 3 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : Nng
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: nng-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

nng-utils 1.9.0-5.fc44

Command line interface for communicating with nng

https://nanomsg.github.io/nng/

sudo dnf install nng-utils
  • License: MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: nng
  • 4 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Nng
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: nng-utils from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

nng 1.11-2

A lightweight, broker-less messaging library

https://nng.nanomsg.org/

sudo pacman -S nng
  • License: MIT
  • Architecture: x86_64
  • 2 Dépendances
  • normalized package name match
  • Correspondance par : Nng
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: nng from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

libnng1 1.11-1.2

Shared library for nng

https://nanomsg.github.io/nng/

sudo zypper install libnng1
  • License: MIT
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: nng
  • 2 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : Nng
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libnng1 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

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