SwiftLaTeX/SwiftLaTeX
SwiftLaTeX, a WYSIWYG Browser-based LaTeX Editor observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2464
- days_rel: n/a
- days_push: 806
- n_releases_24m: 0
Adoption not part of the score
2315 stars · 143 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
SwiftLaTeX compiles the PdfTeX and XeTeX LaTeX engines to WebAssembly so LaTeX documents can be compiled entirely in the browser, exposed as a JavaScript library you embed via a script tag. It also provides an optional WYSIWYG browser-based LaTeX editor that lets users edit PDF output directly, though that part is still a work in progress.
Use cases
- compile latex documents in the browser without a server
- wysiwyg latex editor that edits pdf output directly
- embed pdftex or xetex in my own web page
- generate pdf from latex source in javascript client-side
- online latex editor that runs offline with local computation
- run xetex in webassembly for chinese japanese documents
When to choose
- You need LaTeX compilation to happen fully client-side with no server round-trips
- You want to drop a TeX engine into any webpage with a single script tag and a simple async API
- You need output identical to TeX Live or MiKTeX inside a browser app, including CJK and TrueType font support via XeTeX
When to avoid
- You need a complete native TeX Live/MiKTeX toolchain with shell-escape, packages installation, or full ICU locale-aware line breaking
- You require a fully polished WYSIWYG LaTeX editing experience, which is still marked as work in progress
- Your users are on constrained devices, since the wasm engine runs roughly 2x slower than native binaries and template downloads can take minutes
Facets
library · maturity active
editor pdf compiler pdf web-development text-editors education browser wasm latex wysiwyg webassembly pdftex xetex texlive client-side-compilation typesetting pdf-generation academic-writing javascript-library
2 sources
- readme: https://github.com/SwiftLaTeX/SwiftLaTeX · fetched 2026-08-28 · bdd01024235b
- homepage: https://www.swiftlatex.com · fetched 2026-08-29 · bbb14c284b5a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| SwiftLaTeX/SwiftLaTeX | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="SwiftLaTeX/SwiftLaTeX")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem