From Source
./target/release/rusty. Move it somewhere on your PATH:
Platform Support
| Platform | Architecture | Status |
|---|---|---|
| macOS | aarch64 (Apple Silicon) | Fully supported |
| macOS | x86_64 (Intel) | Fully supported |
| Linux | x86_64 | Fully supported |
| Linux | aarch64 | Fully supported |
| Windows | x86_64 | Supported (TUI requires Windows Terminal) |
Dependencies
Rusty builds as a single statically compiled binary with no runtime dependencies. All native dependencies (OpenSSL, etc.) are vendored via the Rust crate ecosystem.Build Dependencies
- Rust toolchain 1.75+ (edition 2021)
- A C compiler (for some vendored C libraries on Linux)
Verifying the Installation
After installing, verify Rusty works:Shell Completions
Rusty supports shell completions via clap. Generate them for your shell:If shell completions are not yet wired up, you can request them as a feature on GitHub.