Detexify is a Mac utility that lets you draw a symbol by hand and instantly returns the correct LaTeX command for it — no more digging through symbol tables or PDF cheat-sheets.
What is Detexify?
Detexify is a handwriting-recognition tool built specifically for the LaTeX ecosystem. You sketch a mathematical or typographical symbol in its canvas, and a neural-network classifier ranks the closest LaTeX commands in real time, showing you the exact syntax, the package required, and the rendering mode (text or math). It is the fastest way I know to go from "I know what it looks like" to \varnothing without ever leaving your document workflow.
The project started as a browser-based experiment and eventually earned a dedicated Mac app. The offline version means you are not dependent on a server round-trip every time you forget whether the double-struck R is \mathbb{R} or something else entirely.
What does Detexify do best?
Detexify's killer feature is its drawing canvas — it is genuinely forgiving. You do not need to be precise: a rough crescent returns \crescent and its neighbours; a sloppy integral sign still bubbles \int to the top. The ranked list typically puts the right answer in the top three, and clicking any result copies the command to your clipboard immediately.
- Instant symbol lookup: draw once, get the command in under a second.
- Package attribution: every result tells you which LaTeX package to load — essential when you are working outside plain amsmath.
- Mode hints: results are flagged as math-mode or text-mode, saving you a compile-and-error cycle.
- No internet required: the Mac app runs the classifier locally, so it works on a plane, in a basement, anywhere you are writing.
I use it most when writing proofs that venture into logic or set theory — the symbol vocabulary there is enormous, and Detexify consistently saves me ten minutes of searching per session.
Is Detexify free?
Yes — Detexify is free to use. The web version at detexify.kirelabs.org has always been openly available, and the Mac app is offered as a free download. The project is open-source and community-maintained, so there is no subscription, no freemium paywall, and no account required. If you find it indispensable, the maintainer appreciates a tip, but it is entirely optional.
Who should use Detexify?
Anyone who writes LaTeX regularly will benefit, but Detexify is especially valuable for academics, engineers, and students working in disciplines with heavy symbolic notation — mathematics, physics, formal logic, linguistics, and electrical engineering in particular. If your documents are mostly prose with the occasional equation, a cheat-sheet probably covers you. But if you reach for obscure Greek letters, arrows, diacritics, or phonetic characters on a daily basis, Detexify becomes infrastructure.
It is also a surprisingly good learning tool. Seeing the ranked alternatives when you draw a symbol teaches you the neighbourhood of related commands — after a few weeks I had internalized dozens of commands I would otherwise have kept looking up.
What are the best Detexify alternatives?
The most direct alternative is the Comprehensive LaTeX Symbol List PDF (a 348-page reference), which covers everything but rewards patience and prior knowledge of the symbol's name. Mathpix Snip solves a related problem — it converts photographs or screenshots of equations into LaTeX — but it targets recognition of full expressions rather than individual symbol lookup, and it requires an account with a usage quota. The LaTeXiT equation editor ships with MacTeX and gives you a live preview pane, but it assumes you already know the command.
For pure symbol discovery, Detexify has no real peer on the Mac. The web version is always there as a fallback, but the native app integrates more naturally into a writing session — it lives in your menu bar or sits beside your editor without a browser tab consuming attention.
How does Detexify compare to Mathpix?
Mathpix Snip and Detexify solve adjacent problems. Mathpix excels at photographing a handwritten or printed equation and converting the entire expression to LaTeX in one shot — it is the right tool when you are transcribing from paper or a slide. Detexify is narrower and faster: you want one unknown symbol identified, right now, with zero friction. Detexify requires no account, no credits, and no camera — just your trackpad or mouse. For day-to-day symbol lookup inside an active writing session, Detexify wins on speed and simplicity. For bulk equation capture from external sources, Mathpix is the better fit. I keep both installed and rarely confuse which to reach for.