Try the tx CLI in a browser-based GitHub Codespace — no local installation required.
-
Click the badge above to open this repo in a Codespace. Wait for the container to finish building —
txis installed automatically. -
Log in to your TexOps account:
tx login -
Initialise the project (accept the defaults: texlive:2021, pdflatex):
tx init -
Build the document:
tx buildOnce the build completes,
testmath.pdfappears in the working directory.
When you ran tx build, the CLI uploaded testmath.tex to the TexOps cloud service, compiled it with the TeX Live distribution you chose during tx init, and downloaded the resulting PDF back to your Codespace. The entire LaTeX toolchain runs remotely — nothing is installed locally.
- https://github.com/texops/tx — source code
- https://texops.dev — documentation