Releases: kumard3/scribe
Releases · kumard3/scribe
Release list
Scribe 1.2.0
macOS
- Hinglish that reads right: new Srota model (Qwen3-ASR 0.6B fine-tune, on-device GGUF) plus a proper Devanagari-to-Roman transliterator with real schwa deletion, so Hindi comes out as "ab isko badalne ke liye" instead of Devanagari or gibberish. Roman output is on by default, toggleable.
- Spoken commands: "next line", "new paragraph", "point one / two / three" for numbered lists, "bullet" for dashes, "scratch that" / "cancel the last line". Deterministic and instant, no model involved.
- Instant capture: offline models open the mic immediately and load in the background; the recording starts the moment you hit the hotkey.
- Bluetooth mic fixes: the mic is fully released after each use (no more degraded headphone audio), capture survives device switches, and a watchdog restarts a silently muted input.
- Lower memory: every engine (ASR, Srota, Gemma cleanup) unloads after 5 minutes idle.
- Simpler model list: name, size, and a quality tag. Language picker and GPU toggle in settings.
Unzip, move Scribe.app to Applications, grant Mic + Accessibility.
Android APK and Windows build: see v1.0.0-beta for now; updated builds coming.
Scribe 1.0.0 (beta)
Scribe: 100% on-device speech-to-text. Your voice is transcribed locally and never leaves your device. This is an early beta: the binaries build cleanly but are not yet fully device-tested, and the desktop apps are unsigned (you'll need to bypass the OS security prompt once). Feedback welcome.
📱 Android: Scribe-android-arm64.apk (arm64 phones)
- Copy to your phone and tap it; allow "install from unknown sources" if asked.
- Open Scribe → grant Microphone.
- Voice keyboard: Settings → Open keyboard settings → enable Scribe, then tap 🌐 in any app.
- Flow Bubble (float a mic over any app): Settings → Flow Bubble → allow "display over other apps" + enable Accessibility. The bubble appears when you tap into a text field.
🍎 macOS: Scribe-macOS.zip
- Unzip → drag
Scribe.appto Applications. - It's unsigned, so first launch: right-click → Open (or run
xattr -cr /Applications/Scribe.app). - Grant Microphone, Speech Recognition, Accessibility when prompted.
- Hold the Right ⌥ Option key to dictate (configurable in Dashboard).
🪟 Windows: Scribe-windows-x64.exe (Windows 10/11, x64)
- Run it. SmartScreen will warn (unsigned) → More info → Run anyway.
- Look for the tray icon; use the global hotkey to dictate.
⚠️ Cross-compiled and not yet run on real Windows; please report whether it launches.
Known limitations
- Not device-tested end-to-end; desktop builds unsigned (no notarization / code-signing yet).
- Android APK is arm64-only (most modern phones). No iOS build yet.