
Amical's distinguishing move is running both halves of modern dictation locally: Whisper handles transcription, and Ollama runs an open-weights LLM for the cleanup pass that turns a raw transcript into finished text. Most local-first apps give you the transcript and stop, while the polished output is what you pay cloud vendors for. Amical does both on your machine, free, under an MIT licence.
| Platforms | macOS, Windows. Linux planned; iOS in beta, Android on Google Play |
| Pricing | Free, MIT licence |
| Free tier | The whole app |
| Processing | On-device — Whisper for speech, Ollama for text cleanup |
| Offline | Yes, entirely, once models are installed |
| Integrations | Context-aware per active app; floating widget; custom hotkeys |
| Maturity | ~1,500 GitHub stars, 643 commits, actively developed |
Free, MIT licensed. The only cost is disk space and the RAM the local models occupy.
People who want the polished output of a cloud dictation tool without sending audio anywhere, and who have a machine with enough headroom to run a local LLM alongside their actual work. It's the most interesting free option architecturally. If your hardware is modest or you want something more battle-tested, Handy is lighter and far more widely used, at the cost of giving you a raw transcript instead of finished prose.
Last verified: 9 August 2026. No independent reviews located; details are from the project's own repository.