अवलोकन
मेरा 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।
टेक स्टैक
- Rust
- Tauri
- React
- SQLite
- OpenAI
- whisper-rs
- sherpa-onnx
Autonomous AI Testing Tool
DRCODE का मुख्य product — agents जो APIs और UIs खुद टेस्ट करते हैं। UI-testing toolkit मैंने शुरू से बनाया और API E2E हिस्से में bugs ठीक/सुधार किए।
← देखेंAstro + NestJS Monorepo Starter
एक reusable full-stack monorepo जो मैंने बनाया ताकि हर बार वही architecture दोबारा न जोड़ना पड़े — Astro, NestJS, tRPC और Prisma, एक command में सेटअप।
देखें →