Skip to content

saqib40/tiya

Repository files navigation

Tiya

LaTeX editor. Local. Freeeee

Download & Editions

We offer two editions of Tiya depending on your needs.

1. Standalone Edition (if you just want to use it without much trouble, uses tectonic)

️2. Standard Edition (Pure clone of overleaf, uses pdflatex)

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.

Features

  • Live Preview: See your PDF update as you type.
  • Cross-Platform: Runs natively on Windows, macOS, and Linux.

If you want to contribute :

Built with Tauri, React, and Rust.

Prerequisites

  1. Node.js (LTS) & npm
  2. Rust (Cargo)
  3. Tauri CLI: cargo install tauri-cli

Setup

# 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