Next Features Roadmap

Snapshot date: March 4, 2026. This page mirrors the PRD status review: shipped items are marked complete, pending items are explicit, and upcoming milestones are scoped.

Completed and usable now.

Completed

Onboarding Flow

First-run setup with proactive permission checks, Whisper setup, Ollama setup, skip-AI path, and overlay guidance.

  • macOS permission cards with live status
  • Whisper model download in-flow
  • Ollama install/start/check + model pull
Completed

Core Recording + Transcription

Mic + system audio recording, pause/resume, local WAV files, and Whisper transcription pipeline.

  • Background transcription after stop
  • Whisper model management in settings
  • Re-transcribe from meeting detail
Completed

AI Summaries + Overlay

AI summaries via Ollama/OpenAI/Anthropic plus floating overlay controls for recording outside the main window.

  • Model presets including Qwen 3.5 option
  • Transcription-only mode supported
  • Main/overlay recording state sync

High-impact PRD gaps.

Not Completed

Search, Filters, Export

Library browsing exists, but search/filter/export workflows are still missing from UI and commands.

  • FTS-backed meeting search UI
  • Date range filters
  • Markdown/PDF/clipboard export
Not Completed

Language + Platform Completion

The app is currently English-first and macOS-tuned; i18n and broader platform validation remain.

  • Full UI i18n framework (en + pt-BR)
  • System language detection and switching
  • Windows/Linux validation matrix
Not Completed

Operational Integrations

Requested automation and developer workflow integrations are planned but not implemented.

  • Git integration for audio/transcripts/notes
  • Hardware-aware model recommendation
  • Guaranteed audio-file deletion on meeting delete

Feature-by-feature status.

Feature Area Status Current Reality Next Milestone
Audio Recording Completed Mic + system capture, pause/resume, overlay control Cross-platform validation hardening
Transcription Partially Completed Local Whisper path is live Cloud transcription fallback
AI Meeting Notes Completed Ollama + OpenAI + Anthropic summaries Model recommendation logic
Meeting Library Partially Completed Browse/detail/audio playback/re-transcribe Search and filters
Export Not Completed No export actions yet Markdown, PDF, clipboard
i18n Not Completed English-first interface pt-BR UI + runtime language switch
Git Integration Not Completed No repo sync workflow yet Commit/push artifacts from app

Git Integration Proposal

Planned workflow: connect a repository and push audio, transcripts, and AI notes with conventional commit messages.

Designing

Repository Setup

  • Choose local folder or clone URL
  • Branch and commit strategy controls
  • Per-artifact include/exclude rules
Designing

Artifact Pipeline

  • Organize audio/transcript/notes file layout
  • Commit per meeting or batch per day
  • Redaction and privacy confirmation gate
Designing

Push Automation

  • Background push with conflict handling
  • Auth via existing git credentials
  • Audit log in app UI