https://github.com/qforge-dev/qspeak
qSpeak is a powerful voice transcription and AI assistant tool that helps you manage your workflow, answer questions, and maintain focus across all your applications.
https://github.com/qforge-dev/qspeak
ai llm react rust tauri
Last synced: 5 months ago
JSON representation
qSpeak is a powerful voice transcription and AI assistant tool that helps you manage your workflow, answer questions, and maintain focus across all your applications.
- Host: GitHub
- URL: https://github.com/qforge-dev/qspeak
- Owner: qforge-dev
- License: mit
- Created: 2025-11-20T17:30:33.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-11-20T18:24:05.000Z (5 months ago)
- Last Synced: 2025-11-20T20:20:30.163Z (5 months ago)
- Topics: ai, llm, react, rust, tauri
- Language: TypeScript
- Homepage: https://qspeak.app
- Size: 7.41 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.json
- License: LICENSE
Awesome Lists containing this project
README
# **qSpeak** - Your Intelligent Voice Assistant
[](https://opensource.org/licenses/MIT)
[](https://tauri.app)
[](https://github.com/qforge-dev/qspeak)
[](https://discord.gg/fDR5JQdcjx)

Visit [qSpeak.app](https://qspeak.app) to download the latest version for free.
qSpeak is a powerful voice transcription and AI assistant tool that helps you manage your workflow, answer questions, and maintain focus across all your applications.
## ✨ Why qSpeak?
- **🔓 Fully Open Source**: Transparent, auditable code you can trust
- **🔒 Privacy First**: All processing happens locally on your device with local models
- **💻 Cross-Platform**: Native support for Linux, Windows, and macOS
- **🎯 Contextual AI**: Adaptive personas that adjust to your workflow
- **🔌 Extensible**: MCP server integration for custom workflows
## 🌟 Key Features
- **Real-time Voice Transcription**: Convert your speech to text instantly in any application
- **AI Assistant**: Get instant help and answers without switching contexts
- **Adaptive Personas**: Automatically adjust communication style based on context
- **Offline Processing**: Your voice data never leaves your device
- **Cross-Platform Support**: Works on Windows, macOS, and Ubuntu
- **Universal Compatibility**: Works with any application that accepts text input
- **MCP Integration**: Seamless integration with MCP Servers
## 🚀 How It Works
1. **Install & Setup**
- Download qSpeak for your platform
- Follow the simple setup wizard
- Runs in the background, ready to capture your voice
2. **Activate with Hotkey**
- Press your custom hotkey combination (default: F6)
- A subtle indicator shows when qSpeak is listening
3. **Speak Naturally**
- Speak in your natural voice
- Watch as qSpeak converts speech to text in real-time
## 💼 Use Cases
- Professional networking (LinkedIn posts)
- Team communication (Slack, Email)
- Document creation
- Code documentation
- Social media management
- Task management
## 🔒 Privacy & Security
- All voice processing happens offline
- Your voice data never leaves your device
- No cloud processing required
- Complete privacy protection
## 🛠️ System Requirements
- Windows 11
- macOS 10.15+
- Ubuntu 22.04+
## 🏗️ Building from Source
### Prerequisites
- [Node.js](https://nodejs.org/) (v18 or later)
- [pnpm](https://pnpm.io/) - `npm install -g pnpm`
- [Rust](https://rustup.rs/) (latest stable)
### Build Steps
```bash
# Clone the repository
git clone https://github.com/qforge-dev/qspeak.git
cd qspeak
# Install dependencies
pnpm install
# Run in development mode
pnpm tauri dev
# Build for production
pnpm tauri build
```
The compiled application will be in `src-tauri/target/release/`.
## 📥 Download
Visit our website to download qSpeak for your platform:
- [Download for Windows](https://qspeak.app/download)
- [Download for macOS](https://qspeak.app/download)
- [Download for Linux](https://qspeak.app/download)
## 🤝 Support
If you find qSpeak useful, please consider:
- ⭐ **Starring this repository** - It helps others discover the project
- 🐦 **Sharing on social media** - Spread the word
- 🐛 **Reporting bugs** - Help us improve
- 💡 **Suggesting features** - Share your ideas
- 🤝 **Contributing code** - Join the development
## 📄 License
qSpeak is open-source software licensed under the [MIT License](LICENSE).
Copyright (c) 2025 qSpeak Contributors
## 🔗 Links
- [Privacy Policy](https://qspeak.app/privacy-policy)
- [Terms of Service](https://qspeak.app/terms)
- [Contact Us](https://discord.com/invite/7M66v8rrQT)