Open, edit, and stream files from another device without downloading them first. Encrypted peer-to-peer. No cloud. No accounts.
brew tap keibisoft/keibidrop brew install keibidrop
Or download from GitHub Releases. FUSE mode needs macFUSE.
wget https://github.com/KeibiSoft/KeibiDrop/releases/latest/download/keibidrop_amd64.deb sudo dpkg -i keibidrop_amd64.deb
Or grab the binary from GitHub Releases. FUSE mode: sudo apt install fuse3
choco install keibidrop
Or download from GitHub Releases. FUSE mode needs WinFsp.
Stream a 600 MB video from a peer via FUSE — plays before the transfer finishes
KEIBIDROP solves a specific problem: getting files from one device to another without uploading them to someone else's server.
Any file size, any number of files, no bandwidth quota. Send a 5 KB config or a 500 GB database dump. Incomplete transfers resume automatically when the same peer reconnects.
In virtual folder mode, files are streamed on access. Open a 4 GB video and it starts playing immediately. The full file downloads in the background.
ML-KEM-1024 + X25519 hybrid key exchange. AES-256-GCM or ChaCha20-Poly1305 for data. The relay, if used, forwards bytes it cannot decrypt.
Files travel directly between devices. There is no upload-then-download step. On a local network, it saturates gigabit ethernet.
On the same WiFi, devices discover each other automatically via Bonjour. On different networks, they connect through an encrypted relay.
macOS, Windows, Linux, Android, iOS. Desktop GUI for regular use, CLI for scripting and servers, agent mode for automation. Shared files persist across app restarts.
Pick files and send them directly, or mount a shared folder that both peers can read and write to.
Drag files in. Your peer saves what they need.
Peer files appear as a folder. Open in any app.
The shared mount is a standard filesystem. Your file manager, terminal tools, git, rsync, IDEs all work on it.
Peer's files visible in Finder. Open, copy, or stream them.
git clone, git log, git status all work over the shared mount.
In direct transfer mode, directories show up as navigable folders. You can drill into them and save individual files.
Browsing a git repository received from a peer. Folder structure, source files, and docs all preserved.
The code is open source and the cryptography is auditable.
Key exchange uses ML-KEM-1024 + X25519 (hybrid, so it is secure against both classical and quantum attacks). Data encryption uses AES-256-GCM or ChaCha20-Poly1305, negotiated per session. When a relay is involved, it forwards encrypted bytes that it cannot decrypt. The full engine is open source under MPL-2.0.
Direct when possible. Encrypted relay as fallback.
KeibiDrop is the only open-source tool that combines internet connectivity, cross-platform support, and a virtual shared folder.
| KeibiDrop | croc | LocalSend | Syncthing | |
|---|---|---|---|---|
| Works over the internet | Yes | Yes | LAN only | Yes |
| Virtual folder (FUSE) | Yes | No | No | No |
| Post-quantum encryption | ML-KEM-1024 | PAKE only | TLS | TLS |
| Encrypted transfer speed | ~610 MB/s | ~150 MB/s | ~700 MB/s | ~200 MB/s |
| No account needed | Yes | Yes | Yes | Yes |
| Agent / automation CLI | JSON API | No | No | REST API |
| Git clone on shared files | Yes | No | No | No |
| Cross-platform | All platforms | All platforms | All platforms | All platforms |
| Open source | MPL-2.0 | MIT | MIT | MPL-2.0 |
Open source · MPL-2.0 · No telemetry · No accounts