Cubxity / typstudio

A W.I.P desktop application for a new typesetting language, typst.
GNU General Public License v3.0
553 stars 18 forks source link
desktop gui hacktoberfest latex rust svelte tailwindcss tauri typescript typesetting typst

[WIP] typstudio

A W.I.P desktop application for a new markup-based typesetting language, typst. Typstudio is built using Tauri.

Features

...and more to come!

Installing & Running

Typstudio does not have a stable release yet.

Development Builds

Development builds are provided in releases. The builds support Linux (amd64), macOS (amd64, aarch64), and Windows (amd64).

Packages

Unstable:

Note about running on macOS

When running Typstudio for the first time on macOS, you may see a warning saying that the "Developer can not be verified". This is only a one-time warning for new files downloaded from the internet that aren't notarized.

To be able to work around it, perform the following steps:

Development

Do note that development (debug) builds are slower than release builds. Pull requests are welcome!

Prerequisites

Getting Started

pnpm install
pnpm tauri dev # or cargo-tauri dev

Building (Release)

pnpm tauri build # or cargo-tauri build

Learn more

License

Typstudio is licensed under GPLv3.