How does billing work?
You pay $4.99 per license per month. A license is tied to one machine. If you have 10 developers, that's 10 licenses, billed at $49.90/month. If you have 50 or more developers, contact us — volume pricing drops to $3.99/license/month.
What counts as a license?
One license covers one machine. If a developer uses two machines (a laptop and a desktop), that's two licenses.
Can I cancel?
Yes. Cancel anytime from your account settings. Your license remains active until the end of the billing period.
Does Veln send my code anywhere?
No. Veln runs entirely locally. The only data that leaves your machine is the package name, version, and hash — sent to the Veln Consensus network if you opt in. Your source code and project structure never leave your machine.
Does it slow down my installs?
For packages you've installed before: less than 5ms added — imperceptible. For new packages, the first install includes deep analysis, which can add up to 60 seconds with the sandbox enabled. After that first verification, the package is cached and subsequent installs are instant.
What does Veln actually block?
Veln blocks packages that fail any of the following: community hash mismatch (you received a different binary than other users), obfuscation detection (eval(atob()), base64-encoded payloads, binary files in source code), cooling period violation (version too new with too few community observations), or known-malicious threat feed hit. When something is blocked, Veln tells you exactly which check failed and why.
What happens if Veln crashes mid-install?
If Veln's process dies, the byte stream to your package manager dies with it. The package manager sees a connection error and aborts. No partial package lands on disk.
Do you offer refunds?
Yes. If Veln doesn't work as described within the first 30 days, contact support and we'll refund you.