Skip to content

Siphon v1.0.0

Choose a tag to compare

@dentifrag dentifrag released this 26 Jul 17:48
· 5 commits to main since this release
71f9010

Siphon's first public release. A self-hosted web UI for rclone: browse a remote server from your laptop or phone and pull files straight onto your home server, with fast parallel transfers.

Install

  • Single-file binary: download the file for your OS below (siphon-win-x64.exe, siphon-macos-arm64, siphon-macos-x64, or siphon-linux-x64), run it once, then open http://localhost:8080. On macOS/Linux, chmod +x siphon-* first. Binaries are unsigned, so Windows SmartScreen or macOS Gatekeeper may warn once.
  • Docker: docker compose up -d --build (rclone is bundled in the image).

See the README for full setup and configuration.

Highlights

  • Connect to remote servers over SFTP with a password or private key.
  • Browse remote folders with sorting, multi-select, and right-click download.
  • Fast parallel downloads (1 to 16 streams) with live progress and speed.
  • Upload files and folders from the Siphon server's local disk into the browsed remote folder.
  • Server-side transfers that keep running after you close the tab.
  • Saved connection profiles and a per-download destination folder picker.
  • Password authentication with login lockout, session expiry, and a first-run setup wizard; optional open mode for trusted networks.
  • Docker image with rclone bundled, plus single-file binaries for Windows, macOS, and Linux.
  • Windows service installer for running Siphon at boot.