An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# **qSpeak** - Your Intelligent Voice Assistant

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![Made with Tauri](https://img.shields.io/badge/Made%20with-Tauri-FFC131?logo=tauri)](https://tauri.app)
[![GitHub Stars](https://img.shields.io/github/stars/qforge-dev/qspeak?style=social)](https://github.com/qforge-dev/qspeak)
[![Discord](https://img.shields.io/discord/1351556230446846044?color=7289da&label=Discord&logo=discord&logoColor=white)](https://discord.gg/fDR5JQdcjx)

![qSpeak Demo](public/sayit.gif)

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)