Developer Respect. Local Intelligence. Complete Control.
Opure is a local-first, developer-controlled software engineering platform for Windows 11. It helps developers design, understand, modify, build, test and operate software without surrendering authority to autonomous behaviour.
The repository contains the trusted Runtime, Avalonia Desktop, Bootstrap,
opure CLI, service contracts, persistence libraries, verification tooling and
the specifications that govern their behaviour.
Gate D is formally secured and released. Phase 15 (MCP Gateway) is fully verified.
Opure is deployed as a deterministic WiX v4 .msi package containing two isolated .NET 10 Single-File executables.
This guarantees absolute IPC integrity and preserves the airtight, local-first, default-deny architecture. We have explicitly abandoned MSIX/UWP virtualization as it is structurally incompatible with our strict named-pipe process hierarchy boundaries.
- 1,062 passing tests, zero warnings, zero errors in Release configuration
- Zero AI inference, zero network listeners, zero arbitrary shell authority — proven by the architecture test suite.
- Provider Trust, Plugins, and MCP Gateway are fully integrated.
| Measurement | Value |
|---|---|
| Bootstrap to IPC session readiness | ~3 161 ms |
The repository requires the .NET SDK pinned by global.json.
pwsh ./build.ps1 verify -Configuration ReleaseTo build the full WiX installer:
pwsh ./build-msi.ps1Useful bounded launch commands:
pwsh ./build.ps1 runtime -RuntimeDurationMilliseconds 500
pwsh ./build.ps1 desktop -DesktopDurationMilliseconds 1500
pwsh ./build.ps1 bootstrap -Configuration Release -BootstrapDurationMilliseconds 3000Run the Local Recovery Point acceptance verifier with:
pwsh ./build.ps1 local-recovery-point-policy- Product documentation
- Architecture
- Foundation roadmap
- Foundation backlog
- Architecture decisions
- Engineering commands
The public website has deliberately been removed from this repository. It will be rebuilt as a complete web application closer to public launch.
Opure is maintained and attributed exclusively to:
- H4ZEY86
- DevMediaDesign
Automated tools are not recognised as contributors or authors. See CONTRIBUTORS.md for the repository attribution policy.