Two engineering projects, a bare-metal mobile OS and a home server stack, are converging on the same goal: building computers that don't ask for permission.
Justin Moon is constructing Shadow OS by booting a Pixel 4a with minimal Android code and incrementally replacing components like the GPU compositor on a running system. His design trades traditional safety for raw power, moving infrastructure like Bitcoin's Lightning Network and the Nostr protocol into the OS itself. This makes apps mere TypeScript files shared via direct messages, functionally resistant to de-platforming.
"I'm trying to build the 3D printed gun of phones, basically."
- Justin Moon, No Solutions
On the server side, Start9 is shedding its reputation as a niche Bitcoin utility. StartOS 0.4.0, which took twice as long as the team initially estimated, replaces Docker with LXC containers and introduces a VPS-based proxy to ditch the high-latency Tor network for most tasks.
Matt Hill, CEO of Start9, frames the mission as building a trap for authoritarian control. By making intermediary-free computing usable, he forces a market reconciliation. If the decentralized model can’t be out-competed, the only remaining move for a state is to ban it.
"Our mission is to enable people to use computers without intermediaries and without custodians."
- Matt Hill, Guy Swann
The builders face a common hurdle: AI. Moon found that large language models, trained on standard high-level code, reflexively drag developers away from the low-level, bare-metal work required for sovereignty. Overcoming this requires intentionally steering the AI away from the path of least resistance, a deliberate act of 'agentic engineering.'
The stack is expanding to the network's edge with a Start9 router, aiming to control the data pipeline from the fiber jack to the SSD. The goal is invisibility - a set of reliable tools that handle critical jobs without ever needing a custodian's approval.


