App dashboard

Last updated 4 min read

The evoglyph app dashboard is a SwiftUI window that opens from the menu bar icon. It is the control centre for everything you might want to customise: your transcription history, app settings, vocabulary entries, and the AI cleanup prompt. This article walks through each section.

In-app dashboard vs account portal

This page describes the in-app dashboard (the SwiftUI window launched from the menu bar). The web-based account portal at evoglyph.com/dashboard is a separate thing — it handles license activation and billing.

Opening the dashboard

Click the evoglyph icon in the macOS menu bar and open the dashboard from the menu.

The dashboard window is a standard macOS SwiftUI window — you can move, resize, and minimise it like any other app window.

History

The History section shows a chronological list of every transcription evoglyph has produced. Each entry includes the transcribed (and cleaned, if cleanup was on) text and a timestamp.

Entries can be deleted individually. History is stored in a local SQLite database — see Transcription history for details on the database location and how to delete entries in bulk.

Settings

The Settings section is where you configure:

All settings are saved immediately and take effect on the next dictation. They are persisted in ~/Library/Application Support/evoglyph/.

Vocabulary

The Vocabulary section lets you add custom words — names, acronyms, project identifiers, and domain jargon — that evoglyph boosts during transcription via CTC rescoring. Words added here are more likely to be transcribed correctly when spoken, even if they are uncommon or ambiguous.

Add an entry by typing the word and pressing Return. Delete entries individually by selecting them and pressing Delete. Changes take effect on the next dictation.

For a full explanation of how vocabulary boosting works, see Custom vocabulary.

Prompt

The Prompt section shows the system prompt sent to Qwen3 during the AI cleanup pass. You can read and edit the prompt directly in the text area. Changes are saved immediately and used from the next dictation onward.

The default prompt targets punctuation, casing, and filler removal. Custom prompts can narrow the scope (punctuation only), change the style (formal vs casual), or target specific use cases (code identifiers, structured data).

For prompt ideas and examples, see AI cleanup.

Was this helpful?