Discover and explore top open-source AI tools and projects—updated daily.
josiahsrcVoice-powered productivity workspace
Top 81.8% on SourcePulse
Summary
Voquill provides an open-source, cross-platform speech-to-text workspace enabling users to dictate into any desktop application, aiming for 4x typing speed. It addresses input speed limitations via seamless voice dictation, AI transcript cleanup, and a synchronized personal glossary, targeting power users and developers.
How It Works
The project uses a Turborepo monorepo with a Tauri desktop app (React/Zustand) and Rust API layer for native functions. Users choose between local Whisper STT (CPU/GPU) or Groq's hosted Whisper via API key. An AI pipeline (@repo/voice-ai) automatically refines transcripts. A personal glossary ensures term accuracy. Firebase Functions handle auth and billing.
Quick Start & Requirements
npm install after cloning.npm run build for full build. Desktop app via platform scripts (e.g., npm run dev:linux:gpu). Marketing site: npm run dev --workspace apps/web.Highlighted Details
Maintenance & Community
Uses Turborepo for monorepo management; CI/CD workflows defined. Community via Discord: https://discord.gg/5jXkDvdVdt.
Licensing & Compatibility
Licensed under AGPLv3. Strong copyleft requires derivative works to be AGPLv3-licensed, potentially restricting integration into closed-source commercial products.
Limitations & Caveats
Setup involves complex toolchain installs (Node.js, Rust, Tauri) and platform dependencies; Windows GPU builds require Vulkan SDK. AGPLv3 license requires careful evaluation for commercial adoption.
18 hours ago
Inactive
Beingpax