Summary
v2.0.2 focuses on fixing Windows system audio capture, improving RAG stability, and resolving critical Soniox STT configuration issues.
What's New
- Fully functional system audio capture for Windows
- Introduced system for manual transcript finalization and interim/final bridging during recordings
Improvements
- Migrated to
app.getAppPath()for reliable cross-platform resource discovery - Ensured
sqlite-veccompatibility and fixed embedding queue management - Upgraded
@google/genaiand optimized embedding dimensionality for lower latency
Fixes
- Improved Soniox STT streaming reliability, manual flushing, and configuration persistence
- Resolved application entry point and module resolution issues in production builds
- Fixed transcript bridging for manual recording mode
- Corrected stealth activation and window focus inconsistencies
Technical
- Dependency updates for
@google/genai - Cleaned up native compiler warnings for Windows
- Fixed module resolution for internal Electron paths
⚠️macOS Installation (Unsigned Build)
Download the correct architecture .zip or .dmg file for your device (Apple Silicon or Intel).
If you see "App is damaged":
-
For .zip downloads:
- Move the app to your Applications folder.
- Open Terminal and run:
xattr -cr /Applications/Natively.app
-
For .dmg downloads:
- Open Terminal and run:
xattr -cr ~/Downloads/Natively-2.0.2-arm64.dmg - Install the natively.dmg
- Open Terminal and run:
xattr -cr /Applications/Natively.app
- Open Terminal and run: