https://github.com/toktok/btox
Official TokTok mobile Tox client
https://github.com/toktok/btox
android cryptography encryption ios network p2p security toxcore web
Last synced: about 1 year ago
JSON representation
Official TokTok mobile Tox client
- Host: GitHub
- URL: https://github.com/toktok/btox
- Owner: TokTok
- License: gpl-3.0
- Created: 2022-01-28T23:04:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-05T16:56:44.000Z (about 1 year ago)
- Last Synced: 2025-04-30T23:57:54.766Z (about 1 year ago)
- Topics: android, cryptography, encryption, ios, network, p2p, security, toxcore, web
- Language: Dart
- Homepage: https://tox.chat/
- Size: 3.65 MB
- Stars: 16
- Watchers: 6
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# bTox
A work-in-progress cross-platform Tox client.

## Setting up Flutter
Follow the instructions on https://docs.flutter.dev/get-started/
## Building
Run the `tools/prepare-web` setup script to generate the database bindings that need to be generated
and download the 3rd-party libraries used in the web build.
```sh
./tools/prepare-web # or ./tools/prepare if you don't want to download the web-build 3rd-party libraries.
```
After the above is done, just build as you normally would for whatever platform you want to target.
If you run into issues, consulting [our CI](.github/workflows/ci.yml) might be helpful as it
contains working build instructions for all platforms.