Feature
Privacy and architecture
Recense is local-first by design. Tabulation runs in your browser. Cloud features are an opt-in, encrypted on your machine before they leave it. The architecture is the privacy story — not a policy page on top of a default-cloud product.
Where computation runs
The Recense engine is compiled from Rust to WebAssembly and runs in your browser. When you open a local SPSS file, the bytes are read by your browser, parsed in WASM, and held in your browser's memory and IndexedDB. Tabulation, derived variables, weighting, and significance testing all happen on your machine. No data is sent to a Recense server for any of this.
The engine is closed-source today, but the entire compute path is
client-side: the WASM that runs in your browser is the
implementation, and tabs like /verify let you confirm
no analysis data leaves the device. Open-sourcing the engine is on
the post-launch roadmap.
What touches the network, and when
- Local files. Nothing leaves your browser. The whole tabulation surface works offline once Recense is loaded.
- Cloud projects. If you choose to save a project to the cloud, the bytes are encrypted on your machine with AES-256-GCM before upload. We hold no decryption keys.
- Cloud datasets. Same model — client-side encryption before upload, plus the minimum catalogue metadata needed to organise the library.
- Hosted compute (enterprise). A separate mode for datasets your organisation explicitly publishes. Not the default, and not on by accident.
How AI is wired up
- Bring your own key. Conversations go directly from your browser to your chosen provider (Anthropic, OpenAI, Google, Fireworks). Recense never sees them. Keys are stored locally and never transmitted.
- Built-in agent. Conversation messages are proxied to the selected provider. Recense doesn't store the text. Per-request metadata (user, model, token counts) is retained for billing and abuse detection only.
- No model training on your data. We don't use your data or conversations to train models, and we don't direct providers to do so either.
What we don't do
- No third-party analytics or tracking pixels on the product.
- No selling, renting, or sharing of customer data.
- No remote raw-data access path in the hosted product.
- No retained AI conversations after the request completes.
For procurement and InfoSec
The detailed security page covers encryption layers, sub-processors and their compliance posture, account data handling, error tracking, GDPR posture, and responsible disclosure.
Try Recense without uploading anything
The free tier works on local files. No upload, no card, no sales call.