--- title: LocalSend created: 2026-06-08 updated: 2026-06-08 type: app tags: [catalogue, local-file-sharing, rust, flutter, app-marathon3-rattrapage-a] confidence: high contested: false sources: [https://selfh.st/apps/?tag=File+Sharing, https://localsend.org/] --- # đŸ“Č LocalSend > **Partage de fichiers multiplateforme sur le rĂ©seau local** : transfĂ©rez photos, vidĂ©os et documents entre appareils sans Internet, sans cloud, sans tracking. ## 📋 Informations GĂ©nĂ©rales | Champ | Valeur | | :--- | :--- | | **Site web** | [localsend.org](https://localsend.org) | | **GitHub** | [localsend/localsend](https://github.com/localsend/localsend) | | **License** | MIT | | **Langage** | Rust + Flutter | | **Étoiles GitHub** | 60k ⭐ | | **CatĂ©gorie** | [[cat-local-file-sharing|Local File Sharing]] | ## 📝 Description **LocalSend** est nĂ© en 2022 comme alternative **open source Ă  AirDrop** (Apple) — multiplateforme et privĂ©e. Il a explosĂ© en popularitĂ© grĂące Ă  sa simplicitĂ© et son absence totale de dĂ©pendance cloud. FonctionnalitĂ©s : - ✅ **Multiplateforme** : Android, iOS, macOS, Windows, Linux - ✅ **100% local** : aucune donnĂ©e transite par un serveur tiers - ✅ **HTTPS auto-signĂ©** : chiffrement de bout en bout - ✅ **DĂ©couverte automatique** : multicast UDP en LAN - ✅ **Multi-fichiers et dossiers** - ✅ **API REST** : intĂ©grations CLI - ✅ **Mode sombre, multilingue (FR/EN)** - ✅ **Reprise et progression** de transfert - ✅ **Multi-utilisateurs** sur le mĂȘme rĂ©seau - ✅ **Hotspot supportĂ©** : fonctionne entre deux appareils **DiffĂ©rence vs AirDrop** : LocalSend = cross-platform (Windows ↔ Android ↔ iOS), open source, sans tracking, configurable. **Pour qui** : utilisateurs soucieux de leur vie privĂ©e, Ă©tudiants, makers, Ă©quipes en LAN, voyageurs. ## 🚀 Installation ### Installation standard (apps natives) ```bash # Linux flatpak install flathub org.localsend.localsend_app # ou AppImage depuis le GitHub releases # macOS / Windows # TĂ©lĂ©chargez depuis https://localsend.org # iOS / Android # App Store / Play Store ``` ### Auto-hĂ©berger un relai (optionnel) ```yaml version: '3.8' services: localsend-relay: image: localsend/relay:latest container_name: localsend-relay restart: unless-stopped ports: - "53317:53317" environment: - LISTEN_ADDR=0.0.0.0:53317 ``` > Note : LocalSend fonctionne **sans serveur** par dĂ©faut. Le relai n'est nĂ©cessaire que pour traverser Internet. ## 🔄 Alternatives ### Open Source - [[app-snapdrop]] — alternative WebSocket - [[app-pairdrop]] — fork amĂ©liorĂ© de Snapdrop - **KDE Connect** — intĂ©gration bureau KDE/Android - **ShareDrop.io** — version web de Snapdrop - **Lanshare** — autre alternative Flutter - **Warpinator** — app Linux Mint ### PropriĂ©taires - **AirDrop** (Apple) — excellent mais fermĂ© - **Nearby Share** (Google) — Ă©quivalent Android - **Quick Share** (Samsung) — Ă©cosystĂšme Samsung - **Xender** — freemium avec pubs ## 🔐 SĂ©curitĂ© - **Chiffrement TLS auto-signĂ©** : chaque transfert - **Pas de serveur cloud** : impossible d'intercepter - **DĂ©couverte multicast locale** : limitĂ© au LAN - **Code auditable** : open source, 0 dĂ©pendance serveur - **Permissions minimales** : pas d'accĂšs Internet requis - **Mises Ă  jour frĂ©quentes** : app stores ## 📚 Ressources - [Documentation](https://github.com/localsend/localsend) - [GitHub](https://github.com/localsend/localsend) - [Site officiel](https://localsend.org) ## Pages LiĂ©es - [[cat-local-file-sharing]] — CatĂ©gorie File Sharing - [[app-pairdrop]] — Alternative web - [[recettes-docker-compose]] — Templates Docker