स्टैक
केस स्टडी
Beta
KEA (पहले VOX)
Rust + Tauri में एक local-first AI desktop tool — hotkey से text rewrite, local या hosted model से dictation, और meeting notes। एक Swift app से फिर से बनाया।
संदर्भ
टैग्स
अवलोकन
मेरा personal AI desktop tool, native-Swift VOX से Rust + Tauri app में फिर से बनाया ताकि यह एक platform तक सीमित न रहे और engine layer सचमुच pluggable हो। यह आज macOS पर चलता है; Windows/Linux builds compile और CI-tested हैं पर उनका runtime अभी पूरा नहीं।
इसने मेरे लिए कई paid subscriptions की जगह ले ली — speech-to-text, LLM text cleanup और meeting notes — एक ही जगह, सब कुछ locally चलाने के विकल्प के साथ।
फ़ीचर्स
Features
- hotkey पर चुने हुए text को rewrite।
- Dictation: रुकने पर transcribe, LLM cleanup, cursor पर paste।
- Meeting notes: mic + system audio record, फिर LLM summary जिससे chat कर सकते हैं।
Design
- 6-crate Rust workspace; pluggable LLM/STT/TTS engines (OpenAI या local whisper-rs/sherpa-onnx)।
- 63 Tauri commands; macOS Accessibility, ScreenCaptureKit और Keychain integration।