Automic VaultAutomic Vault

brew

ii を Homebrew, apk, apt, dnf, MacPorts, Nix でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install ii

local Homebrew formula metadata

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

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

Linux

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

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

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

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

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

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

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

nixpkgs package indexes · pkgs/by-name/ii/ii/package.nix · ソース: api.github.com

概要

パッケージ概要

Minimalist IRC client

履歴

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

ii, short for irc it, is a minimalist IRC client from suckless.org that represents IRC servers, channels, and private messages as directories containing FIFO `in` files and log-like `out` files.

プロジェクトの歴史

The suckless source log reaches back to early 2007, with release tags appearing that year. The project page and README define ii's core idea plainly: make IRC scriptable with standard command-line and filesystem tools instead of a large terminal client UI.

Over time ii kept the same small-file abstraction while accumulating pragmatic Unix fixes: portability changes, manual-page updates, OpenBSD pledge support, release bumps, and later direct TLS support through libretls.

採用の歴史

ii's adoption has been strongest among Unix minimalists, suckless users, and people writing bots or personal IRC workflows. Its package-manager spread across Homebrew and Linux distributions reflects that it is small enough to package but distinctive enough to keep around.

使われ方

A user starts ii against a server, then writes IRC commands to `in` files and reads messages from `out` files. Joining a channel can be as simple as echoing `/j directory.

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

ii is a canonical tiny Unix package: the interface is the filesystem, composition happens with shell tools, and the implementation goal is small enough to audit. It is useful package-manager lore because it shows how far plain files and FIFOs can replace application UI.

タイムライン

  • 2007: Early public source history and 1.2/1.3 release tags.
  • 2008: Version 1.4 prepared with cleanup and documentation fixes.
  • 2011: Version 1.6 kept the implementation under a small line-count target after restructuring.
  • 2016: OpenBSD pledge support added.
  • 2022: Version 2.0 release bump.
  • 2025: Direct TLS support added.

Related projects

  • ii is part of the suckless tools family and is described by suckless as the big brother of sic. It is also conceptually related to filesystem- and FIFO-oriented chat clients and shell-driven IRC bot workflows.

セキュリティ状態

リスクレベル: blue

broad file, network, media, or database tool signal.

リスク分類器

リスク blue · 信頼度 中 · tool

理由

  • broad file, network, media, or database tool signal

信号

  • text:client

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 13 個のプラットフォームターゲットで利用できます。

推奨レビュー

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

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

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

https://tools.suckless.org/ii/

  • 情報No package-manager update timestamp was available.信頼度 低
  • 情報Release/tag comparison is only available for GitHub repositories.https://tools.suckless.org/ii/信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:ii
バージョン2.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/ii
ホームページhttps://tools.suckless.org/ii/
リポジトリhttps://git.suckless.org/ii
上流ドキュメントhttps://tools.suckless.org/ii
ライセンスMIT
ソースアーカイブhttps://dl.suckless.org/tools/ii-2.0.tar.gz
Bottle利用可能 (対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

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

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

Debian apt95%

ii 2.0-1

minimalist FIFO and filesystem-based IRC client

https://tools.suckless.org/ii/

sudo apt install ii
  • Section: net
  • Architecture: amd64
  • 2 依存関係
  • normalized package name match
  • 一致条件: Ii
Debian stable package indexes · deb.debian.org · Debian stable package indexes: ii from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

ii

nix profile install nixpkgs#ii
  • normalized package name match
  • 一致条件: Ii
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ii/ii/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

ii 1.8-3+ds

minimalist FIFO and filesystem-based IRC client

https://tools.suckless.org/ii/

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

ii 2.0-r2

Minimalist FIFO and filesystem-based IRC client

https://tools.suckless.org/ii

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

ii-doc 2.0-r2

Minimalist FIFO and filesystem-based IRC client (documentation)

https://tools.suckless.org/ii

sudo apk add ii-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: ii
  • normalized package name match
  • 一致条件: Ii
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ii-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

ii 1.8-14.fc44

IRC IT, simple FIFO based IRC client

http://tools.suckless.org/ii

sudo dnf install ii
  • License: MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: ii
  • 2 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Ii
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: ii from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
MacPorts95%

ii

sudo port install ii
  • normalized package name match
  • 一致条件: Ii
MacPorts ports tree · api.github.com · MacPorts ports tree: irc/ii/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

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

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

Combined YAML source

View the package source record on GitHub.

combined/ii.yml

使用ソース

  • 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