macOS
brew install toxcorelocal Homebrew formula metadata
sudo port install toxcoreMacPorts ports tree · net/toxcore/Portfile · source: api.github.com
brew
C library implementing the Tox peer to peer network protocol. Version 0.2.23 via Homebrew; verified 2026-06-04.
install
brew install toxcorelocal Homebrew formula metadata
sudo port install toxcoreMacPorts ports tree · net/toxcore/Portfile · source: api.github.com
sudo apk add toxcoreAlpine Linux edge package indexes · toxcore · source: dl-cdn.alpinelinux.org
sudo dnf install toxcoreFedora Rawhide package metadata · toxcore · source: dl.fedoraproject.org
sudo pacman -S toxcoreArch Linux sync databases · toxcore · source: geo.mirror.pkgbuild.com
overview
C library implementing the Tox peer to peer network protocol
history
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.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
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 |
|---|---|---|---|
DHT_bootstrap | cli | global executable | |
tox-bootstrapd | 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://github.com/TokTok/c-toxcore
install metadata
| Package key | brew:toxcore |
|---|---|
| Version | 0.2.23 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/toxcore |
| Homepage | https://tox.chat/ |
| Repository | https://github.com/TokTok/c-toxcore |
| Upstream docs | https://github.com/TokTok/c-toxcore#readme |
| License | GPL-3.0-or-later |
| Source archive | https://github.com/TokTok/c-toxcore/releases/download/v0.2.23/c-toxcore-v0.2.23.tar.xz |
| Last updated | 2026-06-04T01:57:58Z |
| Pulse | updated |
| Dependencies | libconfig, libsodium, libvpx, opus |
| Build dependencies | cmake, pkgconf |
| 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 | toxcore |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| 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.
toxcore 0.2.23-r0
Tox communication project - C core
sudo apk add toxcoretoxcore-bash-completion 0.2.23-r0
Bash completions for toxcore
sudo apk add toxcore-bash-completiontoxcore-dev 0.2.23-r0
Tox communication project - C core (development files)
sudo apk add toxcore-devtoxcore-libs 0.2.23-r0
Tox communication project - C core (libraries)
sudo apk add toxcore-libstoxcore 0.2.20-4.fc45
Peer to peer instant messenger
https://github.com/TokTok/c-toxcore
sudo dnf install toxcoretoxcore-devel 0.2.20-4.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 toxcoresource 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.