LaTeX editor. Local. Freeeee
We offer two editions of Tiya depending on your needs.
- Uses built-in LaTeX engine (Tectonic). No external installation required.
- Size: 60 - 100MBs.
- Downloads:
- Internet Connection: Standalone Edition of Tiya automatically downloads LaTeX packages and fonts (like
geometryoramsmath) from the internet the first time you use them. Though once a package is downloaded, it is saved to your computer and works offline forever.
- Use this if you already have a TeX environment.
- You must have a LaTeX distribution installed and added to your PATH:
- Windows: MiKTeX (Requires Strawberry Perl for automation).
- macOS: MacTeX (or
brew install basictex). - Linux: TeX Live (
sudo apt install texlive-full).
- Uses your system's existing LaTeX installation (
pdflatex/xelatex). - Size: 5 - 8MBs.
- Downloads:
Note for macOS Users: Because this app is not yet notarized by Apple, you may see a "Damaged" error. To fix this, run
xattr -cr /Applications/Tiya.app in your terminal after dragging it to Applications.
- Live Preview: See your PDF update as you type.
- Cross-Platform: Runs natively on Windows, macOS, and Linux.
Built with Tauri, React, and Rust.
- Node.js (LTS) & npm
- Rust (Cargo)
- Tauri CLI:
cargo install tauri-cli
# Clone the repo
git clone [https://github.com/yourusername/tiya.git](https://github.com/yourusername/tiya.git)
cd tiya
# Install frontend dependencies
npm install
# Run in Development Mode
npm run tauri dev
# there are two branches
# main would need you to install external dependencies to work on
# sidecar would work smoothly with above prerequisites