V 0.9.0

Local Voice OS.

A context-aware agent for your Mac. Local, fast, and extensible.

$ gibberish --status
[INFO] Audio Bus: Active (Zero-Copy Arc<[f32]>)
[INFO] Latency: 45ms | RTF: 0.12
[INFO] Model: Sherpa Zipformer (Streaming)
[INFO] Context: Dev Mode (VS Code Active)
[INFO] Tools: [git_voice, file_finder] loaded
[SUCCESS] Listening...

$ _

// Core Features

01. Zero Latency

Words appear char-by-char as you speak. Powered by a Rust-native audio bus that bypasses the JS bridge entirely.

02. 100% Private

Runs offline. No API keys, no servers, no telemetry. Your voice data is processed in RAM and dropped.

03. Smart Turn

Semantic endpoint detection. It knows when you've finished a sentence using neural analysis, not just silence detection.

04. Hybrid Engine

Choose your trade-off. Sherpa for instant feedback, Parakeet/Whisper for high-accuracy batch processing.

05. Agent Skills

Extensible via Markdown. Drop a SKILL.md file to add new tools (Bash, Python) without recompiling.

06. Context Engine

It knows what you're doing. Coding? Git tools enabled. Meeting? Transcription tools enabled.

// The Pipeline

A high-performance modular monolith. Separation of concerns between domain logic and application glue.

Microphone cpal / CoreAudio
Recorder Native Plugin
Audio Bus Arc<[f32]>
Context Engine AppleScript
Inference Sherpa ONNX