Release Highlights

Latest

March 25, 2026

Audio import & retranscription, custom summary templates, redesigned meeting view, and local AI on 8 GB RAM

+Import audio/video files in 10 formats+6 built-in templates + create your own+Redesigned meeting view with tabbed UI+Local AI runs on 8 GB RAM (down from 16 GB)+FFmpeg bundled - no manual install needed+4B+ model loading fixed

What's New in Pro 1.5.0

This is the biggest Pro feature release since 1.1.1. It ships the two most requested capabilities from user feedback - audio file import and custom summary templates - alongside a complete UI redesign and a new default AI model that runs on half the RAM.

158 files changed, 15 PRs merged, ~126 non-merge commits. 13 days of development.


Import & Retranscribe

Drag-and-drop any audio or video file to transcribe it, or retranscribe a past meeting with a different model. Available in both Community and Pro editions.

  • 10 supported formats - MP4, M4A, WAV, MP3, FLAC, OGG, AAC, MKV, WebM, WMA
  • Drag-and-drop - Drop a file onto the app to start a new transcription
  • Retranscribe existing meetings - Recorded with the wrong model? Re-run transcription with a different provider (export your original first via Share)
  • Parallel processing - Chunked resampling via Rayon for faster import of large files
  • Smart decoding - Symphonia decoder with FFmpeg fallback for maximum format compatibility

This was F-6 in our prioritization doc - ranked HIGH as a recovery mechanism for users who experienced transcript issues. It also unlocks the use case of transcribing pre-recorded meetings, lectures, and interviews.

Read more: Audio Import guide | Retranscription guide


Custom Summary Templates

Shape your summaries the way you work. Pick from 6 built-in templates or create your own.

Built-In Templates

TemplateBest for
Standard MeetingGeneral meetings with agenda, decisions, and action items
Daily StandupQuick status updates - yesterday, today, blockers
Project SyncCross-team alignment with milestones and dependencies
RetrospectiveSprint retros - what went well, what to improve
Psychiatric SessionClinical documentation with session notes structure
Sales / Marketing CallPipeline updates, objections, next steps

Create Your Own

  • Section-level editor - Add, remove, and reorder sections with live markdown preview
  • Template CRUD - Create, edit, duplicate, delete, and export templates
  • Per-template icons - Pick an icon to identify your templates at a glance
  • Table format support - Templates can output summary sections as tables

This was F-10 in our prioritization doc - ranked HIGH for summary customization. Combined with F-11 (key action items), templates give you full control over what your AI summary captures.

Read more: Summary Templates guide


Redesigned Meeting View

The meeting details page has been rebuilt from the ground up.

  • Tabbed interface - AI Summary, Transcript, and Preferences live in clean tabs instead of a cluttered two-panel layout
  • Floating ActionController - Post-stop processing controls float above the content for quick access to summarize, retranscribe, and export
  • In-page provider configuration - Change your summary provider without navigating away from the meeting
  • Atomic component system - New atoms/molecules/organisms architecture for consistent UI across the app

Read more: Meeting Details guide | Provider Configuration guide


Smarter Local AI

Qwen 3.5 replaces Gemma as the default built-in summary model. It runs on half the RAM with better output quality.

ChangeBefore (1.1.1)After (1.5.0)
Default modelGemmaQwen 3.5
Minimum RAM for 4B model16 GB8 GB
Built-in catalogMultiple models3 focused models (qwen3.5:2b, qwen3.5:4b, gemma3:4b)
Model hostingHuggingFace onlyS3 primary + HuggingFace fallback
SamplingGeneric presetsBenchmark-backed per-model presets
  • Lower barrier to entry - Users with 8 GB RAM can now run the 4B parameter model, previously requiring 16 GB
  • Deterministic summaries - Greedy sampling params (temperature: 0, top_k: 1) for consistent output with Ollama
  • Trimmed catalog - Removed unsupported models that caused confusion. If your saved model selection is no longer supported, the app blocks it with a clear message

FFmpeg Bundled

FFmpeg is now bundled as a sidecar binary. No more asking users to install it manually.

  • Build-time bundling - Platform-specific FFmpeg binary downloaded during cargo build
  • 3-tier detection - Bundled binary first, then dev path, then runtime fallback
  • CI caching - GitHub Actions cache for faster builds
  • Hidden console - No more CMD window flash on Windows during media import

This directly eliminates a first-time setup friction point that blocked audio import and playback on machines without FFmpeg installed.


Bug Fixes

FixImpact
4B+ model loading (gguf_init_from_file_impl: failed to read magic)Critical - models over 4B params wouldn't load
Iframe model chooser fallback with 8s timeoutHigh - offline users got stuck on model selection
Ollama cloud model parsing (modelfile field)Medium - cloud-hosted Ollama instances failed
Thinking/reasoning token suppressionMedium - Ollama models wasted tokens on chain-of-thought
whisperModel: null serde crash in settingsMedium - corrupt settings could crash the app
FFmpeg console window on WindowsLow - cosmetic but distracting

Technical Details

ComponentChange
Version1.1.1 → 1.5.0
Development period13 days (Mar 12 - Mar 24)
PRs merged15
Files changed158
Lines added16,559
Lines removed2,074
New Rust modules4 (import.rs, retranscription.rs, decoder.rs, common.rs)
Built-in templates6
Supported import formats10
Default summary modelQwen 3.5
Minimum RAM (4B model)8 GB (was 16 GB)
New tests13
Contributors3

Prioritization Mapping

This release addresses several items from our user feedback prioritization(opens in new tab):

Priority ItemStatus
F-6: Import Audio and Transcribe (HIGH)Shipped
F-10: Templates (HIGH)Shipped
F-11: Key Action Items (MEDIUM)Shipped (via template sections)
B-2: Llama Helper / Sidecar Crashes (HIGH)Fixed (llama-cpp-rs upgrade)

All Feature Guides


Upgrade

Seamless upgrade from v1.1.1. All existing settings, recordings, and models are preserved. New features activate automatically.

The app will prompt you to update via the in-app update dialog. Click "Update Now" to install.

Download

Ready to try Meetily?

Join 88,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 (10k+) · Open source & self-hostable