| Crates.io | simploxide-client |
| lib.rs | simploxide-client |
| version | 0.3.1 |
| created_at | 2025-09-15 11:05:19.670637+00 |
| updated_at | 2025-09-23 16:31:08.807774+00 |
| description | SimpleX-Chat API client |
| homepage | |
| repository | https://github.com/a1akris/simploxide |
| max_upload_size | |
| id | 1839771 |
| size | 47,836 |
SimpleX-Chat WebSocket client
simplex-chat --create-bot-display-name 'SimplOxide Examples' --create-bot-allow-files
/create bot files=on 'SimplOxide Examples'
simplex-chat -p 5225
cargo run --example squaring_bot --all-features
You can run any bot from examples/ directory by changing the
--example argument.
All example bots output their address when they start. Use this address
to connect to your bot in SimpleX app(always prefer the shorter one):

Interact with the bot:

Explore bot sources or read crate docs to learn how to write your own bots.
SIMPLEX CLI HAS AN OPEN WEBSOCKET API, AND IT CAN BE ACCESSED FROM ANY LIBRARY OR APPLICATION, WHETHER OPEN-SOURCE OR NOT. THE SIMPLOXIDE LIBRARIES PROVIDE A WEBSOCKET CLIENT AND API CODECS FOR SIMPLEX CLI THAT DON'T DEPEND ON ANY CODE FROM THE SIMPLEX PROJECT AND THEREFORE ARE DUAL LICENSED UNDER APACHE-2.0/MIT AS STATED BELOW. APACHE-2.0/MIT TERMS AND CONDITIONS ARE APPLICABLE TO YOUR PROJECTS AS LONG AS THEY DON'T:
OTHERWISE, YOUR PROJECTS MUST ADHERE TO SIMPLEX AGPL-3.0.
THIS IS NOT A LEGAL ADVICE BUT RATHER A FRIENDLY REMAINDER.
SIMPLOXIDE LIBRARIES AUTHORS DISCLAIM ALL RESPONSIBILITY AND LIABILITY FOR ANY FAILURE BY SIMPLOXIDE USERS TO COMPLY WITH THE AGPL-3.0.
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.