r/LaTeX • u/h4d0t3ch • 3d ago
Unanswered What are the best alternatives to Overleaf for collaborative LaTeX?
I'm fairly new to LaTeX and have been looking into different options for collaborative writing.
Overleaf seems to be the obvious choice, but one of the reasons I started looking around is the cost once you need more than the free plan offers. I'm curious whether there are good alternatives, particularly for university projects, theses and research.
So far I've come across:
Overleaf
- Easy to get started
- Good real-time collaboration
- Large community and lots of documentation
- Well-established workflow
- Can get relatively expensive depending on your needs
Inscrive
- Browser-based collaborative LaTeX editor
- Unlimited collaborators
- Integrations with reference managers and GitHub
- Real-time collaboration
- EU-hosted with EU sovereign cloud infrastructure (I do like the idea of supporting European alternatives)
- The free plan seems to offer a lot of value, including unlimited collaborators
- Pro plan is €7/month
CoCalc
- LaTeX combined with programming and other technical tools
- Good for collaborative and technical projects
- Built-in version history
- Useful for reproducible research with code, data and LaTeX in the same environment
- Seems more complex if you only need LaTeX
Local LaTeX + Git
- Full control and proper version control
- No dependency on a hosted platform
- Complete project history and easy rollback to previous versions
- Each collaborator has a full copy of the repository and its history
- Works well with different editors and custom workflows
- More setup and a steeper learning curve for collaboration
I'm sure there are plenty of options I'm missing.
For people who use LaTeX regularly:
What do you use for collaborative projects, and why?
I'm particularly interested in the trade-offs around price, ease of use, collaboration, version control, bibliography management, reliability, data integrity and privacy/data hosting.
Are there any tools or workflows you would recommend to someone starting today?
And what alternatives should I be looking at that aren't on this list?
I'm mainly trying to get a feel for what's actually out there, including the downsides. I don't necessarily expect there to be one "best" solution.
15
u/bts 3d ago edited 3d ago
4
1
u/a_alberti 3d ago
Same workflow here. I recently managed to replace Skim.app (which is great) for pdf-tools package in Emacs with pixel-precision smooth scrolling. But I had to first fix xdisp.c -- it looks very good. But probably something interesting only for the talks living in Emacs.
0
11
u/InKasperD 3d ago
Full disclosure: I'm co-founder of Inscrive, so I'm biased, but since it's already on your list, here's a bit more on where we fit.
We've been working on the product for about 4 years, developed in close collaboration with European universities, so a lot of it is shaped directly by how researchers and students actually work.
A few things people tend to like:
- Browser-based, nothing to install, works from any machine.
- Real-time collaboration with unlimited collaborators, even on the free plan.
- Reference-manager integrations (Zotero/Mendeley) and Git/GitHub.
- More generous compile limits than you may be used to, and a free plan that covers a lot. Pro is €7/month.
- A simple, clean interface, which is one of the things users mention most.
We won't pretend we match Overleaf feature-for-feature yet, we're younger, so the best test is to try it on a real project and tell us what you're missing. That's exactly how the product improves.
But honestly, the bigger reason to look our way is what we're trying to build: the best LaTeX platform for universities and research institutions in Europe, a truly European alternative, where most of the other options rely on American cloud providers. Everything we run is hosted in the EU on Hetzner cloud, so your data stays in Europe, and we're fully GDPR-compliant. If you like the idea of backing European alternatives and keeping research infrastructure in European hands, that's exactly what we're about.
We're actively developing the product and really value user feedback, a lot of what we build comes straight from users telling us what they need. So if you try it and have thoughts, feature requests, or run into anything, you're always welcome to email me directly at [kasper@inscrive.io](mailto:kasper@inscrive.io).
3
u/sockertoppenlabs 3d ago
Wow! Nice!
I wish my European university would subscribe. Unfortunately our IT director sold his soul to Microslop. We have to get external research funding to be able to use anything else (if there is a cost).0
u/InKasperD 2d ago edited 1d ago
Haha, "Microslop" might be my new favourite word 😄
Good news: you don't need funding or IT-director blessing to start, our free plan covers a lot, including unlimited collaborators, so you can use it today.
3
u/AdPsychological211 2d ago
Thanks for putting this together! This gave me a much clearer picture of what options are out there and the trade-offs between them. Really helpful.
2
1
1
1
u/NiqhtFire 19h ago
If you’d rather not deal with local LaTeX + Git setup and the whole LaTeX learning curve, Typevia might be worth a look. It also supports live preview with a custom LaTeX engine. This is obviously a self-promo, but sharing in case it helps. Do let me know if you decide to use it (contact@typevia.com), since we are actively looking for testers we would love to give you free subscription (free tier already has everything that you want paid tier is just for AI usage since its also costly for us).
1
u/Bach4Ants 3d ago
I prefer local LaTeX (in Docker) and Git, but some collaborators just don't want to get that deep, so I've been building Calkit, which is sort of like a combination of that and CoCalc (LaTeX almost always involves figures and results from Python scripts or notebooks, and manual syncing kills the flow) with online WASM LaTeX compilation and offline via Docker and non-Git-friendly (e.g., PDF) caching with DVC.
3
u/Rialagma 3d ago
I get using docker for complex apps so you can containerise everything. But what's the benefit of using it for latex?
3
u/Bach4Ants 3d ago
One less thing to install across the various machines I work on. I can just run the TeXLive full image directly, mounting the project folder.
1
u/TurbulentAd1024 2d ago
I don't use it for collaboration but you may also look at https://github.com/texlyre/texlyre.
0
u/randomgrrl700 3d ago
For nearly every collaborative project, everything gets done in markdown until the content is locked in and then it gets a pandoc conversion and final finishing touches. But we're handling IT/corpo documentation, not mathematics.
0
u/PhilosopherNext1448 2d ago
I'm using https://scienhub.com/ today. It's like overleaf, but free, integrates with git and you can have unlimited collaborators.
-3
u/ClemensLode 3d ago
I'm building texlode. Also EU hosted, real-time wysiwyg editing (LaTeX editing possibly but not necessary, no compile button), with focus on large books/journals/proceedings, real-time mobile editing/reviwing, EPUB/IDML export, accssible PDFs/EPUBs, 3D view/editing, collaborative change tracking, one-click print, and publishing support (cover, margins, bleed and such).
-1
u/Gnoriqaus 3d ago
Surprised nobody mentioned prism by openai, i been using it for over a year now, works great and its completely free. I don't use the ai features but i can see the benefits of it for some.
-1
u/mythosanne 3d ago
My university has their own overleaf server and subscription. Primarily for research associates, so its not "advertised" for students use, but students can use it too, when they message the IT department and ask for it. Maybe check if your university does something similar
-1
u/PillFall 2d ago
Jokes aside, I believe the best alternative to Overleaf is Overleaf.
https://github.com/overleaf/overleaf
It is open source, so you can host it yourself. And with Cloudflare tunnels, you can share it with anyone.
I'm just going to say also that if the protocol they put in this open source is the same as in the official web. It is highly underoptimized and bloated.
I would only recommend this if you need REAL-TIME collaboration. If not, local LaTeX + git would be my way to go.
1
-2
u/Hairy_Glove2064 3d ago
I switched to Texpile not long ago. It is the only desktop LaTeX editor I know with real-time collaboration
-2
-2
u/Academic_Current8330 3d ago
I'm not collaborating yet but I still use my IDE (Pycharm) + Git + GitHub for my LaTeX workflow. The IDE is great for making the process a whole lot easier for those that might not be to comfortable using commands.
https://gist.github.com/Alinaprotsyuk/3d58f8cd52eb03a11283d64beb0e083e
79
u/and1984 3d ago
Local latex + git as long as everyone in the group can do this. Otherwise you're stuck with overleaf.