Pick your platform. No accounts, no sign-up.
brew tap keibisoft/keibidrop brew install keibidrop
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.
wget https://github.com/KeibiSoft/KeibiDrop/releases/latest/download/keibidrop_amd64.deb sudo dpkg -i keibidrop_amd64.deb
sudo apt install fuse3
FUSE3 is usually pre-installed on modern Ubuntu and Debian. Check with fusermount3 --version.
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)
choco install keibidrop
Download the .zip from GitHub Releases. Extract and run keibidrop.exe.
FUSE mode: Install WinFsp for virtual folder support.
KeibiDrop has three interfaces. All are included in the install.
keibidrop
Graphical interface built with Rust and Slint.
keibidrop-cli
Terminal REPL with color output and file drag-and-drop.
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.
Each release includes SHA256SUMS. Verify after downloading:
sha256sum -c SHA256SUMS
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.