Security Whitepaper

Last updated: March 2026

1. The Sovereign Promise

BlueArkive is a 100% offline desktop application. All audio capture, transcription, intelligent summaries, and data storage happen entirely on your own computer. Nothing is ever sent to the cloud.

Core principle: Your meeting data never leaves your machine. You hold the only keys to your information.

2. Audio Privacy

Audio is captured directly from your computer's system and microphone. The sound is processed instantly in your computer's memory to generate transcripts and is never saved as an audio file. As soon as the words are transcribed, the audio data is permanently destroyed.

3. AI Models

BlueArkive uses two on-device AI models:

Both models are downloaded securely during the onboarding process and stored locally in ~/Library/Application Support/BlueArkive/models/. Model files are verified using SHA-256 checksums before use. No inference requests are sent to any cloud API.

4. Data Storage & Encryption

All persistent data (meetings, transcripts, notes, entities) is stored in a local SQLite database within the app's sandboxed data directory.

5. Cloud Sync (Optional, Pro Only)

Pro users can optionally enable encrypted cloud sync for multi-device support. When enabled:

Zero-knowledge architecture: Even with full server access, BlueArkive cannot read your meetings. Decryption requires your local key, which never leaves your device.

6. Electron Security

7. Network Activity

BlueArkive makes zero network requests during normal recording and transcription. The only network activity occurs during:

There is no telemetry, no analytics, no crash reporting to external services, and no phoning home.

8. Vulnerability Disclosure

If you discover a security vulnerability in BlueArkive, please report it responsibly to security@bluearkive.com. We commit to acknowledging reports within 48 hours and providing a fix within 14 days for critical issues.