VibeHunt
Back to browse

airtrash

Clone of Apple's Airdrop - easy P2P file transfer

Source

airtrash implements a peer‑to‑peer file transfer experience similar to Apple’s AirDrop, using Electron, Node.js and C++ to provide a desktop application that runs on macOS. The project serves as a practical tutorial for beginners, guiding them through building a real‑world cross‑platform tool rather than a simple “hello world” example. It includes instructions for installing pre‑built releases, building from source, and packaging the app with electron‑builder, as well as adding UI libraries like Bootstrap.

The intended audience is developers who want to learn how to create desktop applications with Electron, especially those interested in networking features such as local file sharing. The repository offers step‑by‑step guidance, sample code layout, and configuration details for creating macOS bundles, making it a hands‑on learning resource.

What distinguishes airtrash is its focus on a complete, functional product—an AirDrop‑style file transfer tool—while simultaneously serving as a learning platform that demonstrates the integration of Electron, Node.js, and C++ components in a single project.

Reviews

Sign in to leave a review.

Loading reviews…

Similar apps