Overleaf made LaTeX approachable by moving it into the browser with real-time collaboration and no local install — which is exactly why so many students, researchers, and academic teams default to it. But it's not the only way to write a paper: some people want their documents to never leave a server they control, others are tired of LaTeX's syntax entirely, and some just want their writing tool to also run their analysis code. Here are five real alternatives from the catalogue, each solving a different version of "I don't want to use Overleaf."
The short version
| Tool | Best for | Price |
|---|---|---|
| TexLite | Self-hosted, real-time collaborative LaTeX editing | Free (open source, AGPL-3.0) |
| Typst | Leaving LaTeX syntax behind for something modern | Free, open source |
| Papers AI | Combining writing, code notebooks, and AI help in one workspace | Freemium |
| LyX | A free desktop GUI that still compiles to real LaTeX | Free, open source |
| RStudio | Reproducible research reports mixing R/Python code and prose | Freemium |
TexLite — for teams that want Overleaf's collaboration without the cloud
TexLite is an open-source, self-hosted LaTeX editor built around the same real-time collaborative editing Overleaf is known for, using Yjs under the hood, plus LaTeX/BibTeX syntax highlighting, Vim mode, and SyncTeX navigation. Because you host it yourself, documents never leave your own server.
Who it's for: small teams or research groups who want Overleaf-style live collaboration but need their documents to stay on infrastructure they control.
Pricing: Free and open source under AGPL-3.0.
Honest limits: the AGPL-3.0 license is restrictive for commercial derivative use, there's no template gallery or journal-submission integration like Overleaf offers, and self-hosting means you own the setup and maintenance burden.
Typst — for people who want modern typesetting without LaTeX's syntax
Typst isn't a LaTeX editor at all — it's a newer, free, open-source markup language and compiler built as a fresh alternative to LaTeX itself, designed to make complex layouts easier to write than raw LaTeX macros.
Who it's for: developers and students who find LaTeX's syntax unnecessarily painful and are willing to learn a new (but simpler) markup language instead.
Pricing: Free, with an open-source version available.
Honest limits: it's still much less known than LaTeX, so university templates, journal submission systems, and Stack Overflow answers are far scarcer, and its community is correspondingly smaller.
Papers AI — for combining writing, code, and AI assistance in one place
Papers AI, built by the team behind Overleaf, is a research workspace that lets you write in Word-style, LaTeX, or Markdown, run code notebooks, and get AI assistance without juggling separate apps for writing and analysis. It stores data locally by default with optional cloud sync.
Who it's for: researchers, academics, and data scientists who want their writing and their code analysis in the same workspace instead of switching between Overleaf and a separate notebook tool.
Pricing: Free with a generous AI quota; a Plus tier at £10/month unlocks 5x more AI usage and longer conversations.
Honest limits: coordinating multiple formats and notebooks in one project has a real learning curve, it leans on the broader Overleaf ecosystem to get full value, and the free tier's AI quota is limiting for heavy use.
LyX — for a free desktop editor that still speaks real LaTeX
LyX is a mature, free desktop document processor that renders into actual LaTeX behind a more visual, structured editing interface, rather than raw markup. It's been a staple in academic circles for a long time, well before Overleaf existed.
Who it's for: researchers and students who want to work offline in a native desktop app rather than a browser, without giving up LaTeX-quality output.
Pricing: Free and open source.
Honest limits: the interface feels dated and can be more complex to learn than expected, technical support is limited to community forums, and there's no built-in real-time collaboration like Overleaf or TexLite.
RStudio — for reproducible reports that mix code and writing
RStudio (now developed by Posit) is a data-science IDE for R and Python that, through R Markdown and Quarto, lets you write a document where the prose, the code, and the generated charts or tables live in the same reproducible file — a different model entirely from writing LaTeX by hand.
Who it's for: researchers and data scientists whose papers are built around statistical analysis, where regenerating figures and tables automatically from code matters more than fine-grained typographic control.
Pricing: Free for the open-source edition, with paid options for team and enterprise features.
Honest limits: there are hidden costs once you need the advanced paid features, it has a steeper learning curve for people who aren't already writing R or Python, and it's a different workflow entirely from traditional LaTeX writing, not a drop-in replacement.
Which one should you actually pick?
If you love Overleaf's collaborative editing but need your documents to stay off someone else's cloud, TexLite is the closest self-hosted match. If you're open to leaving LaTeX syntax behind entirely, Typst is worth the (smaller) learning curve. If your work mixes writing with running code and you want AI help alongside it, Papers AI keeps that in one place. If you just want a free offline desktop app that still outputs proper LaTeX, LyX has been doing that for decades. And if your "paper" is really a statistical analysis with prose wrapped around it, RStudio's reproducible-report workflow will serve you better than any LaTeX editor.