Rusty is a Windows SSH client built in Rust.
It focuses on:
- Tabbed and split-pane SSH sessions.
- Smooth terminal scrolling and copy/paste.
- Built-in SFTP file browser.
- Download/upload manager.
- Profile-based connections.
- Theme support.
- UI chrome themes use
.thmfiles in./theme(details: THEMES.md). - Terminal color themes use WezTerm-compatible TOML schemes in
./term(for exampleterm/tokyo-night.toml).
Terminal theme behavior:
- Open Settings -> Terminal Colors to browse scrollable theme cards.
- Click a card to apply immediately (including existing terminal sessions).
- Add your own
.tomlfiles to./term, then click Reload from term/.
WezTerm scheme reference:
cargo build --releasewinget install rusty.\target\release\rusty.exe

