TeXAbr
A self-hosted, multi-user LaTeX editor for Linux.
TeX + Abr (Farsi for "cloud").
What you get
- Real TeX Live on the server: pdflatex, xelatex, lualatex, with SyncTeX both directions.
- Project sharing with owner / editor / reader roles and a git-backed proposal workflow for review-then-merge edits.
- Sandboxed compiles via bubblewrap, with per-user disk quotas and per-compile CPU / memory caps.
- Built-in backups via restic on a systemd timer, audit log, login lockout, CSRF, and an admin panel that exposes every runtime setting.
- Browser only for users: no LaTeX install on every laptop, works on any OS.
Two ways to use it
Use our hosted instance
We run a free public instance at editor.texabr.org. Register an account, share projects with collaborators, write your paper. Your data lives on our server.
Hosted as-is, with no warranty. Good for individuals, students, and small groups. For long-term archival or institutional use, please self-host.
Self-host on your own Linux box
One installer for Debian, Ubuntu, Fedora, RHEL / Rocky / Alma, and Arch.
git clone https://github.com/FH-Prevail/TeXAbr.git
cd TeXAbr
sudo ./install.sh
Full README, configuration, and operations guide at the repository.
Single-author version?
TeXAbr is the multi-user sibling of Openotex, our desktop LaTeX editor for individuals. Both are fully open source.