Download PromptStream
Version 0.1.1 · Free plan included — 20,000 words a week, no credit card.
macOS
Download the .dmg- Open the .dmg and drag PromptStream into Applications.
- The app is not yet notarized by Apple, so the first launch is blocked. Right-click the app and choose Open, then confirm — you only do this once.
- Grant Microphone access when asked, so it can hear you.
- Grant Accessibility in System Settings → Privacy & Security. This is what lets the hotkey work everywhere and the text paste itself.
- Sign in with your account, hold Right ⌘, and speak.
Linux
Download the AppImage- Make it executable:
chmod +x PromptStream-0.1.1.AppImage - Give yourself read access to keyboard events — the global hotkey is read from evdev, because Wayland gives no app another way to see it:
sudo tee /etc/udev/rules.d/70-promptstream-input.rules >/dev/null <<'EOF' SUBSYSTEM=="input", KERNEL=="event*", ENV{ID_INPUT_KEYBOARD}=="1", TAG+="uaccess" EOF sudo udevadm control --reload sudo udevadm trigger --subsystem-match=input - Log out and back in so the new access applies.
- Launch the AppImage, sign in, hold Right Super, and speak.
Windows
Not yet. The hotkey and paste layers are written per-platform and Windows has not been built. It is on the list.
Trouble getting set up? Email support@promptstream.app, or read how to dictate on Mac.