Earth seen from space, two small houses on opposite sides of the planet, one thin green line connecting them directly through the dark

Photon

The first passless application: a messenger.
Live since July 2026, on real devices, between real humans.
No account. No phone number. No server holding anything of yours.

Two devices. One line. Ends: 2.

Download the Android APK →

Open it once it lands. Android will warn you it came from outside a store. It did. That is where things without accounts come from.

Get it on a computer

Click a command once and it selects itself whole, then copy. There is no copy button, because buttons need scripts and this page runs none.

Linux
curl -sSfL https://passless.org/photon/install | sh
To open a terminal: Ctrl+Alt+T on most systems, or search your apps for "Terminal". Paste there with Ctrl+Shift+V, press Enter.
The installer fetches the binary for your machine and has it verify its own Ed25519 signature before anything is installed. A binary that fails the check never runs.
macOS
curl -sSfL https://passless.org/photon/install | sh
To open a terminal: press ⌘ Space, type terminal, press Return. Paste with ⌘V, press Return.
Same installer, same check: the binary verifies its own Ed25519 signature before anything is installed.
Windows
irm https://passless.org/photon/install.ps1 | iex
To open a terminal: press the ⊞ Windows key, type powershell, press Enter. Paste with Ctrl+V (or a right-click), press Enter.
The installer carries the SHA-256 of the exact binary it fetches, stamped in at release time, and checks it before anything runs.

Every platform, direct

linux x86_64 · linux arm64 · windows x86_64 · windows arm64 · macos x86_64 · macos arm64 · redox · android

Yes, Redox. An operating system most people have never run has a build and most billion-user messengers do not.

Verify it

A download page that says "trust me" is a password with extra steps.
Do not trust this page. Check it:

Self-updates are checked the same way, automatically: each release ships a signed manifest (BLAKE3, size, version, and commit for every binary, Ed25519-signed), and the client verifies before it ever swaps itself. You never need to read VSF by hand to verify a download; the signature on the binary is the check.

These downloads stream byte-for-byte from the same artifact store the project's deploy publishes to. Nothing is re-hosted, so nothing here can go stale or drift from what the signatures cover.

This page is the download.
The source lives at github.com/nickspiker/photon.
The story lives at holdmyoscilloscope.com.