macOS
brew install toxcorelocal Homebrew formula metadata
sudo port install toxcoreMacPorts ports tree · net/toxcore/Portfile · 来源: api.github.com
安装
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来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.