Skip to content

Releases: thehwang/Scripta

v3.1.0

08 May 16:06

Choose a tag to compare

Installation

File macOS Version Real-time Translation
Scripta-macos15.zip macOS 15+ Yes (Apple Translation)
Scripta-macos14.zip macOS 14+ No

One-line install:

curl -fsSL https://raw.githubusercontent.com/thehwang/Scripta/main/scripts/install.sh | bash

Auto-detects your macOS version, downloads the right zip, installs app + Ollama + AI model + Whisper speech model, and launches.

Or install manually:

Download the zip above, then unzip and bash install.sh.

What's new

  • whisper.cpp for microphone transcription (100% local, Metal-accelerated)
  • SFSpeechRecognizer for system audio (no more dual-task XPC conflicts)
  • Whisper model auto-download in install script and in-app prompt

Full Changelog: v3.0.0...v3.1.0

v3.0.0

08 May 15:18

Choose a tag to compare

Installation

File macOS Version Real-time Translation
Scripta-macos15.zip macOS 15+ Yes (Apple Translation)
Scripta-macos14.zip macOS 14+ No

One-line install:

curl -fsSL https://raw.githubusercontent.com/thehwang/Scripta/main/scripts/install.sh | bash

Auto-detects your macOS version, downloads the right zip, installs app + Ollama + AI model + Whisper speech model, and launches.

Or install manually:

Download the zip above, then unzip and bash install.sh.

What's new

  • whisper.cpp for microphone transcription (100% local, Metal-accelerated)
  • SFSpeechRecognizer for system audio (no more dual-task XPC conflicts)
  • Whisper model auto-download in install script and in-app prompt

Full Changelog: v2.0.4...v3.0.0

v2.0.4

08 May 00:28

Choose a tag to compare

Installation

File macOS Version Real-time Translation
Scripta-macos15.zip macOS 15+ Yes (Apple Translation)
Scripta-macos14.zip macOS 14+ No

One-line install:

curl -fsSL https://raw.githubusercontent.com/thehwang/Scripta/main/scripts/install.sh | bash

Auto-detects your macOS version, downloads the right zip, installs app + Ollama + AI model, and launches.

Or install manually:

Download the zip above, then unzip and bash install.sh.

Full Changelog: v2.0.3...v2.0.4

v2.0.3

07 May 23:44

Choose a tag to compare

Installation

File macOS Version Real-time Translation
Scripta-macos15.zip macOS 15+ Yes (Apple Translation)
Scripta-macos14.zip macOS 14+ No

One-line install:

curl -fsSL https://raw.githubusercontent.com/thehwang/Scripta/main/scripts/install.sh | bash

Auto-detects your macOS version, downloads the right zip, installs app + Ollama + AI model, and launches.

Or install manually:

Download the zip above, then unzip and bash install.sh.

Full Changelog: v2.0.2...v2.0.3

v2.0.2

06 May 19:28

Choose a tag to compare

Installation

File macOS Version Real-time Translation
Scripta-macos15.zip macOS 15+ Yes (Apple Translation)
Scripta-macos14.zip macOS 14+ No

Install (one command):

unzip Scripta-macos15.zip && bash install.sh

The install script handles everything: copy to /Applications, clear quarantine,
reset permissions, and launch the app. Grant Microphone + Screen Recording when prompted.

AI Summary (optional)

AI summaries now use Ollama (local LLM server). Install Ollama separately:

brew install ollama && ollama serve
ollama pull qwen2.5:3b

Or download from https://ollama.com. No data leaves your Mac.

Full Changelog: v2.0.1...v2.0.2

v2.0.1

03 May 16:10

Choose a tag to compare

Installation

File macOS Version Real-time Translation
Scripta-macos15.zip macOS 15+ Yes (Apple Translation)
Scripta-macos14.zip macOS 14+ No

Install (one command):

unzip Scripta-macos15.zip && bash install.sh

The install script handles everything: copy to /Applications, clear quarantine,
reset permissions, and launch the app. Grant Microphone + Screen Recording when prompted.

AI Summary (optional)

AI summaries now use Ollama (local LLM server). Install Ollama separately:

brew install ollama && ollama serve
ollama pull qwen2.5:3b

Or download from https://ollama.com. No data leaves your Mac.

Full Changelog: https://github.com/thehwang/Scripta/commits/v2.0.1