Security & Data Ownership
LeadForge OS is designed with local-first parameters. Your data remains yours.
Encrypted Local Senders Store
SMTP passwords and key API secrets are stored locally on-disk. They are encrypted using AES-256-GCM, with keys managed by the OS Keychain (Windows Credential Manager / macOS Keychain). They never traverse our network.
SQLite Database WAL Locks
Your CRM columns, scraper lists, and verified contacts sit strictly in standard SQLite databases on your hard drive. There is no cloud multi-tenant database exposing your prospect pipelines.
No Middleman Outbound Dispatch
Direct TLS handshakes are established from your physical client CPU to your mail servers (Office365, Google Workspace, custom SMTP). Your messages do not go through our cloud servers.
Security FAQ Summary
- Does LeadForge OS have access to my SMTP credentials?
No. SMTP keys are decrypted in memory only at the time of campaign execution, and the handshake certificates occur directly from your system.
- Can I export my databases?
Yes. Because data is saved in a standard SQLite file, you can copy or export the `.db` files at any time, allowing total access without vendor locks.