Skip to content

hexajohnny/rusty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusty

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.

Theming

  • UI chrome themes use .thm files in ./theme (details: THEMES.md).
  • Terminal color themes use WezTerm-compatible TOML schemes in ./term (for example term/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 .toml files to ./term, then click Reload from term/.

WezTerm scheme reference:

Screenshots

Rusty screenshot 1 Rusty screenshot 2 Rusty screenshot 3

Build (Windows / MSVC)

cargo build --release

Install (Windows)

winget install rusty

Run

.\target\release\rusty.exe

About

Tabbed, split-pane SSH client for Windows with organization-first features—renamable, color-coded, drag-and-drop tabs, SFTP browser, and flexible layouts. Built in Rust.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages