Download Latest Version v0.2.23 source code.zip (1.3 MB) Google Add to Preferred Sources
Home / v0.2.23
Name Modified Size InfoDownloads / Week
Parent folder
c-toxcore-0.2.23.tar.gz.asc 2026-06-03 228 Bytes
c-toxcore-0.2.23.tar.xz.asc 2026-06-03 228 Bytes
c-toxcore-v0.2.23.tar.gz.asc 2026-06-03 228 Bytes
c-toxcore-v0.2.23.tar.xz.asc 2026-06-03 228 Bytes
toxcore-v0.2.23-android-arm64-v8a.tar.gz.asc 2026-06-03 228 Bytes
toxcore-v0.2.23-android-armeabi-v7a.tar.gz.asc 2026-06-03 228 Bytes
toxcore-v0.2.23-android-x86.tar.gz.asc 2026-06-03 228 Bytes
toxcore-v0.2.23-android-x86_64.tar.gz.asc 2026-06-03 228 Bytes
toxcore-v0.2.23-av.c.asc 2026-06-03 228 Bytes
toxcore-v0.2.23-core.c.asc 2026-06-03 228 Bytes
toxcore-v0.2.23-linux-aarch64.tar.gz.asc 2026-06-03 228 Bytes
toxcore-v0.2.23-linux-x86_64.tar.gz.asc 2026-06-03 228 Bytes
toxcore-v0.2.23-wasm.tar.gz.asc 2026-06-03 228 Bytes
toxcore-v0.2.23-xcframework.tar.gz.asc 2026-06-03 228 Bytes
c-toxcore-0.2.23.tar.xz 2026-06-03 721.7 kB
c-toxcore-0.2.23.tar.gz 2026-06-03 972.1 kB
toxcore-v0.2.23-xcframework.tar.gz.sha256 2026-06-03 93 Bytes
toxcore-v0.2.23-xcframework.tar.gz 2026-06-03 6.5 MB
toxcore-v0.2.23-linux-aarch64.tar.gz.sha256 2026-06-03 103 Bytes
toxcore-v0.2.23-linux-aarch64.tar.gz 2026-06-03 1.1 MB
toxcore-v0.2.23-wasm.tar.gz 2026-06-03 1.4 MB
toxcore-v0.2.23-linux-x86_64.tar.gz.sha256 2026-06-03 102 Bytes
toxcore-v0.2.23-linux-x86_64.tar.gz 2026-06-03 1.2 MB
toxcore-v0.2.23-android-x86_64.tar.gz.sha256 2026-06-03 104 Bytes
toxcore-v0.2.23-android-armeabi-v7a.tar.gz.sha256 2026-06-03 109 Bytes
toxcore-v0.2.23-android-x86_64.tar.gz 2026-06-03 1.8 MB
toxcore-v0.2.23-android-armeabi-v7a.tar.gz 2026-06-03 1.8 MB
toxcore-v0.2.23-android-x86.tar.gz.sha256 2026-06-03 101 Bytes
toxcore-v0.2.23-android-arm64-v8a.tar.gz.sha256 2026-06-03 107 Bytes
toxcore-v0.2.23-android-x86.tar.gz 2026-06-03 1.9 MB
toxcore-v0.2.23-android-arm64-v8a.tar.gz 2026-06-03 1.7 MB
c-toxcore-v0.2.23.tar.gz 2026-06-03 1.4 MB
c-toxcore-v0.2.23.tar.xz 2026-06-03 998.3 kB
toxcore-v0.2.23-core.c 2026-06-03 2.7 MB
toxcore-v0.2.23-av.c 2026-06-03 3.0 MB
README.md 2026-06-03 2.4 kB
v0.2.23 source code.tar.gz 2026-06-03 972.1 kB
v0.2.23 source code.zip 2026-06-03 1.3 MB
Totals: 38 Items   29.6 MB 5

Release notes

This release fixes a critical bug, other bug fixes and some small features and test improvements.

The critical bug was discovered during a manual audit performed by iphy. You can find more on the issue at https://github.com/TokTok/c-toxcore/security/advisories/GHSA-42vg-9mg3-399f .

Other bug fixes where applied all over the codebase and should result in an even more stable core experience.

A minor noteworthy feature that was added is a function to get a list of group chats, further improving ngc quality of life.

As always, none of the public facing apis (tox.h/toxav.h/toxencryptsave.h/etc) where modified or removed, which should make this update seamless.

Bug Fixes

  • limit number of saved group peers when loading from disk And add unpack_gc_saved_peers bounds test. (de31d805)
  • wrong comment in group code (147dbe11)
  • DHT:
  • refactor memory handling of loaded dht state Previous code could double-free if more than one dht states per tox-file and a following allocation fails. (6e959f36)
  • Suppress the warning about IPv6 nodes when IPv6 is turned off (71c354bf)
  • av: Fix Use-After-Free when peer goes offline. (dbb65223)
  • gca: announce max sizes where 32bytes too large (5080b21c)
  • onion: Size GCA announce response buffer to actual content length. (23853004)
  • test: fix mypy failure (8016a502)

Features

  • Add Tox_Iterate_Options for granular control over tox_iterate. (10975240)
  • Add a function to get the list of valid group chat numbers. (8f37a2f1)
Source: README.md, updated 2026-06-03