Releases: AsyncSan/opensftp
Releases · AsyncSan/opensftp
Release list
v0.1.1
Downloads
| Platform | File | Notes |
|---|---|---|
| Linux | opensftp-linux-x86_64 |
Standalone binary, chmod +x and run |
| macOS (Apple Silicon) | opensftp-macos-aarch64 |
M1/M2/M3/M4, chmod +x and run |
| Windows | opensftp-windows-x86_64.exe |
Double-click to run |
Intel Macs: use the universal .app bundle from the 0.1.0 release, or build from source.
The macOS builds are not code-signed — right-click the app and choose Open on first launch.
Getting started
Download the binary for your platform, make it executable (chmod +x on macOS/Linux), and run it. No installation required.
Full Changelog: v0.1.0...v0.1.1
openSFTP 0.1.0
First public release.
macOS — universal app bundle (Intel + Apple Silicon). Unzip, then right-click the app and choose Open on first launch. The build is not code-signed yet, so Gatekeeper will otherwise refuse to start it.
Linux (ARM64) — single binary, no dependencies:
tar xzf OpenSFTP-0.1.0-linux-aarch64.tar.gz && ./opensftp
Windows and Linux x86_64 builds are not available yet — build from source in the meantime.
Included
- SFTP with full SSH key support (Ed25519, RSA, ECDSA)
- Dual-pane file browser with drag and drop
- 22 themes
- Parallel transfers with bandwidth limiting
- Session restore and multi-tab sessions
- Embedded SSH terminal