A complete session over SSH
Both panes, terminal PTYs, file operations, searches, and VFS mounts execute on the remote host. The client filesystem is mounted alongside them for transfers.
Two-pane file manager for macOS, Linux, and Windows
Connect over SSH, enter a container or Kubernetes pod, or open a WSL distribution. Both panes, terminals, file operations, and mounted filesystems then run there, while your local files remain available for transfers.

Packing a project directly to S3, with transfer progress in the foreground.
Filesystems
Enter an archive or ISO as if it were a directory. A recursive search becomes a result pane whose entries still refer to the underlying files. S3, SFTP, and remote-agent filesystems use the same mounting model.
Sessions and filesystems
A connection can open an entire session in a new window or mount only the target filesystem in a pane. Connections made from a remote session originate on that remote machine.
Both panes, terminal PTYs, file operations, searches, and VFS mounts execute on the remote host. The client filesystem is mounted alongside them for transfers.
Run a full session in a container, including images without a shell, or mount the container filesystem into the active pane.
Connect through Kubernetes exec, open a WSL distribution on Windows, or provide a custom transport command. The frontend remains the same.
Enter ZIP, TAR, compressed TAR, and CPIO archives in a pane, including nested and encrypted archives. Pack new archives by streaming directly between filesystems.
Navigate ISO 9660 and UDF images without extracting them. Range reads allow large images on S3 to be browsed without downloading the whole image.
Recursive filename and content matches stream into a pane. View, copy, delete, or reveal the underlying files directly from the result set.
Keyboard controls
Function keys cover file operations. Incremental search, pane switching, navigation history, command palettes, and configurable bindings cover the rest of the interface. Mouse controls remain available.
Keyboard reference →Project
The backend is written in Rust and the interface in React and TypeScript, packaged with Tauri. The source is available under the GNU GPL v3.