Generate a text health information easily. Powered by Rust, TypeScript, Vite, and Tauri.
- Multi-Platform Support - You can use all of these apps anywhere with the powerful feature of Tauri.
- Fast - Most of core functionality is written in Rust.
There are two types of app.
Requires cargo
and pnpm
.
Build CLI (hitokoto_cli
)
$ cargo build --release --package hitokoto_cli
$ ./target/release/hitokoto
Build GUI (hitokoto_gui
)
$ cd gui
$ pnpm i
$ pnpm tauri build
$ ../target/release/hitokoto_gui
Also, Tauri builds the installer package (msi) for Windows.
You can see them at /target/release/bundle/msi
.