Back to browse
GitHub Repository

Linux native ASR, done the UNIX way, no dependencies beyond pure C++ and the standard Linux toolchain

142 starsC++

Zero deps C++ ASR binary for Linux (0MB idle RAM, no daemons, Unix way)

by rccyx·Jun 4, 2026·5 points·0 comments

AI Analysis

●●SolidCozyBig Brain

Toggle-based CLI that locks against double-fire — cleaner UX than running whisper.cpp directly.

Strengths
  • Lock-file pattern prevents parallel recorders from corrupting transcription state.
  • Zero Python or Node runtime — pure C++ binary with standard Linux dependencies only.
  • PipeWire-first audio capture with ALSA fallback handles modern and legacy Linux audio stacks.
Weaknesses
  • Linux-only with no macOS or Windows support despite whisper.cpp being cross-platform.
  • Still fundamentally wraps whisper.cpp — no novel inference optimizations or model improvements.
Category
Target Audience

Linux users wanting local voice transcription without background services

Similar To

whisper.cpp · MacWhisper · Tactical

Similar Projects

Security●●Solid

Minimal Linux sandboxes to manage AI-Generated Code with ease

Embedded Rust sandbox with seccomp and DNS rebinding protection, no VM required.

Big BrainSolve My ProblemShip It
bugthesystem
101mo ago