This repository is no longer maintained.
LaTeX_env was a manual setup system for creating LaTeX projects — requiring MiKTeX or TeX Live, Node.js, Perl, and Mermaid CLI across platforms.
➡️ https://github.com/JheisonMB/texforge
texforge is the successor: a self-contained CLI that compiles LaTeX to PDF with zero friction. No TeX Live, no MiKTeX, no Perl, no Node — one binary does everything.
Linux / macOS:
curl -fsSL https://raw.githubusercontent.com/JheisonMB/texforge/main/install.sh | shWindows (PowerShell):
irm https://raw.githubusercontent.com/JheisonMB/texforge/main/install.ps1 | iex