Skip to content

Releases: autogame-17/scribe-studio

v0.4.3

22 May 12:15

Choose a tag to compare

First-time install notes

macOS may refuse to open the app because we ship unsigned
(no Apple Developer ID yet). To remove the quarantine flag:

xattr -dr com.apple.quarantine /Applications/Scribe.app

Pick the DMG that matches your Mac:

  • darwin-arm64: Apple Silicon (M1 / M2 / M3 / M4)
  • darwin-amd64: Intel
  • windows-amd64: Windows 10/11 (x64)

Whisper models are downloaded on first run from
Settings, 转写 tab. Start with base (148 MB).

Full Changelog: v0.4.2...v0.4.3

Full Changelog: v0.4.2...v0.4.3

v0.4.2

15 May 01:39

Choose a tag to compare

v0.4.2: cert UX + Settings tabs + first-time Windows release

Highlights

  • Dashboard: one-click 安装 / 卸载 of the bundled SunnyNet CA into the
    system trust store. macOS uses the standard SecurityAgent prompt for
    admin auth; Windows uses certmgr.
  • Settings: 代理 + 下载 tabs are now real — host / port / download
    directory all editable, persisted to config.yaml.
  • Whisper Settings: ggml q5_0 quantized variants
    (medium-q5_0 ~540 MB / large-v3-q5_0 ~1.1 GB) selectable alongside
    the FP16 baselines, with a "quantized" badge so the variants are
    obvious.

Platforms

  • darwin-arm64 (Apple Silicon): scribe-v0.4.2-darwin-arm64.dmg
  • windows-amd64 (Windows 10/11 x64): scribe-v0.4.2-windows-amd64.zip

Intel mac users: GitHub's macos-13 runner pool is currently saturated
and the amd64 build job sat queued for 19+ hours across all attempts.
Until that resolves (or we move darwin-amd64 to cross-compilation in
v0.5+), please run the darwin-arm64 build via Rosetta 2 — Apple's
own translation layer handles it transparently.

Apple notarization

Still pending — no Developer ID yet. macOS users still need to clear
the quarantine flag after dragging into Applications:

xattr -dr com.apple.quarantine /Applications/Scribe.app

Hotfix history

v0.4.0 → v0.4.1 → v0.4.2 represent three CI hotfix iterations to
get Windows building cleanly:

  • v0.4.0: Windows job died parsing "$binDir:" in fetch-bins.ps1
    (PowerShell drive-variable ambiguity). darwin-arm64 published.
  • v0.4.1: Windows got past whisper.cpp cmake + ffmpeg + yt-dlp +
    wails build, then died expecting scribe-studio.exe instead of
    scribe.exe (wails.json's outputfilename, not name).
  • v0.4.2: Windows pipeline clean. Both arm64 DMG and Windows ZIP
    publish on first try.

Use v0.4.2; v0.4.0 / v0.4.1 are kept on the tag list as historical
breadcrumbs but are not recommended for download.

v0.3.0

14 May 12:42

Choose a tag to compare

First-time install notes

macOS may refuse to open the app because we ship unsigned
(no Apple Developer ID yet). To remove the quarantine flag:

xattr -dr com.apple.quarantine /Applications/Scribe.app

Whisper models are downloaded on first run from
Settings → 转写. Start with base (148 MB).

Full Changelog: v0.2e...v0.3.0

v0.2e — fixes & brand polish

14 May 10:58

Choose a tag to compare

Fixes

  • Transcribe pipeline: sphkit was parsing meta.req.labels / meta.res / meta.opts at the wrong JSON depth, so Title / Path / Filename / Size all came back empty. That broke transcribe (empty VideoPathstat : no such file) and the Downloads page (0 B, no title). Parser fixed; existing failed jobs auto-heal on the next scan tick.
  • Downloads page works without the proxy: persisted tasks are now read directly from gopeed.db (bbolt, read-only) when the MITM proxy is stopped, so the history list stays visible regardless of proxy state. APIClient.Stop now releases the bolt lock instead of merely pausing.
  • Retry: now always re-hydrates VideoPath / Title from sphkit before queuing, so retrying records persisted by the old parser actually picks up the correct path instead of replaying the same failure.

Brand

  • New app icon: violet → fuchsia → pink squircle with the AudioLines glyph, replacing the default Wails W. Reproducible regeneration via scripts/genicon (go run ./scripts/genicon).

Install

Download Scribe-v0.2e-darwin-arm64.zip, unzip, move scribe-studio.app to /Applications (or wherever), open. Apple silicon only.

Built from commit 0988a2e.

v0.2.0-rc1

12 May 17:42

Choose a tag to compare

First-time install notes

macOS may refuse to open the app because we ship unsigned
(no Apple Developer ID yet). To remove the quarantine flag:

xattr -dr com.apple.quarantine /Applications/Scribe.app

Whisper models are downloaded on first run from
Settings → 转写. Start with base (148 MB).

Full Changelog: https://github.com/autogame-17/scribe-studio/commits/v0.2.0-rc1