Install termscp

Pick your platform. One command and you're in.

$ Linux · macOS · BSD
curl --proto '=https' --tlsv1.2 -sSLf https://termscp.rs/install.sh | sh

Requires curl. macOS uses Homebrew if available, otherwise builds from source.

> Windows (PowerShell)
irm https://termscp.rs/install.ps1 | iex

Downloads the latest release and adds termscp to your user PATH.

Package managers


          cargo install termscp --locked
        

Update anytime with termscp --update.

Official Linux binaries and .deb packages are statically linked against musl: no runtime dependencies, any distribution, any glibc version. Building from source still needs libdbus-1, pkg-config and libsmbclient. More details in the docs.