This release turns on Oris Pro: note templates and structured, quote-grounded notes, unlocked by typing your email into the app and clicking the confirmation that lands in your inbox. Free while Oris is in beta. And Oris moves into the menu bar: start a recording, or a template, from the icon or a hotkey.
Oris 0.7 ships a record strip in the app, a Markdown-folder destination for non-Obsidian setups, and a receipted delivery core that surfaces stalled notes instead of losing them.
Quick Note is a global hotkey that captures a spoken note from anywhere on your Mac, transcribes it on-device, and lands it in your in-app inbox or straight into a vault note. No window to open. No meeting required.
The Recordings tab now shows your full history: what landed where, whether the summary succeeded, and what you can still do about it. The completion notification learned the same numbers.
Oris runs on-device meeting transcription and writes a structured summary, decisions callout, and full transcript into your Markdown vault after each call.
A new card in the app shows how you've used Oris — including the one stat only a two-track recorder can tell you: how much of the conversation was you.
We replaced Oris's ~1.2GB Python stack with a single 67MB native binary. Transcription and summaries both run on-device through Apple's frameworks, your meeting audio still never leaves your Mac, the transcripts came out cleaner — and as a bonus the engine now runs on roughly twelve more macOS versions than before.
We rewrote Oris's transcription and summarization engine from Python to Swift one module at a time — built with Anthropic's Claude Opus 4.8 through Claude Code and dynamic multi-agent workflows, with the old pipeline kept as a byte-for-byte reference and a separate frontier model reviewing every PR. Here is what that actually looked like, including the bug that survived a green test suite, a code review, and an integration test.