Every new AI conversation starts from zero. You re-introduce yourself, re-explain your project, re-establish your preferences. SneakerNet is a single JSON file you carry between sessions that tells any AI who you are, what you've worked on, and how you like to work — then grows as you go. No cloud. No accounts. No servers. Just a file.
snp:// deep links so AIs can hand off bundles with one tap. Setup steps below.Google Play submission is in preparation; until then the Android app installs as a sideload. It's safe — you're downloading a signed APK from the same domain you're reading this page on.
SneakerNet-latest.apk to your Downloads folder..snp files.That's it. The app registers https://sneakernet.live/apply/ as a verified App Link, so deep links from AI chats open directly in the app with no browser chooser.
SneakerNet is a portable AI context protocol. A Packet is a JSON file that holds your profile, conversation history index, behavioral rules, and the registry of every AI you've worked with. You give it to an AI at the start of a session; the AI reads it, self-registers if it's new, and works with the full context. At the end, the AI hands back an Update Packet — a diff of what just happened. The Editor applies it, bumps the version, and your context grows.
The wire format is JSON, the compression is gzip, and deep links use a custom snp:// scheme with an HTTPS App Link fallback. Everything stays on your device unless you hand it to an AI yourself.
The protocol is stable. Any AI that can read JSON and produce a bundle can participate — no SDKs, no accounts, no gatekeepers.