macOS
brew install toxcorelocal Homebrew formula metadata
sudo port install toxcoreMacPorts ports tree · net/toxcore/Portfile · ソース: api.github.com
brew / 順位 7203
toxcore のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install toxcorelocal Homebrew formula metadata
sudo port install toxcoreMacPorts ports tree · net/toxcore/Portfile · ソース: api.github.com
sudo apk add toxcoreAlpine Linux edge package indexes · toxcore · ソース: dl-cdn.alpinelinux.org
sudo dnf install toxcoreFedora Rawhide package metadata · toxcore · ソース: dl.fedoraproject.org
sudo pacman -S toxcoreArch Linux sync databases · toxcore · ソース: geo.mirror.pkgbuild.com
概要
C library implementing the Tox peer to peer network protocol
履歴
toxcore is the C implementation of the Tox peer-to-peer encrypted messaging protocol. The official repository describes Tox as a serverless instant messenger intended to make security and privacy easier for regular users, using libsodium-based encryption and authentication.
The current official repository is maintained under the TokTok organization and is identified on GitHub as forked from the earlier irungentoo/toxcore repository. That lineage reflects the transition from the early Tox implementation into the current TokTok-maintained C core.
The repository has treated toxcore as a low-level cryptographic networking library rather than an end-user chat client. Its README includes a prominent warning that the library is experimental, has not been independently audited by cryptography specialists, and should be used at the user's risk.
toxcore's adoption is mostly indirect: it is the shared protocol library and bootstrap tooling that downstream Tox clients and bots build on. Homebrew packages the library and its bootstrap executables, while the source facts also show packages in Alpine, Fedora, MacPorts, and Arch/pacman.
GitHub Releases record a 'First Stable API' release at v0.1.0 in December 2016. The later changelog shows an active 0.2.x line focused on hardening, testing, ToxAV fixes, group chat work, network profiling, and preserving public API compatibility across releases.
Developers embed toxcore by creating a Tox instance, registering callbacks for events such as friend requests and messages, and repeatedly calling the event-loop function `tox_iterate` at the interval returned by `tox_iteration_interval`.
For package users, the Homebrew-visible executables `DHT_bootstrap` and `tox-bootstrapd` represent toxcore's infrastructure side: maintaining bootstrap nodes and helping peers enter the decentralized Tox network rather than launching a full chat UI.
toxcore is significant to package nerds because it is a packaged C protocol library with security-sensitive dependencies, ABI/API concerns, and downstream clients. Packaging it correctly matters for encrypted-messaging clients that rely on shared system libraries instead of vendored snapshots.
The project also illustrates the package-maintainer tension around cryptographic software: widely packaged, useful to privacy-oriented users, but officially documented as experimental and unaudited.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
DHT_bootstrap | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
tox-bootstrapd | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:toxcore |
|---|---|
| バージョン | 0.2.23 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://tox.chat/ |
| リポジトリ | https://github.com/TokTok/c-toxcore |
| 最終更新 | 2026-06-04T01:57:58Z |
| Pulse | updated |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
toxcore 0.2.23-r1
Tox communication project - C core
sudo apk add toxcoretoxcore-bash-completion 0.2.23-r1
Bash completions for toxcore
sudo apk add toxcore-bash-completiontoxcore-dev 0.2.23-r1
Tox communication project - C core (development files)
sudo apk add toxcore-devtoxcore-libs 0.2.23-r1
Tox communication project - C core (libraries)
sudo apk add toxcore-libstoxcore 0.2.20-5.fc45
Peer to peer instant messenger
https://github.com/TokTok/c-toxcore
sudo dnf install toxcoretoxcore-devel 0.2.20-5.fc45
Development files for Toxcore
https://github.com/TokTok/c-toxcore
sudo dnf install toxcore-develtoxcore 1:0.2.22-2
Secure, configuration-free, P2P Skype replacement backend
sudo pacman -S toxcoretoxcore
sudo port install toxcoreソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.