It's 2026. Your LaTeX Editor Should Not Need a TeX Install.
Every LaTeX setup guide still opens the same way: download a multi-gigabyte distribution, wait, configure a path, then start writing. LatteX puts the typesetting engine inside the app, so a .tex file renders the moment you type it and the install step disappears.
The install is the part nobody defends
Every LaTeX tutorial opens exactly the same way. You download a multi-gigabyte distribution, you wait, you configure a path, and then you start writing. We have all quietly agreed this is a normal price of admission. It's the reason someone who needs exactly three equations in a short document will open a standard word processor instead. The setup cost dwarfs the actual task, and the friction prevents casual use.
You pay that tax in disk space, and you pay it again in time. When LatteX arrived in July, its launch post made a specific claim. It puts the typesetting engine inside the application. You skip the download entirely. You bypass the configuration. You open the app, and you type. The install step disappears completely.
The engine is in the app
What changes when there is nothing to install is the feedback loop. A preview is no longer a compile you wait for. The document re-renders to crisp, scalable output the moment you type it. You see your math take shape instantly.
You have stared at a broken build before. You type a macro, you miss a single brace, and the preview goes blank while you hunt for the error in the console. LatteX catches the mistake, but the last good render stays on screen while you fix it. You keep your place in the document. It stops a missing bracket from blinding you to the rest of the page. You fix the typo, and the live preview picks up exactly where you left off.
The blank document problem
Where LaTeX actually loses people is not the syntax. It's the preamble. A blank page demands you remember the exact document classes you need before you write a single word of text. You stare at an empty editor and try to recall how to set a margin.
LatteX has a home screen with 17 starters. They are grouped into Documents, Academic, Business and Other. You click a starter, and the app asks where it lives up front. It writes a real .tex file to your disk straight away. There is no untitled buffer to lose. The Save indicator only lights up when there is something new to write.
You can have a whole set of .tex files open at once. Each tab maintains its own buffer, its own unsaved indicator, and its own undo history. If you quit with unsaved changes, that work is waiting when you come back. The Recent column on the home screen brings back yesterday's file in one click. Removing a recent entry asks first, and it never touches the file on disk.
Nobody remembers the commands
Syntax highlighting, bracket matching, and line numbers are expected. Remembering the exact spelling of a greek letter is tedious. The autocomplete in LatteX carries over 200 commands and math symbols. Each entry shows its glyph and a short description right there in the list. You see what you are inserting before you commit.
Inside math, you can type the bare name. A new environment auto-closes itself immediately. It takes the friction out of building complex blocks. Find and replace works exactly as you expect. A dedicated dock at the foot of the editor pane wires Undo, Redo and Save to the editor's own history. You don't have to guess what state your file is in.
It is not only for equations
We treat LaTeX as a tool strictly for papers and reports. It is, but the same control that makes it worth the trouble for a thesis makes it good for a one-page invoice. You might usually open DocCafe for a letter, or ResumeRoast for a CV. Once the setup cost is gone, a LaTeX starter does the job just as well.
The gallery includes ready-made starters for letters, invoices and CVs. You get the strict layout rules of a typesetting engine without the overhead of maintaining a TeX installation. You learn LaTeX with the result visible as you type. When you finish, one click exports a PDF named exactly after the file it came from.
Where a long document usually falls apart
A long document exposes a weak preview. LatteX respects real page breaks. A page counter walks the document as you scroll, keeping track of exactly where you are in the file.
The preview renders at the page's true physical size. At 100%, an A4 sheet is a physical A4 sheet, not whatever arbitrary scale happens to fit the window. This means the page stays put when you drag the splitter to give the editor more room. You don't lose your place because you resized a pane. If you prefer to see the whole sheet, one Fit level scales the page into the pane. It recomputes on every resize, keeping the document entirely visible.
What it will not do
LatteX is built for macOS, and only for macOS. A Windows or Linux LaTeX user cannot use it at all.
The built-in engine is built for common documents. Sections, text, lists, math, and tables render cleanly. It doesn't claim to be a full TeX distribution. If your work depends on a highly specific setup, you should check your own document against it first.
Writing should not begin with a system administration task. You can find LatteX in the Latte category, or try it through the free trial.