Turbo SSHuttle

I built a Finder-style SSH file transfer app for macOS

A practical story about too many server logins, too many repeated commands, and why a visual Mac workflow can make SSH file work calmer.

The problem

In my own work, SSH file transfer often became more scattered than it needed to be.

One server had one login. Another server had a different path. One workflow used scp, another used rsync, and sometimes I just needed to browse a remote folder before deciding what to copy.

Terminal tools are powerful, but repeated file work across multiple SSH-accessible machines can become a lot of small context switches: remembering paths, reopening terminal windows, rebuilding copy commands, checking which server is which, and tracking whether a transfer finished.

I wanted a Mac app that made this feel more like working in Finder.

The idea

Turbo SSHuttle is a macOS app for SSH file transfer with a multi-panel file browser.

The workflow is simple: save SSH-accessible machines, open local and remote folders side by side, drag files between panels, and track transfer progress in the app.

The goal is not to replace every command-line workflow. It is to make repeated server file work easier when a visual desktop workflow is faster.

Turbo SSHuttle showing a multi-panel local and remote file browser
Turbo SSHuttle keeps local and SSH-connected file panels visible in one Mac workspace.

What it supports

Why macOS

On macOS, a lot of developer work already happens in a visual desktop environment: Finder, editors, terminal windows, preview tools, and local project folders.

Turbo SSHuttle tries to fit into that environment instead of forcing every transfer through a remembered command.

If I already know which remote folders I use often, I should be able to open them, compare them, and drag files around without reconstructing the same SSH command over and over.

Turbo SSHuttle transfer workflow with progress tracking
Transfers stay visible, so repeated file work does not disappear into separate terminal windows.

How it compares

Terminal tools like ssh, scp, and rsync are still the right tools for many jobs. They are scriptable, reliable, and precise.

Apps like FileZilla and Cyberduck are established file transfer tools. Turbo SSHuttle focuses on a narrower Mac desktop workflow: multiple file panels visible at once, saved SSH machines in a clean sidebar, drag-and-drop transfers, visible transfer progress, macOS Keychain integration, and a Finder-style feel for repeated SSH file work.

What I want feedback on

I am especially interested in feedback from Mac users who work with servers:

Turbo SSHuttle is available on the Mac App Store, and the Product Hunt discussion is open for feedback.