First tagged release of the kutup CLI — the command-line client for Kutup, the end-to-end-encrypted, self-hosted Drive. Login, browse, resumable/streaming upload & download, bidirectional folder sync, sharing, version history, devices, 2FA, and public-link consumption — all with client-side encryption (the server only ever sees ciphertext).
Install
Download the archive for your platform below, extract it, and put kutup on your PATH. Or:
go install github.com/kutupbulut/kutup/cmd/kutup@v0.1.0Checksums for the archives are in checksums.txt.
Quick start
kutup login --server https://your.kutup.host
kutup ls
kutup upload ./file.bin <folder-id>
kutup download <file-id>
kutup sync ./local-dir <folder-id> --watch
kutup pub get https://your.kutup.host/p/<token>#key=<base64> # public link, no loginkutup --help for the full command list; see the README for more.
Builds: Linux / macOS / Windows, amd64 + arm64. Unsigned.