The iCopy-X is now Open Source
The iCopy-X is now open source. The complete source code is available on GitHub, the DRM is gone, and the device is now a fully hackable, community maintained platform. You can install plugins, modify the interface and flash modern Iceman Proxmark3 firmware.
Before vs after: what actually changes for your iCopy-X
Before iCopy-X Open
The closed device shipped with a solid auto-copy flow for most LF and HF tags, an embedded Proxmark client accessible over USB-C, and LUA scripting from a 2022 collaboration. What it lacked was extensibility: if you wanted to add a flow, fork an attack, or integrate a new tag type, the answer was no. DRM restrictions applied to blanks, and the internal Proxmark firmware could not be updated to modern Iceman versions.
After iCopy-X Open
The open device gives you universal IPK installation, the complete source on GitHub, and no DRM. The user interface is JSON driven, so you can modify it without recompiling, and a JSON based plugin framework supports three plugin types. You can flash modern Iceman firmware while keeping full compatibility with the factory configuration. As a demonstration of the plugin architecture, Doom runs on the device.
How does this compare to a Proxmark 3 RDV4?
The iCopy-X Open keeps everything that makes the iCopy-X convenient in the field and adds the modern Proxmark research core that power users want. In short, field ready pentesting now combines portability with modern research capability in a single device.
| Feature | RDV4 | iCopy-X (closed) | iCopy-X Open |
|---|---|---|---|
| Proxmark 3 core | Yes | Yes (older) | Yes (modern) |
| Standalone operation | Limited | Yes | Yes |
| Integrated screen and buttons | No | Yes | Yes |
| Auto-copy “EZ mode” | No (CLI only) | Yes | Yes |
If you see value in this project
Clone it. Install it on your iCopy-X. Contribute. Badge compatibility, new flows, plugin examples, the framework is there. Help maintain it. The project lives on GitHub.