Installation
From source
Requires the Rust toolchain (edition 2024, stable):
git clone https://github.com/YvanY0/guisu.git
cd guisu
cargo install --path crates/cli
The resulting binary is at ~/.cargo/bin/guisu. Add ~/.cargo/bin to your $PATH if it is not already.
Binary releases
Pre-built binaries for macOS, Linux, and Windows are linked from the releases page once they ship. Each release archives a static binary plus a SHA-256 checksum.
Verifying the install
guisu --version
guisu info
The info command prints the resolved source directory, working tree, and destination directory so you can confirm Guisu sees your repository correctly. Add --all for build info, version, public keys, and configuration; add --json for machine-readable output.
Tip
Check the source dir
guisu infowill print the resolved source dir, which is.if you run it inside a source repo, or~/.local/share/guisuif you do not. If the resolved value is not what you expect, fix it withguisu initor by setting[general] src_dirin your.guisu.toml.