Install KeibiDrop

Pick your platform. No accounts, no sign-up.

macOS

Homebrew

brew tap keibisoft/keibidrop
brew install keibidrop

Direct download

Download KeibiDrop.dmg from GitHub Releases. Open the DMG and drag KeibiDrop to Applications.

FUSE mode: To use the virtual folder feature, install macFUSE separately. Direct transfer mode works without it.

Linux (Debian / Ubuntu)

wget https://github.com/KeibiSoft/KeibiDrop/releases/latest/download/keibidrop_amd64.deb
sudo dpkg -i keibidrop_amd64.deb

FUSE support

sudo apt install fuse3

FUSE3 is usually pre-installed on modern Ubuntu and Debian. Check with fusermount3 --version.

From source

git clone https://github.com/KeibiSoft/KeibiDrop.git
cd KeibiDrop
make build-kd       # Agent CLI daemon
make build-cli      # Interactive terminal CLI
make build-rust     # Desktop UI (requires Rust + Slint)

Windows

Chocolatey

choco install keibidrop

Direct download

Download the .zip from GitHub Releases. Extract and run keibidrop.exe.

FUSE mode: Install WinFsp for virtual folder support.

CLI and Agent Mode

KeibiDrop has three interfaces. All are included in the install.

Desktop UI

keibidrop

Graphical interface built with Rust and Slint.

Interactive CLI

keibidrop-cli

Terminal REPL with color output and file drag-and-drop.

Agent CLI (for scripts and AI agents)

kd start                           # Start daemon
kd show fingerprint                # Get your fingerprint
kd register <peer-fingerprint>     # Register peer
kd connect                         # Connect
kd add /path/to/file.zip           # Share a file
kd list                            # List shared files (JSON)
kd pull file.zip ~/Downloads/      # Download a file

All agent CLI output is JSON. See the full agent CLI guide.

Verify your download

Each release includes SHA256SUMS. Verify after downloading:

sha256sum -c SHA256SUMS

What next

Open KeibiDrop on both devices. Exchange fingerprints (or toggle LAN mode if you're on the same network). Press connect. That's it.

Questions? Open an issue on GitHub or email marius@keibisoft.com.