Texpile vs LyX

LyX pioneered writing LaTeX documents by their structure rather than their markup, with an integrated equation editor and LaTeX generated for you. It keeps documents in its own .lyx format. Texpile takes the same idea to plain .tex files: the visual editor edits your LaTeX source directly and saves it back with only your edits changed.

Texpile is a modern alternative to LyX. If you like the LyX way of writing but want to stay in .tex, see the typeset page as you type, and review or write with other people, you should try Texpile.

TexpileLyX
Visual editingYes, on the .tex file itselfYes, structure-based (WYSIWYM), on a .lyx file
File formatPlain .tex, the same file your co-authors and journals use.lyx, with LaTeX exported and imported
Source editingA full source editor with intellisense, in the same fileA read-only source view
Live previewThe page re-typesets as you type, with your own lualatexMath and graphics preview inline; the PDF after an export
PDF viewerBuilt in, with SyncTeX both waysAn external viewer, with forward and reverse search
EquationsA visual math editor and a source viewAn integrated equation editor
CollaborationReal time, end to end encrypted, no accountNo
CommentsThreads on the text, with replies and resolveNotes in the document
Git supportBuilt in: save versions, restoreVersion control menu for git, SVN, and others
Diff viewerA visual diff against the last version, word by wordDocument compare

Use LyX if

LyX is mature and stable, its equation editor is excellent, and its structure-first model is fully worked out after decades of use. If you write alone, never need to hand a .tex file to anyone, and want a document processor rather than an editor, LyX is for you.

Use Texpile if

Texpile's flagship is the visual editor and the live preview. If you want the LyX way of editing but on the .tex file itself, with your changes typeset instantly by lualatex, and with comments and real-time collaboration for the people you write with, you should use Texpile.

Checked September 2026 against LyX's own site. Corrections are welcome as an issue on GitHub.

Also: Texpile vs TeXstudio, Texpile vs Overleaf, Texpile vs LaTeX Workshop and Overleaf alternatives.