macOS
brew install nsslocal Homebrew formula metadata
sudo port install nssMacPorts ports tree · net/nss/Portfile · source: api.github.com
brew
Libraries for security-enabled client and server applications. Version 3.125 via Homebrew; verified 2026-06-25.
install
brew install nsslocal Homebrew formula metadata
sudo port install nssMacPorts ports tree · net/nss/Portfile · source: api.github.com
sudo apk add nssAlpine Linux edge package indexes · nss · source: dl-cdn.alpinelinux.org
sudo apt install libnss3Debian stable package indexes · libnss3 · source: deb.debian.org
sudo dnf install nsprFedora Rawhide package metadata · nspr · source: dl.fedoraproject.org
nix profile install nixpkgs#nssnixpkgs package indexes · nss · source: raw.githubusercontent.com
sudo pacman -S nssArch Linux sync databases · nss · source: geo.mirror.pkgbuild.com
sudo zypper install mozilla-nssopenSUSE Tumbleweed package metadata · mozilla-nss · source: download.opensuse.org
overview
Libraries for security-enabled client and server applications
history
NSS, Network Security Services, is Mozilla's C library set for TLS, PKI, S/MIME, X.509 certificates, PKCS standards, and related crypto/security tasks. It descends from Netscape's browser and server security code and remains a major non-OpenSSL security stack.
Mozilla's archived NSS history says the code began as the base security code in the original Netscape Navigator products: Navigator 1.0 supported SSL 2.0, Navigator 2.0 added SSL 3.0 and server-side private-key support, Navigator 3.0 added client authentication, and Communicator 4.0 broke much of the security code into its own NSPR-dependent component.
After Communicator 4.0, the security code began shipping independently. The archived history describes HCL as the first independently buildable security-code line, with NSS 2.0 as the first release fully tested and made available outside Netscape. Firefox Source Docs describes the modern NSS package as MPL-2.0 libraries for security-enabled client and server applications.
NSS's adoption comes from browsers, mail clients, PKI tooling, and platforms that value its PKCS #11 model and Mozilla root store integration. Mozilla docs say it is used by Mozilla and other companies in Firefox, AOL Instant Messenger, Red Hat server products, and other products; Ubuntu documentation describes it as originally developed by Netscape, inherited by Mozilla, and used mainly in Firefox and Thunderbird on Ubuntu.
On July 1, 2026, Homebrew listed NSS 3.125 with 486,543 installs in its 365-day analytics window and 105,895 installs on request. Unlike NSPR, NSS is both a dependency and a directly requested toolkit because it ships command-line utilities such as `certutil`, `pk12util`, `modutil`, `vfychain`, and `tstclnt`.
Developers use NSS when they need Mozilla-compatible TLS/PKI behavior, PKCS #11 modules, certificate/key databases, S/MIME/CMS processing, or command-line certificate database management. The practical package-nerd workflow is often `certutil -d sql:...`, `pk12util`, `modutil`, and `nss-config`, especially when dealing with software that uses NSS databases rather than PEM files directly.
NSS depends on NSPR for cross-platform I/O and threading. Its architecture includes FreeBL, Softoken, CKBI built-in root certificates, certificate/key databases, and SSL/TLS and S/MIME modules, which is why it feels like a complete PKI stack rather than a small crypto primitive library.
NSS is significant because it is the Mozilla security stack: a browser-grade TLS/PKI implementation with command-line tools and a different trust/key storage model from OpenSSL. Packaging it correctly matters for browsers, certificate management, and any software linked against Mozilla's crypto libraries.
security posture
No matching local secret-handling manifest was found for nss. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
addbuiltin | cli | global executable | |
atob | cli | global executable | |
baddbdir | cli | global executable | |
bltest | cli | global executable | |
btoa | cli | global executable | |
certutil | cli | global executable | |
chktest | cli | global executable | |
cmsutil | cli | global executable | |
crlutil | cli | global executable | |
dbtest | cli | global executable | |
dbtool | cli | global executable | |
derdump | cli | global executable | |
dertimetest | cli | global executable | |
digest | cli | global executable | |
ecperf | cli | global executable | |
encodeinttest | cli | global executable | |
fbectest | cli | global executable | |
fipstest | cli | global executable | |
httpserv | cli | global executable | |
listsuites | cli | global executable | |
lowhashtest | cli | global executable | |
makepqg | cli | global executable | |
modutil | cli | global executable | |
multinit | cli | global executable | |
nonspr10 | cli | global executable | |
nss-config | cli | global executable | |
nss-policy-check | cli | global executable | |
nssdefaults | cli | global executable | |
ocspclnt | cli | global executable | |
ocspresp | cli | global executable | |
oidcalc | cli | global executable | |
p7content | cli | global executable | |
p7env | cli | global executable | |
p7sign | cli | global executable | |
p7verify | cli | global executable | |
pk11ectest | cli | global executable | |
pk11gcmtest | cli | global executable | |
pk11importtest | cli | global executable | |
pk11mode | cli | global executable | |
pk12util | cli | global executable | |
pk1sign | cli | global executable | |
pkix-errcodes | cli | global executable | |
pp | cli | global executable | |
pwdecrypt | cli | global executable | |
remtest | cli | global executable | |
rsaperf | cli | global executable | |
rsapoptst | cli | global executable | |
sdbthreadtst | cli | global executable | |
sdrtest | cli | global executable | |
secmodtest | cli | global executable | |
selfserv | cli | global executable | |
shlibsign | cli | global executable | |
signtool | cli | global executable | |
signver | cli | global executable | |
ssltap | cli | global executable | |
strsclnt | cli | global executable | |
symkeyutil | cli | global executable | |
tstclnt | cli | global executable | |
validation | cli | global executable | |
vfychain | cli | global executable | |
vfyserv | 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://firefox-source-docs.mozilla.org/security/nss/index.html
install metadata
| Package key | brew:nss |
|---|---|
| Version | 3.125 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/nss |
| Homepage | https://firefox-source-docs.mozilla.org/security/nss/index.html |
| Repository | https://hg.mozilla.org/projects/nss |
| Upstream docs | https://firefox-source-docs.mozilla.org/security/nss/build.html |
| License | MPL-2.0 |
| Source archive | https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_125_RTM/src/nss-3.125.tar.gz |
| Last updated | 2026-06-25T13:37:57+02:00 |
| Pulse | updated |
| Dependencies | nspr |
| Uses from macOS | sqlite |
| 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 | nss |
| Version Scheme | 0 |
| Revision | 0 |
| Conflicts With |
|
| 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.
libnss3 2:3.110-1+deb13u1
Network Security Service libraries
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS
sudo apt install libnss3libnss3-dev 2:3.110-1+deb13u1
Development files for the Network Security Service libraries
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS
sudo apt install libnss3-devlibnss3-tools 2:3.110-1+deb13u1
Network Security Service tools
http://www.mozilla.org/projects/security/pki/nss/tools/
sudo apt install libnss3-toolsnss
nix profile install nixpkgs#nsslibnss3 2:3.98-1build1
Network Security Service libraries
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS
sudo apt install libnss3libnss3-dev 2:3.98-1build1
Development files for the Network Security Service libraries
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS
sudo apt install libnss3-devlibnss3-tools 2:3.98-1build1
Network Security Service tools
http://www.mozilla.org/projects/security/pki/nss/tools/
sudo apt install libnss3-toolsnss 3.124-r0
Mozilla Network Security Services
https://developer.mozilla.org/docs/Mozilla/Projects/NSS
sudo apk add nssnss-dev 3.124-r0
Development files for nss
https://developer.mozilla.org/docs/Mozilla/Projects/NSS
sudo apk add nss-devnss-tools 3.124-r0
Tools for the Network Security Services
https://developer.mozilla.org/docs/Mozilla/Projects/NSS
sudo apk add nss-toolsnspr 4.39-1.fc45
Netscape Portable Runtime
http://www.mozilla.org/projects/nspr/
sudo dnf install nsprnspr-devel 4.39-1.fc45
Development libraries for the Netscape Portable Runtime
http://www.mozilla.org/projects/security/pki/nss/
sudo dnf install nspr-develnss 3.124.0-1.fc45
Network Security Services
http://www.mozilla.org/projects/security/pki/nss/
sudo dnf install nssnss-devel 3.124.0-1.fc45
Development libraries for Network Security Services
http://www.mozilla.org/projects/security/pki/nss/
sudo dnf install nss-develnss-pkcs11-devel 3.124.0-1.fc45
Development libraries for PKCS #11 (Cryptoki) using NSS
http://www.mozilla.org/projects/security/pki/nss/
sudo dnf install nss-pkcs11-develnss-softokn 3.124.0-1.fc45
Network Security Services Softoken Module
http://www.mozilla.org/projects/security/pki/nss/
sudo dnf install nss-softoknsource 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.