Key Features β’ Architecture β’ Upcoming Roadmap β’ Getting Started β’ Contributing
Provenance: Menie is an experimental derivative of Meetily by Zackriya Solutions. The upstream MIT copyright is preserved. See ATTRIBUTION.md before citing or contributing to this repository.
Menie is an open-source, ultra-private, 100% local-first AI meeting assistant and audio intelligence desktop app. Built with Tauri v2, Next.js, Rust, and native hardware-accelerated speech engines (Whisper & Parakeet), Menie captures, transcribes, speaker-diarizes, and summarizes your meetings entirely on your device.
No audio or transcript data ever leaves your computer. No cloud subscription fees, no mandatory API keys, and zero telemetry tracking.
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β MENIE 100% LOCAL AI PIPELINE β
ββββββββββββββββββββ¬ββββββββββββββββββββββββ¬ββββββββββββββββββββ¬βββββββββββββββββββ€
β 1. Audio Input β 2. Transcription β 3. Diarization β 4. Intelligence β
ββββββββββββββββββββΌββββββββββββββββββββββββΌββββββββββββββββββββΌβββββββββββββββββββ€
β β’ Mic / WebCam β β’ NVIDIA Parakeet TDT β β’ Neural Speaker β β’ Local LLM β
β β’ System Audio β β’ Whisper ONNX β Embeddings β Summarization β
β β’ File Imports β β’ GPU Accelerated β β’ Auto-Clustering β β’ SQLite FTS5 β
ββββββββββββββββββββ΄ββββββββββββββββββββββββ΄ββββββββββββββββββββ΄βββββββββββββββββββ
- Zero Cloud Dependence: Transcriptions and AI summaries run 100% locally on your CPU/GPU.
- Air-Gapped Operation: Use Menie in confidential environments without internet connectivity.
- SQLite Database with Encryption: Your transcripts stay securely on your local file system.
- Dual Channel Capture: Capture microphone input and system audio simultaneously.
- Multi-Format Import: Import existing audio files (
.mp3,.wav,.m4a,.flac,.ogg,.webm). - Parakeet & Whisper ONNX Engines: Sub-second fast transcription using NVIDIA Parakeet TDT or Whisper models.
- Apple Silicon Metal: Native Metal GPU and CoreML acceleration for macOS.
- NVIDIA CUDA & Vulkan: High-throughput GPU offloading on Windows and Linux.
- OpenBLAS CPU Fallback: Optimized multi-threaded execution for standard CPUs.
- llama-helper & Ollama Integration: Generate action items, meeting minutes, decision logs, and key takeaways using local GGUF models (LLaMA 3, Qwen, Mistral, Gemma).
- Custom Summarization Templates: Tailor summary structures for 1-on-1s, engineering standups, executive syncs, or sales calls.
- Speaker Attribution: Track distinct speakers during real-time meetings or imported recordings.
- Custom Speaker Profiles: Assign names, roles, and colors to meeting participants.
- Full-Text SQLite FTS5 Search: Instant full-text search across thousands of hours of historical meeting transcripts.
- Rich Export Options: Export meeting minutes to Markdown, PDF, JSON, or send payload webhooks to custom local endpoints.
ββββββββββββββββββββββββββββββββββββββββββ
β Menie Frontend β
β Next.js 14 + React + Tailwind β
βββββββββββββββββββββ¬βββββββββββββββββββββ
β IPC (Tauri Bridge)
βββββββββββββββββββββΌβββββββββββββββββββββ
β Tauri Rust Core β
β CPAL Audio Engine + SQLite FTS5 Store β
βββββββββββ¬βββββββββββββββββββββββ¬ββββββββ
β β
βββββββββββββββββββββββΌβββββββ ββββββββΌββββββββββββββββββββββ
β Whisper / Parakeet RS β β llama-helper Engine β
β (Metal / CUDA / Vulkan GPU)β β (Local GGUF LLM Execution) β
ββββββββββββββββββββββββββββββ ββββββββββββββββββββββββββββββ
Here are the upcoming features planned for Menie's future releases:
- π― Real-Time Acoustic Speaker Separation: Live acoustic embedding extraction to automatically differentiate multi-speaker conversations without prior training.
- π Local Vector RAG Knowledge Base: Semantic vector search across your entire historical meeting archive to ask questions across months of meeting history offline.
- π± Mobile Companion Local Handoff: Seamless peer-to-peer Wi-Fi transfer from mobile voice memos to your desktop workstation.
- β‘ Automated Local Action Pipelines: Direct integration with local note-taking apps like Obsidian, Logseq, and Notion Local.
- π Offline Live Streaming Translation: Real-time cross-lingual translation stream during live international conference calls.
Download the latest pre-compiled desktop binary for your operating system from Releases.
- Download
Menie-aarch64.dmg(Apple Silicon) orMenie-x64.dmg(Intel). - Drag
Menie.appinto your Applications folder.
- Download
Menie-x64-setup.exe. - Run the installer and launch Menie.
- Node.js (v18+)
- pnpm (
npm install -g pnpm) - Rust (1.77+)
# Clone the repository
git clone https://github.com/0xSuleman/Menie.git
cd Menie/frontend
# Install frontend dependencies
pnpm install
# Run desktop dev environment
pnpm tauri:devTo build a standalone production release:
pnpm tauri:buildMenie is open-source software licensed under the MIT License.