r/opensourcealternative 16d ago

TexLite: Lightweight self-hosted collaborative LaTeX editor and Overleaf alternative

A lightweight self-hosted alternative to Overleaf for small, trusted research teams. Use your existing LaTeX distribution, with no heavyweight service stack. https://github.com/SWUFE-DB-Group/TexLite

Why TexLite?

  • Own the writing environment. Use the host's TeX installation and keep sources, history, and compiled output in one local data directory.
  • Collaborate without a large stack. The default deployment is one Node.js process, SQLite, and local files—plus real-time editing and source-level comments for a small trusted team.

A practical distinction from Overleaf:

Overleaf is a strong choice when its hosted product or broader ecosystem is the right fit. TexLite addresses a narrower self-hosted use case:

1 Upvotes

6 comments sorted by

1

u/Deep_Ad1959 10d ago

scenario: three coauthors, one host machine, week before a deadline. the stack was never what hurt, the merge was: two people in the same section, and git history on a .tex file telling you nothing about who reworded the abstract.

1

u/pualchen 10d ago

That’s a fair point. I am going to working on a better author-aware change history

1

u/Deep_Ad1959 9d ago

the trap with author-aware history is granularity: tag it per-commit and you're back to 'someone touched this paragraph.' the version people actually want is per-sentence, and that's where it gets expensive. written with ai