
The off-grid face of LiberNodes. Your browser signs a sovereign payload, packs it into a single LoRa radio packet, and transmits it through a Meshtastic mesh node over RF — no internet, no cell tower, no server. Another node pulls it out of the air and verifies the signature. The same sovereign identity as the online demo; a transport that works when the grid doesn't.
Generate a secp256k1 keypair in your browser. That key is your node identity on the mesh — not an account a company gave you. The private key never leaves this tab.
A LiberProof-style attestation, signed with your key, then packed into a compact binary frame that fits in one LoRa packet (the mesh limit is 233 bytes). Edit the claim if you like.
Connect a Meshtastic LoRa node over Web Bluetooth and broadcast the bytes on a private app channel — straight out over the airwaves. No node handy? Run the simulated link to see the whole flow.
A receiving node pulls the frame out of the air, unpacks it, and checks the secp256k1 signature — proving the exact authorization crossed the radio untouched, with nothing in the middle.