Releases: thehwang/Scripta
v3.1.0
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 | bashAuto-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
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 | bashAuto-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
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 | bashAuto-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
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 | bashAuto-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
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.shThe 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:3bOr download from https://ollama.com. No data leaves your Mac.
Full Changelog: v2.0.1...v2.0.2
v2.0.1
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.shThe 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:3bOr download from https://ollama.com. No data leaves your Mac.
Full Changelog: https://github.com/thehwang/Scripta/commits/v2.0.1