Releases: profullstack/diskpush
Releases · profullstack/diskpush
Release list
DiskPush 0.1.7
Full Changelog: v0.1.6...v0.1.7
DiskPush 0.1.6
Full Changelog: v0.1.5...v0.1.6
DiskPush 0.1.5
Full Changelog: v0.1.4...v0.1.5
DiskPush 0.1.4
Full Changelog: v0.1.3...v0.1.4
DiskPush 0.1.3
Full Changelog: v0.1.2...v0.1.3
DiskPush 0.1.2
Full Changelog: v0.1.1...v0.1.2
DiskPush 0.1.1
Full Changelog: v0.1.0...v0.1.1
DiskPush 0.1.0
First release. Linux x86_64.
Install
curl -fsSL https://diskpush.com/install.sh | shInstalls the CLI, and the desktop app when the machine has a desktop session
to run it on. Everything lands under your home directory: no root, no package
manager, no system files touched.
--cli-onlyskips the desktop app, for servers.--desktopforces it where no session was detected.diskpush updateupgrades in place;diskpush uninstallremoves it and
keeps your connections and profiles.
What is in it
| Artifact | For |
|---|---|
DiskPush-0.1.0-linux-x64.tar.gz |
What the installer uses. Contains the app and the CLI. |
DiskPush-0.1.0-linux-amd64.deb |
Debian/Ubuntu, with a menu entry and the Ubuntu 24.04+ sandbox fix. |
DiskPush-0.1.0-linux-x86_64.AppImage |
One file, no install. |
diskpush-cli-0.1.0-linux-x64.tar.gz |
CLI only. Needs Node 24+. |
A desktop install carries the CLI inside it and runs it on the Node in
Electron, so diskpush works on the command line with no system Node.
What works
- Local → server, server → local, and server → server directly — rsync
runs on the source host and the payload never touches your machine. - Archive metadata, resumable partial transfers, and unchanged files skipped,
all on by default. - Nothing at the destination is deleted unless you enable Mirror, which shows
you the exact delete list first. - Full rsync pass-through after
--, minus the delete family, which would
bypass that preview.
Known limits
- Linux x86_64 only. macOS and arm64 builds need a runner that can produce
them; the CLI builds on both. - The desktop UI covers the two-pane browser, transfers, the mirror preview
and the queue. Drag-and-drop between panes, the Logs and Profiles tabs, and
queue concurrency are not there yet — the CLI covers all of it.
Verify downloads against SHA256SUMS. Docs: https://diskpush.com/docs