Quill ships crash-resilient local meeting recording
Quill is an open-source macOS app designed for private, crash-resilient local meeting recording and transcription. Using Core Audio Format (CAF) containers and a filesystem job queue, it preserves raw audio during crashes and automatically recovers interrupted transcription tasks upon restart.
Prioritizing recording resilience over UI gimmickry addresses the primary failure mode of local AI note-takers: corrupted or lost audio caused by sudden app or OS crashes.
- –CAF audio container integration prevents file corruption by eliminating the requirement for clean header finalization when recording terminates.
- –A filesystem-backed job queue automatically recovers and resumes interrupted transcription tasks upon app restart.
- –The built-in doctor CLI command enables proactive model management and pre-downloads to avoid mid-call delays.
DISCOVERED
1h ago
2026-07-31
PUBLISHED
1h ago
2026-07-31
RELEVANCE
AUTHOR
Github Awesome