whisper-macos-cli 0.1.0

Transcribe audio files locally on Apple Silicon via whisper.cpp with Metal GPU acceleration, exposing a strict stdin/stdout JSON contract for AI agents and Unix pipelines.
Documentation
1
2
3
4
5
6
use std::process::ExitCode;

fn main() -> ExitCode {
    human_panic::setup_panic!();
    whisper_macos_cli::run()
}