· via dev.to (home feed)
nowiretransfer.xyz offers cross-platform AirDrop-style transfers in any browser
A developer has released nowiretransfer.xyz, a free browser-only tool that moves files and text between any two devices using short codes and QR, with no accounts or app installs.

An AirDrop alternative that lives in the browser
A developer has built and released nowiretransfer.xyz, a free tool for moving files and text between any two devices — iOS, Android, Windows, macOS or Linux — using nothing but a browser. Writing on dev.to, the builder frames it as an answer to a familiar annoyance: getting a file from, say, a Windows laptop to an iPhone. AirDrop only works inside Apple's ecosystem, Bluetooth is too slow for anything substantial, and cloud storage requires an account and leaves a copy of the file sitting on third-party infrastructure.
How a transfer works
The service requires no app install and no sign-up. A sender drops a file — each one up to 250 MB, with no stated limit on the number of files — or pastes text into the site, and receives a six-character code along with a QR code. Typing or scanning that code on a second device's browser retrieves the share. Senders pick an expiry window between one hour and seven days, and shares delete themselves once that time passes. When both devices sit on the same Wi-Fi network, an additional Nearby mode pairs them automatically and skips the code entirely.
Performance and security claims
According to the dev.to post, direct browser-to-browser links over a local network can reach up to 800 Mbps on Wi-Fi 6, compared with roughly 2 Mbps for Bluetooth 5.0 — a figure the developer attributes to the Bluetooth SIG's technical overview — and speeds capped by the uploader's connection for cloud services. Transfers are described as encrypted with AES-256 in transit, gated by single-use share codes, and never publicly listed; download links are generated only after a server verifies the code and confirms the share has not lapsed.
Two caveats are worth flagging. First, these numbers and guarantees come from a single self-published post and have not been independently benchmarked. Second, the architecture description is not fully consistent: the post presents transfers as running browser-to-browser across the local network, yet the security section describes a server that validates codes and issues links, which suggests a coordinating component sits somewhere in the path, likely for signaling or as a fallback. Anyone with sensitive files may want to treat the privacy claims cautiously until the implementation is examined.
Who the tool is aimed at
The developer lists several intended audiences: developers shuttling builds between a phone, laptop and virtual machine without emailing files to themselves; households and offices running a mix of operating systems; quick handoffs on locked-down machines such as library computers or work laptops where installing software is not possible; and files too large for the roughly 25 MB attachment limits common on free email tiers, such as video exports, design files and phone backups.
Why it matters
Moving a file between two nearby devices with different operating systems remains a stubbornly awkward problem well into the smartphone era. Apple keeps AirDrop inside its own walls, cloud services trade convenience for accounts and indefinite server-side retention, and Bluetooth is still too slow for anything beyond small files. A browser-only approach attacks all three frictions at once: nothing to install, nothing to sign up for, and shares that expire by default rather than persisting on a server indefinitely. If the performance and security claims hold up under independent testing, the broader pattern — ephemeral, code-gated, install-free transfer — is a sensible template for casual file sharing, and a reminder that the browser on its own can now handle a job that once demanded dedicated apps on every platform involved.
- #file-transfer
- #web
- #peer-to-peer
- #cross-platform
- #browser