A new open-source project called Engye aims to solve one of computing's most annoying friction points: getting a file from your phone or laptop onto a random public terminal without creating yet another account or digging through drawers for a USB stick.
The Core Problem
Think about the last time you needed to print something at a library, hotel business center, or borrowed machine. Most solutions require jumping through hoops—uploading to cloud storage, emailing yourself, or worse. Engye's creator detailed how this exact scenario prompted development: needing to print tax forms at their local library, first time in forever, and realizing there had to be an easier way.
How It Works
The tool uses QR codes as the transfer mechanism. One device generates a code containing file data or a connection token, and another device scans it to receive the payload. This peer-to-peer approach means files don't necessarily route through third-party servers—assuming the implementation follows standard WebRTC patterns for direct connections.
The Trade-offs
QR codes have inherent size limitations, so this approach works best for smaller files like documents or images rather than video dumps. The creator acknowledges that many existing solutions exist but notes most involve account creation, which shouldn't be necessary just to move a PDF across devices. Engye appears focused on the zero-setup, ephemeral transfer case.
Early Stage Feedback
The Hacker News post currently sits at just 2 points with limited discussion—expected for a fresh Show HN launch. The project lives at engye.fuzzyworld.net and is clearly in early development, but the core concept addresses a real pain point that hasn't been fully solved by existing tools.
Key Takeaways
- QR-based transfers eliminate account creation requirements entirely
- Works across any device with a camera and browser—no apps to install
- Best suited for small files given QR code size constraints
- Solves the "stranger's computer" problem that cloud services overcomplicate
The Bottom Line
File transfer shouldn't require friction. Engye isn't groundbreaking tech—QR codes aren't new—but applying them to this specific use case hits a genuine gap in the toolchain. Whether it gains traction depends on reliability and whether the implementation handles edge cases well. Worth watching for developers who value zero-friction workflows.