← All posts

Launch

Quendian is now on the Mac App Store

After months of building, privacy reviews, sandbox work, and release validation, Quendian has reached the Mac App Store.

Quendian is now available on the Mac App Store.

That sentence is much shorter than the work behind it. Getting here meant more than packaging a working application and uploading it. It required turning the original idea of meeting notes with user control into something that could survive sandboxing, permissions, purchasing, repeated upgrades, and an external review.

Building the product was only the first validation

The first versions of Quendian proved the basic workflow: capture the microphone and system audio, transcribe the conversation, identify speakers, generate a structured summary, and write the result to a Markdown file.

The harder question was whether that workflow remained trustworthy when it became a product other people could install.

That meant testing the moments around the main feature:

  • What happens when microphone access is denied?
  • Can system audio be captured without collecting screen images?
  • Does a user-selected export folder remain accessible after relaunch?
  • Are provider credentials stored securely?
  • Can someone use their own provider without creating a Quendian account?
  • Do subscription and account states recover correctly after network failures?
  • Can completed notes be opened without Quendian?

These are less visible than a transcript or summary, but they determine whether the application is dependable.

The sandbox made the ownership promise more concrete

Mac App Store applications operate inside a sandbox. Quendian cannot simply reach into any folder on the Mac. The user chooses an export location with the standard macOS folder picker, and Quendian remembers only the permission granted through that choice.

That added implementation work, but it sharpened the product boundary. Quendian should access the places a user deliberately selects and nothing more.

The same principle applies to recording. macOS classifies access to audio playing through the Mac under Screen Recording permission. Quendian uses that permission for system audio only. It does not capture screen images, video frames, window contents, keyboard input, or pointer activity.

Preparing for review required describing that behavior precisely and ensuring the application matched the description.

Review is a checkpoint, not the finish line

Apple’s approval is meaningful because it adds an independent review and a controlled distribution path. The application is signed, sandboxed, installed through a familiar storefront, and updated through Apple’s systems.

It is not a declaration that the product is finished. Software is never finished, and external review cannot replace testing, monitoring, or honest communication about how data is processed.

What approval does provide is another layer of validation: Quendian’s permissions, account flows, subscription experience, privacy disclosures, and core recording workflow were coherent enough to pass from a development environment into public distribution.

What is available at launch

The Mac App Store version includes the principles that motivated Quendian from the beginning:

  • record conversations from the Mac without adding a bot to the meeting;
  • work across Zoom, Google Meet, Microsoft Teams, and other meeting tools;
  • use Quendian Cloud or configure supported transcription and summarization providers;
  • use local model servers where compatible;
  • keep completed sessions locally; and
  • write portable Markdown notes to a folder selected by the user.

There is also a less visible benefit to launching this way: updates can now move through a repeatable build, validation, and review pipeline. That creates a better foundation for improving Quendian without weakening the privacy and portability decisions that made it worth building.

Thank you for getting it here

Every test recording, confusing permission prompt, rejected assumption, and last-minute edge case helped turn Quendian into a real product.

Reaching the App Store is the end of the initial validation journey and the beginning of the useful one: seeing how the app fits into actual meetings, actual projects, and actual workflows.

Quendian is available now on the Mac App Store. I am excited to keep making it better.