Download DiskPush
Current stable version 0.1.0, released 29 August 2026.
Install
Installs the CLI, and the desktop app when this machine has a desktop to run it on. Everything lands under your home directory: no root, no package manager, no system files touched.
curl -fsSL https://diskpush.com/install.sh | sh--cli-onlyskips the desktop app; a server gets the CLI and nothing else.diskpush updateupgrades in place,diskpush uninstallremoves it and keeps your connections.- Piping a script into a shell is a real decision. It is short enough to read first: read install.sh.
Requirements
DiskPush drives rsync and SSH rather than reimplementing them, so both need to exist on this machine, and rsync needs to exist on any server you transfer to or from.
sudo apt install rsync openssh-clientDesktop
Linux is the reference platform. Checksums are published alongside each release.
CLI
The CLI is a first-class surface, sharing the same engine, connections and profiles as the desktop app.
git clone https://github.com/profullstack/diskpush
cd diskpush
pnpm install
pnpm build
node apps/cli/dist/bin.js --helpA desktop install already contains the CLI and runs it on the Node inside Electron, so nothing else is needed. A CLI-only install is a plain Node program and needs Node 24 or newer.

