Skip to content

kutup v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 May 20:13
· 224 commits to master since this release
f52b600

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.0

Checksums 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 login

kutup --help for the full command list; see the README for more.

Builds: Linux / macOS / Windows, amd64 + arm64. Unsigned.