Release Highlights
February 1, 2025
First stable build with Tauri migration from Electron
+Migrated from Electron to Tauri+60% smaller installation size+Native audio capture via Rust+System tray integration+Apple Silicon support
Table of Contents
What's New in Community 0.0.1
First Stable Build — This release marks our transition from Electron to Tauri and delivers the first packaged executables.
Download Statistics
| Platform | Downloads |
|---|---|
| macOS (.dmg) | 82 |
| Total Downloads | 82 |
Combined downloads from v0.0.1 and v0.0.1.1 releases
Major Changes
Frontend Architecture
Migrated from Electron to Tauri:
- Native audio capture via Rust
- 60% smaller installation size
- System tray integration
- Automatic updates support
- Removed 600MB+ of Electron dependencies
- Added universal binary support (Apple Silicon/Intel)
Security Improvements
- Implemented process isolation
- Added memory-safe audio processing
- Removed Node.js dependency surface
Documentation
- New installation instructions
- Tauri architecture diagram
- Release notes section
- Cross-platform build targets
Installation
Running from DMG
- Download the
dmg.zipfile - Extract the file
- Double-click
meeting-minutes-frontend_0.1.0_aarch64.dmg - Move the app to Applications folder
- Run:
Code language: bash
xattr -c /Applications/meeting-minutes-frontend.app - Launch from Applications
Running from Source
Prerequisites: Python 3.9 or 3.10
Backend:
Code language: bash
cd meeting-minutes-0.0.1.1
# Give permission
xattr -c ./backend/whisper-server-package/whisper-server
cd backend
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
echo -e "ANTHROPIC_API_KEY=your_key\nGROQ_API_KEY=your_key" | tee .env
./clean_start_backend.shFrontend:
Code language: bash
cd meeting-minutes-0.0.1.1/frontend
./clean_build.shVerification Steps
Code language: bash
# Build verification
cargo check --release
cargo tauri build --target universal-apple-darwin
# Installation test
hdiutil verify meeting-minutes_0.0.1_universal.dmg
# Runtime checks
./src-tauri/target/release/meeting-minutes --validateDownload
- macOS (.dmg): Download v0.0.1.1(opens in new tab)
Full Changelog
Ready to try Meetily?
Join 76,000+ users who use Meetily for private meeting transcription. No bots, privacy first. Community Edition free.
No meeting bots
100% local transcription
Free & open source
Star on GitHub (9.9k+) · Open source & self-hostable