AICHE is a voice-to-text tool for Linux that works in any application. Press one hotkey, speak naturally, and get clean, polished text pasted directly where your cursor is - in your terminal, editor, browser, chat app, or anything else that accepts text input.
Works with 100+ applications including Cursor, VS Code, Slack, Discord, Gmail, Notion, GitHub, Linear, ChatGPT, and Claude. If you can type into it, you can dictate into it.
Universal hotkey. One key works in every app, system-wide. No copy-paste workflow, no per-app configuration. Press, speak, release - text appears where you're typing.
Voice Code mode. Hands-free dictation for developers with neural voice activity detection. Voice commands for navigating Cursor and VS Code numbered suggestions, dictating code comments, and controlling your editor without touching the keyboard.
Sub-3-second transcription. 15 minutes of audio processed in about 3 seconds on average. Long recordings don't mean long waits.
AI cleanup, not raw transcription. Filler words removed automatically. Grammar corrected. Punctuation added. The output is text you'd actually send, not a raw speech dump you have to clean up afterwards.
Personal Dictionary. Teach the AI your names, acronyms, codebase terms, and domain jargon once - it remembers them across every device and every transcription.
Cross-device sync. Start dictating on Linux, continue on your phone, review on your tablet. Same account, same history, same dictionary everywhere. Desktop clients for Linux, Mac, and Windows. Mobile apps for iOS and Android. Apple Watch app. Chrome extension. REST API.
Privacy
End-to-end encrypted cloud sync using AES-256-GCM with Argon2id key derivation. Your passphrase never leaves your device - the server cannot read your data, even if compelled. Audio files are purged within 15 seconds of transcription. Zero long-term retention on servers. No telemetry, no tracking, no training data collection from your recordings.
For developers
Voice Code mode was built for the AI-assisted coding workflow. Dictate prompts into Cursor, Claude Code, or ChatGPT without breaking flow. Speak commit messages instead of typing them. Voice-navigate Copilot suggestions. Pair-program with your AI tools at conversation speed instead of typing speed.
Offline and resilience
Recordings queue locally when offline and sync when the connection returns. Nothing is lost if your network drops mid-sentence.
Auto-Send
Optional mode that pastes your transcription and presses Enter automatically - useful for chat apps, terminal commands, and form submissions where you don't want the extra keystroke.
Free trial
7-day free trial with full access. No credit card required.
Links
You are about to open
Do you wish to proceed?
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.
Snaps are discoverable and installable from the Snap Store, an app store with an audience of millions.
Snapd can be installed from Manjaro’s Add/Remove Software application (Pamac), found in the launch menu. From the application, search for snapd, select the result, and click Apply.
Alternatively, snapd can be installed from the command line:
sudo pacman -S snapd
Once installed, the systemd unit that manages the main snap communication socket needs to be enabled:
sudo systemctl enable --now snapd.socket
To enable classic snap support, enter the following to create a symbolic link between /var/lib/snapd/snap and /snap:
sudo ln -s /var/lib/snapd/snap /snap
Either log out and back in again, or restart your system, to ensure snap’s paths are updated correctly.
To install AICHE Desktop, simply use the following command:
sudo snap install aiche-desktop
Browse and find snaps from the convenience of your desktop using the snap store snap.
Interested to find out more about snaps? Want to publish your own application? Visit snapcraft.io now.