Releases: XavierChuu/EasyScript
Releases · XavierChuu/EasyScript
EasyScript v1.0.0
EasyScript v1.0.0 — macOS Release
Standalone desktop transcription & translation app powered by Whisper AI.
Platform
- macOS (Apple Silicon M1/M2/M3/M4) — Metal GPU accelerated
- Requires macOS 13.0+ (Ventura or later)
- FFmpeg required (
brew install ffmpeg)
Features
- Editor Mode — Load audio/video files, detect silence, transcribe with Whisper, identify speakers, translate to 30+ languages, export to XML/SRT
- Live Mode — Real-time microphone transcription with sentence-level splitting and live translation
- System Audio — Capture browser tab audio (auto-opens in browser when needed)
- GPU Acceleration — MLX backend with Metal GPU for fast inference on Apple Silicon
- Speaker Diarization — Identify who speaks when using pyannote-audio (requires HuggingFace token)
- Translation — Ollama (local, free) or Claude API (cloud)
Models
| Model | Size | Best for |
|---|---|---|
| Turbo | ~800MB | Vietnamese (recommended) |
| Large V3 | ~3GB | Best overall quality |
| Small | ~460MB | Balance of speed & quality |
| Tiny | ~75MB | Fastest, basic quality |
Installation
- Download
EasyScript-v1.0.0-macOS.zip - Unzip and drag
EasyScript.appto Applications - Right-click → Open (first launch, to bypass Gatekeeper)
- Install FFmpeg if not already:
brew install ffmpeg
Note
Models are downloaded automatically on first use from HuggingFace.