The only thing that leaves your computer is a licence check
There is no cloud in the middle. We hold no copy of your conversations, because we have nowhere to put one — the bot runs locally and the data stays in the app’s data folder on that same computer.
What crosses the network, and what does not
The list is complete. Every outbound connection the app or the site opens, and where it goes.
Where the keys are kept
The WhatsApp sign-in, the Telegram bot token and the AI keys are encrypted in the operating system’s secure store — not in a text file, and not in the clear in the database. The interface is never handed them at all.
A boundary between the interface and the engine
The app is built in two layers. The engine — the connections, the keys and the database — runs in a separate process from the interface, and everything that passes between them goes through one defined bridge.
And what we do keep — your account area
The account on this site is the single exception. It exists to hold the key, the devices and the invoices — and that is exactly what is in it, and nothing more.
The risk to know about before you start
The WhatsApp connection speaks the multi-device protocol of a personal account, the way a linked device does — not the official WhatsApp Business API. Automating this way is against WhatsApp’s terms of service, and at high volume in particular it can get the account blocked.
We do not hide this, and we do not promise it will not happen. What we do do: the rate limits are on by default, not an option you switch on after the fact.
Telegram runs against the official Bot API and carries none of this risk. If you want automation with no exposure at all, start there.
WhatsApp is a trademark of Meta Platforms, Inc. This product is not affiliated with, endorsed by or sponsored by Meta, and does not use its official API.
What is checked before every release
Nothing ships on the strength of “it worked on my machine”. Every push runs the full suite, and every screen the menu reaches has tests of its own.
A question this page does not answer?
The guide goes into the technical detail — including exactly what is stored in the local database.