NGARi Tech Charter

Non-Negotiable Technical Standards for the Sovereign Business Operating System (SBOS)

Purpose

NGARi builds the Sovereign Business Operating System (SBOS) — an AI platform that runs entirely on user-specified hardware with zero cloud dependency, zero third-party inference, and zero undisclosed telemetry. This Charter defines the non-negotiable technical standards that govern how we design, deploy, and operate every component of the NGARi ecosystem.

These standards are not guidelines. They are binding requirements enforced through architectural design, automated verification, and constitutional governance. Any system, agent, or component that cannot satisfy these standards must be redesigned, replaced, or removed.

Scope

This Charter applies to all NGARi software, firmware, and hardware configurations, including:

Non-negotiables

1. No Third-Party AI Dependency

All inference, reasoning, and decision-making must execute locally on hardware the user specifies and controls.

Enforcement: Any component that attempts inference via an unapproved external endpoint must be immediately quarantined. The hardware owner must be notified with full context.

2. Open-Source Kernel with Model Inspectability

The core kernel infrastructure must be open and auditable. Models must be inspectable by the user.

Enforcement: The kernel build pipeline must fail if any dependency lacks an open-source license compatible with the kernel's license. Binary-only components in the kernel layer are prohibited.

3. Energy Transparency for Every Inference

Every inference must report its measured power draw in real time.

Enforcement: The inference engine must not execute if the power measurement module is unavailable or reporting errors. Energy transparency is not optional logging — it is a gating requirement.

4. Model Provenance and Verifiable Integrity

Every model deployed on NGARi must be verifiably authentic and unmodified.

Enforcement: A model whose checksum does not match its signed manifest must not load. A model whose manifest lacks required provenance fields must not load. A model whose GPG signature cannot be verified against a trusted key must not load.

5. Zero Telemetry by Default

No usage data, prompts, outputs, or system metrics may leave the user's hardware without explicit, specific, revocable consent.

Enforcement: The network layer must block all outbound data except explicitly authorized communications (email, Matrix, payment processing). Any attempt to send telemetry data without user consent must be logged and flagged to the hardware owner.

6. Audit-First Architecture

Every action an autonomous agent takes must be logged, traceable, and verifiable.

Enforcement: An agent that performs an action without creating a corresponding audit entry must be halted. The audit module must be independently verifiable — it must not share code paths with the agent runtime to prevent tampering.

Operational Commitments

Supply Chain Security

All software components — from kernel modules to agent scripts to model weights — must have cryptographically verified provenance. The build pipeline must produce reproducible builds. Dependency trees must be auditable.

Security by Design

All inter-component communication must be encrypted. Authentication must use cryptographic keys, not passwords, for machine-to-machine communication. Access controls must follow least-privilege principles.

Hardware Independence

The HAL must support multiple architectures: NVIDIA Jetson (Nano, AGX Orin, Thor), POWER9, x86_64, ARM, and cloud VMs. No single hardware vendor may become a dependency. The HAL must be extensible without kernel modifications.

Vendor and Partner Alignment

All third-party services integrated into the NGARi ecosystem must meet the standards defined in this Charter. Where vendor defaults conflict, they must be configured to comply or be replaced.

Governance and Accountability

Enforcement

Violations of these non-negotiables trigger immediate review. The offending component must be quarantined, the hardware owner notified, and a remediation plan executed. Repeated violations may result in system shutdown.

Auditing

The Technology Stewardship body or equivalent governance entity must conduct regular audits of compliance with this Charter. Audit results must be published to the hardware owner.

Amendment Process

This Charter may be amended through the constitutional amendment process. All changes must be versioned, dated, and accompanied by change notes explaining the rationale and impact.