Share files between devices on demand. They show up as a folder on your computer, available instantly while downloading.
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Mature repo (>1y old)
- ✓Documented (README)
- !Licence file present but not machine-readable
- !Install pipes a remote script into a shell (curl | sh)
git clone https://github.com/KeibiSoft/KeibiDrop{
"mcpServers": {
"keibidrop": {
"command": "KeibiDrop"
}
}
}Resumen de MCP Servers
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="logo.svg">
<source media="(prefers-color-scheme: light)" srcset="logo-dark.svg">
<img alt="KeibiDrop" src="logo-dark.svg" width="400">
</picture>
</p>
<p align="center">
<a href="https://keibidrop.com">Website</a> · <a href="https://github.com/KeibiSoft/KeibiDrop/releases">Download</a> · <a href="https://keibisoft.com/blog.html">Blog</a>
</p>
<h2 align="center">Work on shared files instantly.<br>No more upload or download waiting.</h2>
<p align="center">
<a href="https://www.youtube.com/watch?v=9Wt0NMx2_I8">
<img src="demo-photos/keibidrop-demo.gif" alt="KeibiDrop demo, Mac and Windows side by side. Click to watch on YouTube with sound." width="900">
</a>
<br><sub><b>Mac to Windows, one folder, nothing to download first.</b> Two computers side by side. Click to watch on YouTube, with sound.</sub>
</p>
Another computer's files show up as a folder on yours. Open and edit them in your own apps, with nothing to download first.
- Open a 40 GB file and start working instantly. Your edits sync back.
- End-to-end encrypted (post-quantum). No cloud, and the relay never reads your files.
- Same network: one click. Over the internet: swap a code once, then save the contact.
- Their files become a real folder on your machine. Open, edit, `git clone`, anything.
- macOS, Linux, Windows, Android. iOS coming soon. Open source engine (MPL-2.0).
**Get it:** [Mac](https://github.com/KeibiSoft/KeibiDrop/releases/download/v0.4.6/keibidrop-0.4.6-darwin-arm64.dmg) · [Windows](https://github.com/KeibiSoft/KeibiDrop/releases/download/v0.4.6/keibidrop-0.4.6-windows-amd64.zip) · [Linux](https://github.com/KeibiSoft/KeibiDrop/releases/download/v0.4.6/keibidrop_0.4.6_amd64.deb) · [Android](https://keibidrop.com/install.html#android) · [every click, per computer](https://keibidrop.com/install.html)
**Three steps:** install it on both computers. Connect once: same Wi-Fi, turn on the switch; anywhere else, send your code in any chat and paste theirs. Then drop a file in, or open their files as a folder. [How to use it, with a short clip for each step.](https://keibidrop.com/how-to-use.html) [The clips as a YouTube playlist.](https://www.youtube.com/playlist?list=PLB-moSLYtzF0)
<p align="center">
<a href="https://www.youtube.com/watch?v=2fIOOnN9HhQ">
<img src="demo-photos/how-to-use.gif" alt="Connecting two computers with a code: Copy my code, paste it in a chat, paste the other code, press Connect on both sides. Click to watch the two minute video on YouTube." width="700">
</a>
<br><sub>Copy your code, send it in any chat, paste theirs, both press Connect. <b>Every step, click by click.</b></sub>
</p>
<p align="center">
<img src="demo-photos/initial-screen.png" alt="KeibiDrop connection screen" width="700">
</p>
| Direct Transfer | Virtual Folder (FUSE) |
|:---:|:---:|
| <img src="demo-photos/connected-in-direct-transfer-mode.png" alt="Direct transfer mode" width="450"> | <img src="demo-photos/connected-as-virtual-filesystem.png" alt="Virtual filesystem mode" width="450"> |
| Drag files in. Your peer saves what they need. | Peer files appear as a folder. Open in any app. |
| Finder | Terminal (git) |
|:---:|:---:|
| <img src="demo-photos/as-filesystem-accessible-from-finder.png" alt="Shared files in Finder" width="450"> | <img src="demo-photos/as-filesystem-git-ops-work.png" alt="Git on FUSE mount" width="450"> |
---
## Install
### macOS
```bash
brew tap keibisoft/keibidrop
brew trust keibisoft/keibidrop
brew install keibidrop
```
### Linux (Debian/Ubuntu)
```bash
wget -O keibidrop.deb $(curl -s https://api.github.com/repos/KeibiSoft/KeibiDrop/releases/latest \
| grep -o 'https://[^"]*_amd64\.deb')
sudo apt install ./keibidrop.deb
```
### Windows
```bash
choco install keibidrop
```
Or download from [GitHub Releases](https://github.com/KeibiSoft/KeibiDrop/releases).
### Android
We host our own F-Droid repository. Open [fdroid.keibisoft.com](https://fdroid.keibisoft.com) on your phone, scan the code, and check the fingerprint before you add it.
To add it by hand, use `https://fdroid.keibisoft.com/fdroid/repo` in F-Droid under Settings, Repositories. The fingerprint to check is on the same page.
### Build from source
```bash
git clone https://github.com/KeibiSoft/KeibiDrop.git
cd KeibiDrop
make build-kd # CLI daemon
make build-cli # Interactive CLI
make build-rust # Desktop UI (needs Rust + Slint)
```
---
## Quick start
**Same network (LAN):**
1. Both peers launch KeibiDrop
2. Devices discover each other automatically
3. One click to connect
4. Share files
**Over the internet:**
1. Both peers launch KeibiDrop
2. Copy your fingerprint and send it to your peer (Signal, Telegram, anything)
3. Paste each other's fingerprints and connect
4. Share files
Save a peer as a contact to skip the fingerprint exchange next time. On the same network, saved contacts connect with one click using pseudonyms.
It works through firewalls automatically. If direct connection fails, KeibiDrop falls back to an encrypted relay. No port forwarding, no router configuration.
---
## Two modes
| | Direct Transfer | Virtual Folder (FUSE) |
|--|--|--|
| Speed | Up to ~660 MB/s | Up to ~276 MB/s |
| How it works | Add files, peer pulls them | Peer's files appear as a local folder |
| Setup | Nothing extra | Install [macFUSE](https://macfuse.github.io/), [fuse3](https://github.com/libfuse/libfuse), or [WinFsp](https://winfsp.dev/) |
| Best for | Sending large files | Working on shared files, git repos |
---
## How it works
1. Peers exchange fingerprints (or discover each other on LAN)
2. KeibiDrop finds the fastest path: LAN, direct IPv6, or encrypted relay
3. Files transfer over an encrypted channel the relay cannot read
4. Keys rotate automatically for forward secrecy
The encryption is post-quantum (ML-KEM-1024 + X25519) with AES-256-GCM or ChaCha20-Poly1305. Full protocol details in [Security.md](./Security.md).
---
<details>
<summary><strong>Three interfaces</strong></summary>
**Desktop UI** (Rust/Slint)
```bash
./keibidrop
```
**Interactive CLI** (terminal REPL)
```bash
./keibidrop-cli
```
**Agent CLI** (for scripts and AI agents, all output is JSON)
```bash
./kd start # Start daemon
./kd show fingerprint # Get your fingerprint
./kd register <peer-fingerprint> # Register peer
./kd create # Create room (or: kd join)
./kd add /path/to/file.zip # Share a file
./kd list # List shared files
./kd pull file.zip ~/Downloads/ # Download a file
```
See [docs/kd-agent-guide.md](./docs/kd-agent-guide.md).
</details>
<details>
<summary><strong>Configuration</strong></summary>
KeibiDrop reads `~/.config/keibidrop/config.toml`. Environment variables override the config.
| Setting | Env var | Default |
|--|--|--|
| Relay server | `KD_RELAY` | `https://keibidroprelay.keibisoft.com/` |
| Bridge relay | `KD_BRIDGE` | `bridge.keibisoft.com:26600` |
| Save folder | `KD_SAVE_PATH` | `~/KeibiDrop/Received/` |
| FUSE mount | `KD_MOUNT_PATH` | `~/KeibiDrop/Mount/` |
| Inbound port | `KD_INBOUND_PORT` | 26431 |
| Disable FUSE | `KD_NO_FUSE` | false |
</details>
<details>
<summary><strong>Security</strong></summary>
Post-quantum hybrid key exchange prevents future quantum computers from decrypting recorded traffic. Forward secrecy via periodic re-keying limits exposure if a session key is ever compromised.
By default, identity persists across sessions (so saved contacts keep working), encrypted with a per-install master key stored in the OS keychain (macOS Keychain Services, Linux Secret Service, Windows Credential Manager). Headless setups fall back to `~/.config/keibidrop/.master.key` (mode 0600). Optional passphrase protection via Argon2id for users who back up config to the cloud. Incognito mode switches to ephemeral keys: a fresh keypair each session, anonymous, unlinkable, nothing written to disk.
Full protocol description: [Security.md](./Security.md)
</details>
---
## Troubleshooting
See [TROUBLESHOOTING.md](./TROUBLESHOOTING.md).
## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md).
## License
Go engine, CLI, and mobile bindings: [Mozilla Public License 2.0](./LICENSE) (per-file copyleft)
Rust UI, mobile apps, and brand assets: Proprietary - see [LICENSING.md](./LICENSING.md)
Desktop UI built with [Slint](https://slint.dev)
Built by [KeibiSoft SRL](https://keibisoft.com).
---
## By trade
### Remote DFIR triage
[](https://youtu.be/Y_4PZcqr4U4)
Mount an evidence share read only across NAT and extract the artifact set you need, with no inbound port, native on Windows, and no kernel driver on the evidence machine. There is a [write-up](https://keibidrop.com/blog/triage-a-remote-machine-without-a-vpn.html) and a [DFIR page](https://keibidrop.com/for/dfir.html).
### Post-production handoff
<p align="center">
<a href="https://www.youtube.com/watch?v=6DEEfoms-j8">
<img src="demo-photos/resolve-nas-demo.gif" alt="DaVinci Resolve playing a clip that lives on a NAS 400 km away, then jumping to the next clip, which is there when the playhead lands on it. Click to watch the two minute demo on YouTube." width="700">
</a>
<br><sub><b>How to edit in DaVinci Resolve, Premiere Pro or Final Cut while traveling.</b> Your footage stays on the studio NAS, you open it on demand from the app, no waiting for a download or an upload. Click for the two minute demo.</sub>
</p>
[Mount the camera originals](https://keibidrop.com/for/post-production.html). No proxy transcode before the handoff, and no relink after it. [The Resolve setup, step by step](https://keibidrop.com/docs/how-to/edit-from-a-nas-in-davinci-resolve.html).
### Datasets on a rented GPU box
[Mount the workLo que la gente pregunta sobre KeibiDrop
¿Qué es KeibiSoft/KeibiDrop?
+
KeibiSoft/KeibiDrop es mcp servers para el ecosistema de Claude AI. Share files between devices on demand. They show up as a folder on your computer, available instantly while downloading. Tiene 59 estrellas en GitHub y su última actualización registrada es del 2026-09-08.
¿Cómo se instala KeibiDrop?
+
Puedes instalar KeibiDrop clonando el repositorio (https://github.com/KeibiSoft/KeibiDrop) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar KeibiSoft/KeibiDrop?
+
Nuestro agente de seguridad ha analizado KeibiSoft/KeibiDrop y le ha asignado un Trust Score de 77/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene KeibiSoft/KeibiDrop?
+
KeibiSoft/KeibiDrop es mantenido por KeibiSoft. La última actividad registrada en GitHub es del 2026-09-08, con 8 issues abiertos.
¿Hay alternativas a KeibiDrop?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega KeibiDrop en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/keibisoft-keibidrop)<a href="https://claudewave.com/repo/keibisoft-keibidrop"><img src="https://claudewave.com/api/badge/keibisoft-keibidrop" alt="Featured on ClaudeWave: KeibiSoft/KeibiDrop" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!