Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

602 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Remote Viewer

Local-first · Zero-trust · On-device identity · No platform custody · Install-anywhere

"When our technology rewires how information flows, that's when invention begins." — John Squires, Director of the U.S. Patent and Trademark Office

Heavily inspired by the CIA Gateway Process (declassified 2003). Primary source: Analysis and Assessment of Gateway Process (CIA-RDP96-00788R001700210016-5, 9 June 1983).

Visitors

CI Posture Pack

Repository: github.com/Sentinel-Archetecht/The-Remote-Viewer
Working branch: TheRemoteViewer

Prefer pictures?Visual Guide (sight-first + ADA text alternatives)
Domain professional?Professionals (meteorologist, geologist, SPED teacher, nurse, engineer — add your skill)


Start here — three paths

One repo. Three real entry points.

flowchart TD
    A[The Remote Viewer] --> B[1. Optical Air-Gap]
    A --> C[2. Sentinel Specialists]
    A --> D[3. Zero-Trust / Builder]

    B --> B1[age encrypt]
    B1 --> B2[Soliton LT frames]
    B2 --> B3[peel + decrypt]

    C --> C1[Hybrid Router]
    C1 --> C2[Coordinator]
    C2 --> C3[Domain Specialists]

    D --> D1[Local keys]
    D1 --> D2[Destroy = Restart]
    D2 --> D3[No platform custody]
Loading
Path What it is
1. Optical air-gap Proven transport: age encrypt → Robust Soliton LT → peel → decrypt. Verified on GrapheneOS + Termux 2026-07-31.
2. Sentinel specialists + router On-device intelligence layer. Coordinator routes to domain experts. Hybrid router live.
3. Zero-trust / Builder Keys, posture, Destroy = Restart, full stack rules.

Free stays free. Optional paid packs may be offered later via Phantom / Solana.
There is no live in-app shop checkout yet.


Live Proof — Optical Air-Gap (age + Soliton LT)

Operational on-device. 2026-07-31. GrapheneOS* + Termux (Pixel-class).

plaintext → age encrypt → Robust Soliton LT (TRVL frames) → peel → age decrypt

Done

  • Encrypt-first with open-source age (Rust CLI + TS path)
  • Robust Soliton LT fountain (not RaptorQ default) — Sentinel Standard
  • TRVL framing + golden degree vectors (TS ↔ Rust interop)
  • trv-optical CLI: keygen · encrypt · decrypt · frame-stream · frame-peel
  • Full chain on device recovered live plaintext (secret viewer message)
  • One-shot automation script optical-airgap/scripts/e2e-age-lt.sh ($HOME paths for Termux)
  • Offline QR sender/receiver HTML (no CDN in core path)
  • Gate v2 quality checks · FPS profiles
  • Open-source inventory — zero Meta / Google / Microsoft in core — OPEN-SOURCE.md
  • Workspace member so cargo run works under repo root
  • Install + troubleshooting for Termux — INSTALL.md

Not done / optional

  • Multi-device screen↔camera optical lab (Acer ↔ phone)
  • Optional jsQR vendor drop for browsers without BarcodeDetector
  • cargo vendor offline cache (see optical-airgap/rust/OFFLINE.md)
  • Acoustic contingency (deferred) — PHASE2-R6.md
  • Exact payload-length field in LT (today: zero-pad trim)

* GrapheneOS: install only from grapheneos.org.

Start here: optical-airgap/README.md · STATUS.md

git clone https://github.com/Sentinel-Archetecht/The-Remote-Viewer.git
cd The-Remote-Viewer && git checkout TheRemoteViewer
cd optical-airgap/rust
# requires Vault files from: cargo run --quiet --bin trv-optical -- keygen
bash ../scripts/e2e-age-lt.sh

Live Proof — Sentinel LLM (Coordinator + Specialists)

Operational on-device. 2026-07-31. Extended 2026-08-01.

The Sentinel intelligence layer runs fully local:

  • Runtime: llama.cpp
  • Model: Qwen2.5-1.5B-Instruct-Q4_K_M.gguf
  • Host: GrapheneOS + Termux on Pixel 7
  • Role: Coordinator + domain specialists

Specialist flow

flowchart LR
    Q[User Question] --> R[Hybrid Router]
    R -->|keyword / classifier| S[Matched Skill]
    S --> C[Coordinator]
    C --> P[System Prompt + Skill]
    P --> M[llama.cpp / Qwen]
    M --> A[Answer]

    subgraph Specialists
        direction TB
        physics
        quantum
        mathematics
        first-aid
        political-science
        cognitive-science
        zk
        remote-viewer
    end

    S -.-> Specialists
Loading

Current specialists (grok/skills/)

Skill Domain
coordinator Routing brain and synthesizer
remote-viewer Project identity, zero-trust posture, Destroy = Restart
zk Zero-knowledge circuits, membership proofs
political-science Institutions, power, incentives, primary sources
cognitive-science Biases, motivated reasoning, decision mechanisms
simple-comms Direct style enforcement
physics Classical through relativistic physics
quantum Quantum mechanics, information, experimental base
mathematics Arithmetic through advanced formal mathematics
first-aid Emergency response (AHA / Red Cross sourced)

All specialists share the same delivery rules: fact-based, primary sources preferred, never lecture the Viewer.

Want to add meteorology, geology, special education, nursing, engineering, or another real domain?
Professionals guide — template + three-step contribution path.

Hybrid router (live)

Keyword rules first (zero tokens). Classifier prompt ready for the local model when needed.

cd grok/router
python route.py --list
python route.py "how do I control severe bleeding"
python route.py --show-skill "entanglement"

See grok/router/README.md.

Next (queued): thin wrapper that takes a question → runs the router → emits a ready-to-paste system prompt (or launches llama.cpp with the matched skill).

No cloud endpoint. No API key. No third-party weights. Prompts never leave the device.


Zero-trust / Builder

  • Local-first keys (age) — never commit AGE-SECRET-KEY-...
  • Destroy = Restart
  • No platform custody of identity
  • Core path: zero Meta / Google / Microsoft runtime deps
  • Spec and posture: docs/locked/, Sentinel Paradigm, optical-airgap/SENTINEL-STANDARD.md
git clone https://github.com/Sentinel-Archetecht/The-Remote-Viewer.git
cd The-Remote-Viewer
git checkout TheRemoteViewer

Core Posture

  • Local-first
  • Zero-trust
  • On-device identity & keys
  • No platform custody
  • Destroy = Restart
  • Specialist experts under Coordinator + hybrid router
  • Edge AI under user control
  • Optical air-gap transport under Sentinel Standard (Soliton LT)

See docs/locked/ and Sentinel Paradigm for the full architectural and legal framing.


Digital sovereignty is not a slogan. It is a terminal that never phones home.