Download for Windows, macOS & Linux

Download OpenTypeless for Windows, macOS, or Linux. Free, open-source AI voice input with multi-provider STT and text polishing. A better typeless alternative.

Detected: Windows

Windows

Windows 10 or later (64-bit)

macOS

macOS 12 Monterey or later

Linux

Ubuntu 20.04+ / Fedora 36+ / Arch Linux

On mobile? Send the download link to your desktop.

Security Notice

OpenTypeless is open-source software. macOS builds are signed and notarized; Windows builds may still show SmartScreen until the app builds more reputation. The desktop app checks for update metadata automatically and asks before installing a newer release.

  • Windows: If SmartScreen appears, click "More info" then "Run anyway".
  • macOS: Open the notarized DMG and drag OpenTypeless to Applications.
  • Linux: Run chmod +x on the AppImage to make it executable.

Platform setup guides

Pick the guide that matches how you plan to use voice input.

Windows voice typing

Use a global hotkey, provider choice, AI cleanup, and custom words on Windows 10 and 11.

Open guide

Mac speech to text

Use Fn for app-wide dictation, Fn+Space for Ask Anything, and AI polishing across Mac apps.

Open guide

Linux speech to text

Set up provider choice, output mode, and clipboard fallback for Linux desktop sessions.

Open guide

Open-source setup

Understand provider control, local options, and the open-source workflow.

Open guide

Official download notes

Use the right download path and avoid confusing OpenTypeless with similarly named products.

Is this the official Typeless download?

No. This is the official OpenTypeless download page. If you want Typeless specifically, use the Typeless website; if you want the open-source desktop alternative, download OpenTypeless here.

Where can I download OpenTypeless?

Use this page for the latest Windows, macOS, and Linux installers, or use GitHub if you prefer to inspect source code and releases first.

Is OpenTypeless on GitHub?

Yes. OpenTypeless is open source, and the repository is the best place to inspect source code, follow releases, or report issues.

Does OpenTypeless work on Windows, macOS, and Linux?

Yes. Choose the installer for your operating system, then follow the setup notes for permissions, providers, and hotkeys.

Is OpenTypeless free?

The desktop app is free and open source. Hosted STT or LLM providers can still have their own API costs unless you use a free, BYOK, or local setup.

Installation Guide

1

Download the installer for your platform

2

Run the installer and follow the prompts

3

Set up your preferred STT and LLM provider API keys

4

Press the global hotkey and start speaking

Or build from source

Clone the repository and build with Tauri CLI

git clone https://github.com/tover0314-w/opentypeless.git
cd opentypeless
npm install
npm run tauri dev