You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release improves settings and overlay reliability for macOS 26+ on Apple Silicon.
47
+
This release improves Apple SpeechAnalyzer transcription reliability for macOS 26+ on Apple Silicon.
48
48
49
-
- Settings now opens reliably in front as the active window
50
-
- Start requests system audio permission before model preflight and repairs incompatible saved input settings
51
-
- The overlay starts unlocked on a clean first launch while preserving saved choices
52
-
- Overlay settings include a live preview
53
-
- Improved localized UI copy and memory-pressure handling
54
-
- Added automated verification that the main app opens no network sockets
49
+
- Apple Speech is limited to English, Chinese, Japanese, and Korean, including both Simplified and Traditional Chinese
50
+
- Stopping capture now finalizes the latest volatile SpeechAnalyzer result instead of discarding the final words
51
+
- SpeechAnalyzer input preserves captured-audio timestamps through format conversion
52
+
- Settings activation now retries until the window is visible and active
53
+
- Added automated checks for supported languages and audio timestamps, plus manual stop-finalization QA
55
54
56
55
This asset is ad-hoc signed because no Developer ID certificate is available in the release environment. See the README installation note if macOS quarantine blocks first launch.
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ OST is a menu bar app for macOS 26+ that transcribes system audio and shows on-d
7
7
## Highlights
8
8
9
9
- Apple Speech and Apple Translation are the default on-device providers.
10
+
- Apple Speech supports English, Chinese (Simplified and Traditional), Japanese, and Korean when the corresponding system locale is available.
10
11
- Optional Qwen3 ASR and translation models run locally with MLX.
11
12
- Confirmed transcript and translation history stay visible while two separate lines are reserved for the current preview.
12
13
- Each transcript and translation area supports 2–10 confirmed lines; the window resizes when this value changes.
@@ -27,9 +28,9 @@ Internet access is used only when the user chooses to download an MLX model. The
27
28
- macOS 26.0 or later
28
29
- Apple Silicon
29
30
30
-
## Install 0.2.1
31
+
## Install 0.2.2
31
32
32
-
Download `OST-0.2.1-macos-arm64.zip` from the [v0.2.1 release](https://github.com/9bow/OST/releases/tag/v0.2.1), extract it, and move `OST.app` to Applications.
33
+
Download `OST-0.2.2-macos-arm64.zip` from the [v0.2.2 release](https://github.com/9bow/OST/releases/tag/v0.2.2), extract it, and move `OST.app` to Applications.
33
34
34
35
The current binary is ad-hoc signed because a Developer ID certificate was not available in the release environment. If macOS quarantine reports that the app cannot be verified or is damaged, remove the quarantine attribute after confirming that you downloaded it from this repository:
0 commit comments