The internet didn't end with a bang. It ended with a Terms of Service update.
While you were sleeping, they seized your voice, your face, and your history, replaced ownership with a monthly rent cheque, and put a subscription on the heated seats you already paid for, because that's what the business model demands.
THIS DYSTOPIA IS BORING
Cleaner than we feared, more insidious than we expected.
A digital slum built on rented land, where every interaction is a toll booth and every platform is a cage.
Thirty years ago, the Cypherpunks saw the walls closing in and understood that centralised systems eventually serve the centre rather than the edges, so their response was architectural rather than political, a body of working code that made privacy the default of the system rather than a feature you had to ask for.
Their mandate was absolute and has not aged, privacy is necessary, so write the code.
The code wasn't enough to stop the incentive of greed. Cory Doctorow gave the resulting disease a name, enshittification.
This is the terminal stage of platform capitalism. They lure you in with magic, lock the doors once you've settled, and then stop building entirely to strip the copper from the walls.
The platforms can no longer risk the kind of innovation they once lived on. They are terrified of the very instincts that built them.
While the platforms were building bureaucracies, the pioneers were writing open-source, privacy-first code.
We inherited decades of their work. The barriers to entry have shifted from the material to the intellectual, from capital to curiosity. The NAS under my desk (a UGREEN DXP8800 Pro) cost less than a year of cloud storage for the same capacity, runs local AI inference, and answers to nobody.
Self-hosting is still work and ownership still carries overhead, but the nature of the work has changed. AI now handles the grunt work, reading documentation, scaffolding the unfamiliar, explaining errors, and that leaves you to be the architect.
The path is clearer than it has ever been. Build in the open, document as you go, become the foundation for whoever comes next.
We're done with promises. Promises get broken in board meetings. To resist the rot, we build with architectural immunity, systems designed so the incentive to enshittify has nowhere to land.
- Local-First. If it can't run without their servers, you're a tenant. Local is the foundation, and meshes are how tenants become neighbours.
- True Ownership. If you don't hold the keys, you don't own the data. Export must be lossless, legible, and yours to replicate.
- No Kill Switch. If a vendor, a government, or a boardroom can brick your device, the design is hostile by intent.
This isn't a lifestyle choice or a moral sermon. Convenience will always win for the masses, and no one owes their time to infrastructure they didn't ask to manage.
But a system that offers no credible alternative is coercive, regardless of how convenient it claims to be. Our work is about making the exit real, functional, and respected.
When a genuine option to leave exists, power behaves differently.
The Cypherpunks told you to write the code. Doctorow gave a name to the rot. We're telling you the key is in your hands. Write the code.
The rotting, rent-seeking monoliths have marketing departments, sales teams, and cold-call budgets. They will find you. They will email you. They will buy ads until you submit.
Open-source, local-first projects have none of that. They build tools that work and vanish into the noise. Nobody is paying for ads to tell you about software that respects your ownership.
This is the discoverability problem. Great privacy-respecting software doesn't cold-call. It just exists, waiting to be found.
So we're building infrastructure with teeth. A public registry that isn't just a list but a pipeline.
FUNDING
Verified projects are submitted quarterly to aligned grant programs, DAOs, and foundations. We handle the applications. You handle the code.
DISTRIBUTION
LocalGhost hardware ships with directory-listed software pre-installed. Your project, on devices, in hands, with no app store gatekeepers.
TALENT
Developers who want to work on sovereign software find you here. A hiring pipeline that doesn't involve recruiters or LinkedIn.
TRUST
Listed projects are eligible for pooled security audits. Verified by the community, not a marketing department.
VOICE
When legislators ask who speaks for local-first, the directory is a constituency with numbers. Collective advocacy, not isolated shouting.
ACCOUNTABILITY
Break the pledge by adding a kill switch, locking exports, or phoning home, and you're delisted publicly, with receipts. Reputation has weight.
The method. Host the beacon file at /.well-known/freehold.json. Crawlers validate it. You appear in the directory. The pipeline opens.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{ "$schema": "https://www.localghost.ai/schemas/freehold-v1.json", "version": "1.0", "updated": "2025-12-18T00:00:00Z", "project": { "name": "Your Project Name", "description": "A short description of what it does.", "url": "https://your-project.com", "logo": "https://your-project.com/logo.svg", "repository": "https://github.com/your-username/your-project", "license": "MIT", "created": "2025-12-18" }, "maintainer": { "name": "Your Name or Org", "contact": "hello@your-project.com", "pgp": "https://your-project.com/.well-known/pgp-key.asc" }, "freehold": { "local_first": true, "offline_capable": true, "no_remote_kill_switch": true, "no_mandatory_auth_server": true, "data_export": { "format": "json", "complete": true, "documented": "https://your-project.com/docs/export" } } }
> THE PLEDGE
Hosting this beacon means your project commits to the following.
- It runs offline. No server dependency for core functionality.
- Data export is complete, documented, and human-readable.
- No kill switch. No remote server can disable the software.
- No mandatory auth. Users aren't locked out if your servers go dark.
- Open source. The code is auditable under an OSI-approved license.
⚠ This is a public commitment. Projects that break the pledge are delisted with a published explanation. The directory remembers.
The next Terms of Service update is one you write for yourself. [ Write the code. ]