dudzproductions101-ops/OneOS — reverse-engineered prompt

Reverse engineered prompt

GitHub

I want this repo turned into an early but coherent prototype of OneOS, a privacy first, security focused mobile operating system built on Linux. Please make it feel like a real foundation for a phone OS, not just random folders. Wire up the basics so there is a clear boot and init flow, a kernel facing layer, hardware abstraction placeholders, core system services, a simple mobile style UI shell, and a tiny app framework with at least one or two demo apps.

Keep privacy by default, no telemetry, and make the architecture modular and easy to inspect. Rust should be the main language where it makes sense, but use whatever is appropriate for lower level parts already implied by the project. If some pieces cannot be fully real yet, stub them cleanly so the whole thing still hangs together.

I also want a clean build and run story, ideally something I can test in an emulator or dev environment, plus straightforward docs explaining what works now, what is mocked, and what to build next. Look up current docs online if you need to.

Want more depth? Deep Reverse