KaTeX

Fast, self-contained JavaScript library for print-quality LaTeX math rendering on the web.

Library
npm
v0.18.4
20,326stars
MIT License

Repository Health

Pre-computed score based on development activity, maintenance, community, maturity, and trend momentum.How we score it →
90/100Excellent
Development Activity92
Maintenance92
Community76
Maturity60
Momentum40

Technical Analysis

AI-assessed by reading the actual repository — architecture, code quality, innovation, and documentation.How we score it →
85/100Excellent
Architecture87
Code Quality88
Innovation85
Learning Curve78

KaTeX is a JavaScript library for TeX math rendering that produces print-quality typesetting directly in the browser, with no page reflow and no external dependencies. It ships two entry points — a DOM renderer (katex.render) and a string renderer (katex.renderToString) — so the same parsing and layout engine can be used client-side or in Node.js for server-side rendering of pre-built HTML/MathML. Because it lays out math synchronously against its own font-metrics tables rather than iteratively reflowing the page like MathJax, it renders large documents dramatically faster while remaining consistent across browsers and environments.

What You Get

  • A synchronous DOM renderer (katex.render) and a markup-string renderer (katex.renderToString) for both browser and server-side use
  • An auto-render contrib extension that scans arbitrary page text for math delimiters and renders them in place
  • Extension modules (mhchem for chemistry notation, copy-tex for copy/paste of source LaTeX, render-a11y-string for screen-reader-friendly output)
  • Pre-built font files and CSS so rendered math matches TeX’s print-quality metrics without extra font licensing steps
  • A CLI (katex binary via cli.js) for rendering expressions from the command line or build scripts
  • Both HTML and MathML output in the same render pass, improving accessibility and copy/paste fidelity

Common Use Cases

  • Rendering mathematical notation in documentation sites, blogs, and educational content (e.g. via remark/rehype or MDX plugins)
  • Server-side pre-rendering of math-heavy pages so no client-side JavaScript or reflow is needed at request time
  • Embedding formula input/preview in note-taking apps, textbook platforms, and online course tools
  • Chemical equation rendering via the mhchem contrib module in STEM education tooling

Under The Hood

Architecture — KaTeX’s pipeline is a classic three-stage compiler: src/Lexer.ts tokenizes the input string, src/MacroExpander.ts expands macros against a large built-in macro table (src/macros.ts) plus symbol/function definitions registered via defineFunction/defineSymbol, and src/Parser.ts (~1000 lines) turns the expanded token stream into an AnyParseNode[] parse tree (src/parseTree.ts). From there, src/buildHTML.ts and src/buildMathML.ts independently walk the same parse tree to produce an HTML Span/Anchor DOM-like tree (src/domTree.ts) and a parallel MathML tree, which src/buildTree.ts combines; katex.ts at the repo root is the thin public-facing entry point wiring render/renderToString/generateParseTree around this pipeline and also exposing low-level extension hooks (__defineFunction, __defineMacro, __defineSymbol, __setFontMetrics) for advanced consumers. Tech Stack — Written entirely in TypeScript (66% of the codebase) with a Rollup + Webpack dual build (rollup.config.js, webpack.config.js) producing both CJS and ESM bundles per package.json’s exports map, plus separate bundles for contrib extensions (auto-render, mhchem, copy-tex, mathtex-script-type, render-a11y-string). Runtime dependencies are minimal — only commander for the CLI — keeping the core renderer dependency-free as the README claims; fonts are built via a Perl/Python toolchain in dockers/fonts from TeX’s original metric data. Code Quality — Tests live under test/*-spec.ts (Jest, six top-level spec files covering parsing, MathML, Unicode, error handling, and duplicate-detection, plus a Selenium-driven visual screenshotter suite in test/screenshotter), run via pnpm test:jest, alongside tsc --noEmit type-checking and combined ESLint/Stylelint linting wired into pnpm test. The src/functions/ directory (46 files) cleanly isolates one TeX command family per file with a consistent defineFunction registration pattern, and Husky pre-commit hooks plus semantic-release enforce consistency on every merge. API Design — The public surface is deliberately small (render, renderToString, ParseError, plus underscore-prefixed advanced hooks marked unstable in JSDoc comments), which keeps the common path — call render/renderToString with an expression string and a SettingsOptions object — nearly boilerplate-free, while throwOnError/errorColor settings give callers explicit, well-documented control over invalid-input behavior instead of silent failures.

Used by 58 apps in this directory

TypeScript
88%
Other

AFFiNE

Productivity · Project Management · Note Taking

71,668

Write, draw, and plan in one infinite canvas — the open-source alternative to Notion and Miro that keeps your data yours.

View details
91
Repo Health
87
Technical
68
Dependency
Built with
TypeScript88%
Updated today
TypeScript
95%
Apache 2.0

AionUi

AI Agents · Productivity

32,102

Free, open-source Cowork desktop app that unifies Claude Code, Codex, Gemini CLI, and 20+ AI agents into a single platform with multi-agent teams, 24/7 cron automation, and zero-config built-in agent.

View details
88
Repo Health
76
Technical
66
Dependency
Built with
TypeScript95%
Updated today
Python
90%
Apache 2.0

Apache Airflow

Data Engineering

46,530

Define, schedule, and monitor complex data workflows as Python code — with a powerful UI, 80+ provider integrations, and battle-tested scalability across thousands of production deployments.

View details
96
Repo Health
89
Technical
66
Dependency
Built with
Python90%
Updated today
JavaScript
95%
MIT

AnythingLLM

Developer Tools · Automation · AI Assistants

64,914

The all-in-one AI platform for private document chat, no-code agents, and local LLMs with zero setup friction.

View details
91
Repo Health
78
Technical
68
Dependency
Built with
JavaScript95%
Updated today
TypeScript
89%
Other

anytype-ts

Knowledge Management · Note Taking · Collaboration

8,665

A local-first, end-to-end encrypted knowledge OS that lets you build notes, tasks, wikis, and entire apps — with your data stored offline and synced peer-to-peer.

View details
88
Repo Health
78
Technical
67
Dependency
Built with
TypeScript89%
Updated yesterday
Python
68%
Other

AutoGPT

Automation · Productivity · AI Assistants

186,687

Build, deploy, and run autonomous AI agents that automate complex multi-step workflows using a visual block-based graph editor.

View details
93
Repo Health
78
Technical
67
Dependency
Built with
Python68%
TypeScript31%
Updated today
TypeScript
48%
AGPL 3.0

Banana Slides

AI Design Tools · Productivity

15,476

AI-native PPT generator with Vibe editing, multi-LLM support, and fully editable PPTX export

View details
83
Repo Health
82
Technical
71
Dependency
Built with
TypeScript48%
Python47%
Updated 3 days ago
TypeScript
92%
GPL 3.0

Blinko

Knowledge Management · Note Taking

10,880

A self-hosted, AI-powered card note-taking tool that lets you capture fleeting thoughts instantly and retrieve them with natural language search.

View details
83
Repo Health
69
Technical
65
Dependency
Built with
TypeScript92%
Updated 2 weeks ago
Java
73%
Other

ByteChef

Automation · AI Agents

990

Unified open-source platform for AI agent orchestration and workflow automation with 180+ connectors, MCP support, and durable execution.

View details
81
Repo Health
82
Technical
73
Dependency
Built with
Java73%
TypeScript26%
Updated 2 days ago

Join founders buildingwith open source

Opinionated takes, migration guides, cost-saving tips, and insights from the open source ecosystem.

Subscribe on Substack
Join 750+ subscribers

Search