Automic VaultAutomic Vault

brew

znc を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper でインストール

znc のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install znc

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install znc

MacPorts ports tree · irc/znc/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add znc

Alpine Linux edge package indexes · znc · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install znc

Debian stable package indexes · znc · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install znc

Fedora Rawhide package metadata · znc · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#znc

nixpkgs package indexes · znc · ソース: raw.githubusercontent.com

Arch Linux pacman確認済み · 92%
sudo pacman -S znc

Arch Linux sync databases · znc · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install znc

openSUSE Tumbleweed package metadata · znc · ソース: download.opensuse.org

概要

パッケージ概要

Advanced IRC bouncer

コマンドとエイリアス

  • znc
  • znc-buildmod

履歴

プロジェクトの歴史と使われ方

ZNC is a long-running IRC bouncer: it stays connected to IRC networks on a user's behalf, lets clients disconnect and reconnect, replays buffers, and exposes a module system and web administration interface around that persistent session.

プロジェクトの歴史

ZNC's own history page records an early commit date of 2004-07-20, and secondary summaries describe it as developing from July 2004 as an alternative to psyBNC. The GitHub repository was created later, in 2010, as the project moved into the modern public-forge era.

The project is written primarily in C++ and presents itself as an advanced IRC bouncer. Its README documents the core operating model: data under ~/.znc by default, znc.conf under configs, module data below the data directory, and extra modules loadable from user or installation paths.

ZNC's module system became one of its defining features. The README documents C++ modules built with znc-buildmod plus Perl and Python module support through ModPerl and ModPython. That gave administrators a way to extend a bouncer into web administration, logging, notifications, and network-specific behavior.

採用の歴史

ZNC became a standard answer to IRC's ephemerality. IRC clients traditionally only see messages while connected; a bouncer keeps the server-side session alive and lets one or more clients attach later. Opensource.com describes ZNC as a relatively popular and well-understood IRC bouncer for this problem.

ZNC's history is tied to changes in IRC client expectations. As clients and extensions improved buffer playback and timestamps, ZNC moved from simply keeping a nickname online toward preserving a multi-client chat session that felt less transient. It also remained relevant for bridges, where users wanted Matrix or other systems to connect through an existing IRC identity.

使われ方

A user runs znc as a daemon, creates one or more users and networks, then points IRC clients at the ZNC listener instead of directly at the IRC network. The client authenticates to ZNC, and ZNC connects onward, maintains channels, and replays buffered messages after reconnects.

Administrators commonly manage it through webadmin or controlpanel rather than editing znc.conf while the daemon is live. The same config file may contain network credentials, which is why the package's configuration and credential locations overlap.

パッケージ好きにとっての重要性

ZNC is one of the archetypal always-on Unix userland daemons: small enough for a shell account or VPS, old enough to carry IRC culture, and modular enough to become personal infrastructure.

It matters to package nerds because it captures the pre-SaaS habit of solving chat persistence with a daemon you own, a config file in your home directory, and a client protocol that still works with many front ends.

タイムライン

  • 2004-07-20: ZNC history records the first commit timestamp.
  • 2000s: ZNC develops as an alternative to earlier IRC bouncers such as psyBNC.
  • 2010-01-09: The znc/znc GitHub repository is created.
  • 2010s: ZNC's module ecosystem, web administration, SSL/TLS use, and client buffer behavior become central to everyday IRC bouncer use.
  • 2020s: ZNC remains a maintained IRC bouncer and a common bridge point for persistent IRC sessions.

Related projects

  • psyBNC is the older IRC bouncer ZNC is often compared with historically.
  • soju, IRCCloud, Quassel, The Lounge, and Heisenbridge occupy adjacent persistent-chat, bouncer, or bridge roles.
  • HexChat, WeeChat, mIRC, and other IRC clients are common front ends that can connect through ZNC.

セキュリティ状態

リスクレベル: orange

formula declares a Homebrew service.

リスク分類器

リスク orange · 信頼度 中 · infrastructure

理由

  • formula declares a Homebrew service

信号

  • metadata:service

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • formula メタデータがサービスまたはデーモンブロックを宣言しています。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 5 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 3 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

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
~/.znc/configs/znc.conf

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.znc/configs/znc.conf

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
znccliグローバル実行可能ファイル
znc-buildmodcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版1.10.2
マネージャ更新日2026-05-07
ローカルデータOK
上流not checked
検出された最新未検出

https://wiki.znc.in/ZNC

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:znc
バージョン1.10.2
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/znc
ホームページhttps://wiki.znc.in/ZNC
リポジトリhttps://github.com/znc/znc
上流ドキュメントhttps://wiki.znc.in/FAQ
ライセンスApache-2.0
ソースアーカイブhttps://znc.in/releases/znc-1.10.2.tar.gz
最終更新2026-05-07T23:09:02Z
Pulseupdated
依存関係boost, cctz, icu4c@78, openssl@3, python@3.14
ビルド依存関係cmake, gettext, pkgconf
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービスdeclared

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

znc 1.9.1-2+b3

advanced modular IRC bouncer

https://www.znc.in/

sudo apt install znc
  • Section: net
  • Architecture: amd64
  • Source Package: znc
  • 11 依存関係
  • 3 任意依存関係
  • normalized package name match
  • 一致条件: Znc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: znc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

znc-backlog 0.20180824+1.9.1-2+b3

module for requesting backlog from znc bouncer

https://github.com/FruitieX/znc-backlog

sudo apt install znc-backlog
  • Section: net
  • Architecture: amd64
  • Source Package: znc
  • 4 依存関係
  • normalized package name match
  • 一致条件: Znc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: znc-backlog from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

znc-dev 1.9.1-2+b3

advanced modular IRC bouncer (development headers)

https://www.znc.in/

sudo apt install znc-dev
  • Section: net
  • Architecture: amd64
  • Source Package: znc
  • 7 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Znc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: znc-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

znc-perl 1.9.1-2+b3

advanced modular IRC bouncer (Perl extension)

https://www.znc.in/

sudo apt install znc-perl
  • Section: net
  • Architecture: amd64
  • Source Package: znc
  • 5 依存関係
  • normalized package name match
  • 一致条件: Znc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: znc-perl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

znc-push 1.0.0+git20190521.78d0385+1.9.1-2+b3

znc plugin to send push notification to various services

https://github.com/jreese/znc-push

sudo apt install znc-push
  • Section: net
  • Architecture: amd64
  • Source Package: znc
  • 5 依存関係
  • normalized package name match
  • 一致条件: Znc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: znc-push from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

znc-python 1.9.1-2+b3

advanced modular IRC bouncer (Python extension)

https://www.znc.in/

sudo apt install znc-python
  • Section: net
  • Architecture: amd64
  • Source Package: znc
  • 5 依存関係
  • normalized package name match
  • 一致条件: Znc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: znc-python from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

znc-tcl 1.9.1-2+b3

advanced modular IRC bouncer (Tcl extension)

https://www.znc.in/

sudo apt install znc-tcl
  • Section: interpreters
  • Architecture: amd64
  • Source Package: znc
  • 5 依存関係
  • normalized package name match
  • 一致条件: Znc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: znc-tcl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

znc

nix profile install nixpkgs#znc
  • normalized package name match
  • 一致条件: Znc
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: znc from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

znc 1.9.0-2build3

advanced modular IRC bouncer

https://www.znc.in/

sudo apt install znc
  • Section: universe/net
  • Architecture: amd64
  • 11 依存関係
  • 3 任意依存関係
  • normalized package name match
  • 一致条件: Znc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: znc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

znc-backlog 0.20180824+1.9.0-2build3

module for requesting backlog from znc bouncer

https://github.com/FruitieX/znc-backlog

sudo apt install znc-backlog
  • Section: universe/net
  • Architecture: amd64
  • Source Package: znc
  • 4 依存関係
  • normalized package name match
  • 一致条件: Znc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: znc-backlog from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

znc-dev 1.9.0-2build3

advanced modular IRC bouncer (development headers)

https://www.znc.in/

sudo apt install znc-dev
  • Section: universe/net
  • Architecture: amd64
  • Source Package: znc
  • 7 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Znc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: znc-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

znc-perl 1.9.0-2build3

advanced modular IRC bouncer (Perl extension)

https://www.znc.in/

sudo apt install znc-perl
  • Section: universe/net
  • Architecture: amd64
  • Source Package: znc
  • 5 依存関係
  • normalized package name match
  • 一致条件: Znc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: znc-perl from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

znc-push 1.0.0+git20190521.78d0385+1.9.0-2build3

znc plugin to send push notification to various services

https://github.com/jreese/znc-push

sudo apt install znc-push
  • Section: universe/net
  • Architecture: amd64
  • Source Package: znc
  • 5 依存関係
  • normalized package name match
  • 一致条件: Znc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: znc-push from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

znc-python 1.9.0-2build3

advanced modular IRC bouncer (Python extension)

https://www.znc.in/

sudo apt install znc-python
  • Section: universe/net
  • Architecture: amd64
  • Source Package: znc
  • 5 依存関係
  • normalized package name match
  • 一致条件: Znc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: znc-python from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

znc-tcl 1.9.0-2build3

advanced modular IRC bouncer (Tcl extension)

https://www.znc.in/

sudo apt install znc-tcl
  • Section: universe/net
  • Architecture: amd64
  • Source Package: znc
  • 5 依存関係
  • normalized package name match
  • 一致条件: Znc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: znc-tcl from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

znc 1.10.2-r0

Advanced IRC bouncer

https://wiki.znc.in/ZNC

sudo apk add znc
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: znc
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Znc
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: znc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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