seemoo-lab/opendrop

An open Apple AirDrop implementation written in Python

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 15 minutes ago
Added to GitGenius on September 6th, 2026
Created on May 14th, 2019
Open Issues & Pull Requests: 57 (+0)
GitHub issues: Enabled
Number of forks: 312
Total Stargazers: 9,731 (+0)
Total Subscribers: 83 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 15.5 days
Mean response time: 54.5 days
90th percentile: 75.6 days
Tracked items: 12

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 14
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 704 days
Stale 30+ days: 14
Stale 90+ days: 13

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

OpenDrop is a command-line tool that implements the AirDrop protocol to enable file sharing between devices over Wi-Fi.

OpenDrop solves the problem of cross-platform file sharing by reverse-engineering and implementing Apple's AirDrop protocol, making it possible for non-Apple devices to participate in AirDrop transfers. The tool works by establishing direct Wi-Fi connections and speaking the AirDrop protocol natively, allowing it to send files and links to iOS and macOS devices, and to receive files from them. A key capability is support for contacts-only mode devices through extracted AirDrop credentials obtained via a companion keychain extractor tool.

Adoption requires understanding that OpenDrop is experimental software resulting from reverse engineering, and therefore may not support all AirDrop features or remain compatible with future AirDrop versions. The tool runs only on macOS or Linux systems with Apple Wireless Direct Link support, either native on macOS or via an open re-implementation on Linux. It requires Python and libarchive, with the latter needing manual installation on macOS. OpenDrop suits developers and users who need to send files from Linux or macOS to Apple devices, or who want to receive AirDrop transfers on non-standard platforms. The README does not compare it to alternative implementations.

Development shows consistent engagement with the codebase through regular commits addressing both new features and maintenance. The project maintains active responsiveness to issues and pull requests, indicating ongoing attention to user-reported problems and community contributions. Documentation is kept current alongside code changes, reflecting a commitment to keeping usage guidance aligned with the tool's capabilities.