Vocula

Open source, and you may build it yourself

Vocula’s source is published under GPL-3.0. That includes the licence check, and it includes a documented build that produces a fully licensed binary without paying.

Read it: github.com/vitaly-kashtalyan/vocula

Why the privacy claim requires this

The single sentence this product is sold on is that your voice never leaves your Mac. In a closed binary that sentence is unprovable — you can trust the vendor or you can run a firewall and hope you were watching at the right moment. In readable source it is checkable, permanently, by anyone, without asking us.

Two hard consequences follow, and they are worth stating because they are constraints rather than preferences:

The licence key is a receipt, not a lock

It is an Ed25519 signature: the public key sits in the source where you can read it, and it can only verify. Nothing about it is secret and nothing about it needs to be. Anyone who wants to delete the check and rebuild can, and we are not going to pretend otherwise.

Why almost everyone buys it anyway

Not because building is hard — it is one command. Because of what a self-signed build costs you afterwards, and this is worth knowing before you choose:

None of that is a protection mechanism — it is macOS being macOS. It is simply why someone willing to go through it was never going to buy a licence, and why offering the escape hatch costs us nothing.

What GPL-3.0 gives you

Run it, read it, change it, share it — provided what you share stays under the same licence and carries its source. If you fork it and sell your fork, your fork must be open too. That is the whole point of choosing GPL over a permissive licence: it costs a paying customer nothing and costs a closed-source competitor everything.

How to verify the privacy claim without reading any code