Download Latest Version toxcore-v0.2.22-android-x86_64.tar.gz (1.8 MB)
Email in envelope

Get an email when there's a new version of Tox

Home / v0.2.22
Name Modified Size InfoDownloads / Week
Parent folder
v0.2.22.tar.xz.asc 2026-02-07 488 Bytes
v0.2.22.tar.gz.asc 2026-02-07 488 Bytes
toxcore-v0.2.22-xcframework.tar.gz.asc 2026-02-07 488 Bytes
toxcore-v0.2.22-wasm.tar.gz.asc 2026-02-07 488 Bytes
toxcore-v0.2.22-linux-x86_64.tar.gz.asc 2026-02-07 488 Bytes
toxcore-v0.2.22-linux-aarch64.tar.gz.asc 2026-02-07 488 Bytes
toxcore-v0.2.22-core.c.asc 2026-02-07 488 Bytes
toxcore-v0.2.22-av.c.asc 2026-02-07 488 Bytes
toxcore-v0.2.22-android-x86_64.tar.gz.asc 2026-02-07 488 Bytes
toxcore-v0.2.22-android-x86.tar.gz.asc 2026-02-07 488 Bytes
toxcore-v0.2.22-android-armeabi-v7a.tar.gz.asc 2026-02-07 488 Bytes
toxcore-v0.2.22-android-arm64-v8a.tar.gz.asc 2026-02-07 488 Bytes
c-toxcore-v0.2.22.tar.xz.asc 2026-02-07 488 Bytes
c-toxcore-v0.2.22.tar.gz.asc 2026-02-07 488 Bytes
v0.2.22.tar.xz 2026-02-07 712.9 kB
v0.2.22.tar.gz 2026-02-07 959.8 kB
toxcore-v0.2.22-xcframework.tar.gz 2026-02-07 6.5 MB
toxcore-v0.2.22-xcframework.tar.gz.sha256 2026-02-07 93 Bytes
toxcore-v0.2.22-wasm.tar.gz 2026-02-07 1.4 MB
c-toxcore-v0.2.22.tar.xz 2026-02-07 989.7 kB
toxcore-v0.2.22-linux-aarch64.tar.gz 2026-02-07 1.1 MB
toxcore-v0.2.22-linux-aarch64.tar.gz.sha256 2026-02-07 103 Bytes
c-toxcore-v0.2.22.tar.gz 2026-02-07 1.4 MB
toxcore-v0.2.22-android-x86.tar.gz.sha256 2026-02-07 101 Bytes
toxcore-v0.2.22-android-arm64-v8a.tar.gz.sha256 2026-02-07 107 Bytes
toxcore-v0.2.22-android-x86.tar.gz 2026-02-07 1.9 MB
toxcore-v0.2.22-android-arm64-v8a.tar.gz 2026-02-07 1.7 MB
toxcore-v0.2.22-android-x86_64.tar.gz 2026-02-07 1.8 MB
toxcore-v0.2.22-android-x86_64.tar.gz.sha256 2026-02-07 104 Bytes
toxcore-v0.2.22-android-armeabi-v7a.tar.gz 2026-02-07 1.8 MB
toxcore-v0.2.22-android-armeabi-v7a.tar.gz.sha256 2026-02-07 109 Bytes
toxcore-v0.2.22-linux-x86_64.tar.gz 2026-02-07 1.2 MB
toxcore-v0.2.22-linux-x86_64.tar.gz.sha256 2026-02-07 102 Bytes
toxcore-v0.2.22-core.c 2026-02-07 2.7 MB
toxcore-v0.2.22-av.c 2026-02-07 2.9 MB
README.md 2026-02-07 3.5 kB
v0.2.22 source code.tar.gz 2026-02-07 959.8 kB
v0.2.22 source code.zip 2026-02-07 1.3 MB
Totals: 38 Items   29.4 MB 11

Release notes

This release focuses on hardening, architectural refinement, and better testing capabilities.

On the Hardening front, the ToxAV module has undergone significant security improvements. We have addressed a heap buffer overflow in RTP packet handling and fixed several logic bugs in the bandwidth controller and audio modules that could affect stability.

Architectural Refactoring continues with the internalization of core system dependencies. The system clock, random number generation, and memory management are now accessed through abstract interfaces, further decoupling the core from OS-specific implementations and making the codebase more portable and testable.

Bug Fixes

  • Prevent potential integer overflow in group chat handshake. (8b467cc9)
  • potential division by zero in toxav and unsafe hex parsing (fc4396ce)
  • correct printf format specifiers for unsigned integers (46bfdc2d)
  • DHT: Correct node skipping logic timed out nodes. (d5b5e879)
  • autotools: add tox_log_level.h to public headers list (b79b7d43)
  • group_chats: fix sync packets reverting topics (e206bffa)
  • group_moderation: allow validating unsorted sanction list signatures (ece0e898)
  • toxav:
  • fix heap buffer overflow in RTP video packet handling (4fbd7c10)
  • harden video processing and fix large frame handling (da1c13a2)
  • fix multiple logic bugs in audio module (47282528)
  • fix multiple bugs in bandwidth controller and add tests (dc963d9a)
  • handle vpx_image_alloc failure (3e22fd5c)
  • toxencryptsave: Wipe salt and passkey after usage. (7cefa93c)

Features

  • Add a way to look up a file number by ID. (b144e8db)
  • Add a way to fetch groups by chat ID. (849281ea)
  • Add Event Loop abstraction (Ev). (2f87ac67)

Performance

  • Add a timed limit of number of cookie requests. (8f92e710)
  • toxav: optimize audio and video intermediate buffers by keeping them around (d68d1d09)
Source: README.md, updated 2026-02-07