We release patches for security vulnerabilities. Which versions are eligible receiving such patches depend on the CVSS v3.0 Rating:
| Version | Supported |
|---|---|
| 0.1.x | ✅ |
Please report (suspected) security vulnerabilities to [INSERT CONTACT EMAIL]. You will receive a response from us within 48 hours.
If the issue is confirmed, we will release a patch as soon as possible depending on complexity but historically within a few days.
SpeakEasy is designed with privacy in mind:
- 100% Local Processing: All transcription happens on your device
- No Cloud Uploads: Your voice data never leaves your machine
- No Telemetry: We don't collect usage data
- Offline Capable: Works without internet connection
When you first run SpeakEasy, it downloads AI models from HuggingFace. These models are:
- Downloaded over HTTPS
- Verified via checksums when available
- Stored locally in your user directory
- Transcriptions: Stored locally in SQLite database
- Audio: Never stored unless explicitly enabled in settings
- Settings: Stored in local configuration files
SpeakEasy requires microphone access. On first run:
- Windows: Grant permission via system dialog
- macOS: Grant permission in System Preferences → Security & Privacy
- Linux: May require adding user to
audiogroup
When we receive a security bug report, we will:
- Confirm the problem and determine the affected versions
- Audit code to find any potential similar problems
- Prepare fixes for all still-supported versions
- Release new versions as quickly as possible
If you have suggestions on how this process could be improved, please submit a pull request.