QTEX

The cloud LaTeX compiler that's actually fast. Zero setup, sub-second builds, pure performance.

curl -fsSL https://srsergiolazaro.github.io/qtex/install.sh | bash

$ npx qtex ./project # or just use npm

How to Use

Compile

The standard way to generate your PDF from a LaTeX folder.

$ qtex ./my-project

Watch Mode

Auto-recompile whenever you save any file in your project.

$ qtex ./my-project --watch

Custom Output

Define a specific filename for your generated PDF document.

$ qtex ./my-project -o final.pdf

Blazing Fast

Powered by a Rust-optimized Tectonic engine. Forget about waiting; compile complex documents in milliseconds.

📦

Zero Config

No 5GB TeXLive downloads. No MikTeX headaches. QTEX fetches only what you need, when you need it.

👀

Watch Mode

Instant feedback loop. Save your file, and see the PDF update before you can even switch windows.

🔒

Stateless

Your privacy is paramount. Files are processed in memory and never stored. Compiled and gone.

The Pipeline

01

SCAN SOURCE

02

RESOLVE DEPS

03

CLOUD COMPILE

04

STREAM PDF

EXPLORE GITHUB → TRY ON NPM →