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

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

PlatformDownloads
macOS (.dmg)82
Total Downloads82

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

  1. Download the dmg.zip file
  2. Extract the file
  3. Double-click meeting-minutes-frontend_0.1.0_aarch64.dmg
  4. Move the app to Applications folder
  5. Run:
    Code language: bash
    xattr -c /Applications/meeting-minutes-frontend.app
  6. 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.sh

Frontend:

Code language: bash
cd meeting-minutes-0.0.1.1/frontend
./clean_build.sh

Verification 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 --validate

Download

Full Changelog

View on GitHub(opens in new tab)

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
Download Free

Star on GitHub (9.9k+) · Open source & self-hostable