A GUI implement of MixTex, use Rust + Vue + Tauri
- Download installer for your system from Release, or single exe (Windows only)
- Use
Alt + X
to screenshot latex. (can be changed in future version) - Or drag png/jp(e)g image into app
- Or click image canvas to choose one from filesystem.
Default behavior of click close button is minimize.The shortcut call will restore it.To close it, find it in taskbar and right click.
No tests on Linux and Mac yet
I only have Windows PC. Release of other systems is auto created by github actions.
- Download model and lib from Deps
git clone
this repo and copy model to {repo}/models, lib to {repo}/lib.- Prepare rust, node and tauri.
- set env
ORT_LIB_LOCATION=path/to/your/lib/folder
pnpm i
cargo tuari dev --release
(libs are built in release mode, debug build will lead to linker error on Windows msvc)