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).
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)
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]
| 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.
Operational on-device. 2026-07-31. GrapheneOS* + Termux (Pixel-class).
plaintext → age encrypt → Robust Soliton LT (TRVL frames) → peel → age decrypt
- 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-opticalCLI: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($HOMEpaths 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 runworks under repo root - Install + troubleshooting for Termux — INSTALL.md
- Multi-device screen↔camera optical lab (Acer ↔ phone)
- Optional jsQR vendor drop for browsers without BarcodeDetector
-
cargo vendoroffline cache (seeoptical-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.shOperational 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
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
| 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.
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"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.
- 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- 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.