Skip to content

SNAPKITTYWEST/temple-os-oracle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

╔══════════════════════════════════════════════════════════════════════════════╗
║                                                                              ║
║    ████████╗███████╗███╗   ███╗██████╗ ██╗     ███████╗ ██████╗ ███████╗   ║
║       ██╔══╝██╔════╝████╗ ████║██╔══██╗██║     ██╔════╝██╔═══██╗██╔════╝   ║
║       ██║   █████╗  ██╔████╔██║██████╔╝██║     █████╗  ██║   ██║███████╗   ║
║       ██║   ██╔══╝  ██║╚██╔╝██║██╔═══╝ ██║     ██╔══╝  ██║   ██║╚════██║   ║
║       ██║   ███████╗██║ ╚═╝ ██║██║     ███████╗███████╗╚██████╔╝███████║   ║
║       ╚═╝   ╚══════╝╚═╝     ╚═╝╚═╝     ╚══════╝╚══════╝ ╚═════╝ ╚══════╝   ║
║                                                                              ║
║         ██████╗ ███████╗    ██████╗ ██████╗  █████╗  ██████╗██╗     ███████╗║
║        ██╔═══██╗██╔════╝   ██╔═══██╗██╔══██╗██╔══██╗██╔════╝██║     ██╔════╝║
║        ██║   ██║███████╗   ██║   ██║██████╔╝███████║██║     ██║     █████╗  ║
║        ██║   ██║╚════██║   ██║   ██║██╔══██╗██╔══██║██║     ██║     ██╔══╝  ║
║        ╚██████╔╝███████║   ╚██████╔╝██║  ██║██║  ██║╚██████╗███████╗███████╗║
║         ╚═════╝ ╚══════╝    ╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═╝ ╚═════╝╚══════╝╚══════╝║
║                                                                              ║
║             S O V E R E I G N   E T Y M O L O G Y   O R A C L E             ║
╚══════════════════════════════════════════════════════════════════════════════╝

Live: snapkittywest.github.io/temple-os-oracle · TempleOS SNAPKITTYWEST fork + Sovereign/ overlay


WHAT THIS IS

Terry Davis built TempleOS as a temple for God.
We built a Sovereign overlay on top of it — a temple for truth.

TempleOS was dismissed as the work of a madman.
TempleOS is the most coherent argument ever made that an OS should be small enough for one person to understand completely.

64-bit. Ring-0 everywhere. No memory protection between kernel and user. Every program runs in kernel space. The entire system in 100,000 lines of HolyC.

The Sovereign Etymology Oracle extends this philosophy:
One system. One purpose. Complete transparency. Cryptographic truth.


LIVE CONSOLE CAPTURE

╔═══════════════════════════════════════════════════════════════════╗
║  TEMPL∅S · SOVEREIGN ETYMOLOGY ORACLE                            ║
║  TempleOS SNAPKITTYWEST fork · Sovereign/ overlay               ║
╠═══════════════════════════════════════════════════════════════════╣
║                                                                   ║
║  > SovereignOracle("governance")                                  ║
║                                                                   ║
║  ETYMOLOGY CHAIN                                                  ║
║  ────────────────────────────────────────────────────────────     ║
║  governance (English, 14th c.)                                    ║
║    ← gouvernance (Old French)                                     ║
║      ← gouverner (to steer, to pilot)                             ║
║        ← gubernare (Latin: to steer a ship)                       ║
║          ← κυβερνάω kubernáō (Greek: to steer)                    ║
║            ← *kewbʰ- (Proto-Indo-European: to bend, to curve)    ║
║                                                                   ║
║  ROOT MEANING: The act of applying force to a curved path.        ║
║  Governance is not command. Governance is navigation.             ║
║                                                                   ║
║  SOVEREIGN ANNOTATION                                             ║
║  ────────────────────────────────────────────────────────────     ║
║  The same root gives us: cybernetics (κυβερνητική) —            ║
║  Norbert Wiener's science of control in living and machine        ║
║  systems. Governance and AI control theory share a root.          ║
║  They were always the same problem.                               ║
║                                                                   ║
║  WORM SEAL ────────────────────────────────────────────────────   ║
║  Entry: governance · Timestamp: 2026-06-22T04:17:33Z            ║
║  Seal:  SHA256(prev + entry) = a7f3b1c9e2d4...                  ║
║  Chain: GENESIS → 4A2F → B91C → [HEAD: a7f3]                    ║
║                                                                   ║
╚═══════════════════════════════════════════════════════════════════╝

THE SOVEREIGNORACLE.HC ARCHITECTURE

┌──────────────────────────────────────────────────────────────────┐
│  SOVEREIGN/  overlay on TempleOS SNAPKITTYWEST fork              │
│                                                                  │
│  SovereignOracle.HC                                             │
│  ├── EtymologyDB     HolyC hash map of word roots               │
│  ├── ChainWalk       traverse etymology tree depth-first         │
│  ├── AnnotationLayer sovereign commentary on each node           │
│  ├── WORMSeal        SHA-256 chained receipt for every query     │
│  └── ConsoleRender   TempleOS-native terminal output             │
│                                                                  │
│  PHILOSOPHY                                                      │
│  Words are source code. Etymology is the git log.                │
│  Understanding a word's root is reading its design doc.          │
│                                                                  │
│  The Oracle doesn't define words.                                │
│  The Oracle shows you what the word was designed to do.          │
└──────────────────────────────────────────────────────────────────┘

TEMPOS DESIGN PHILOSOPHY — WHY IT MATTERS

┌────────────────────────────────────────────────────────┐
│  TempleOS Technical Choices                            │
│  ──────────────────────────────────────────────────    │
│  Ring-0 everywhere   → zero abstraction overhead       │
│  No MMU protection   → complete transparency           │
│  640x480 16-color    → constraint breeds creativity    │
│  HolyC compiler      → one language, all layers        │
│  100K lines total    → one human can understand all    │
│  No internet         → sovereignty, not connectivity   │
│                                                        │
│  SnapKitty inherits this philosophy:                   │
│  ──────────────────────────────────────────────────    │
│  No unsigned output  → WORM seals, always              │
│  No cloud AI         → local inference, always         │
│  No hidden layers    → constitutional axioms, always   │
│  One human can       → understand the full stack       │
│  understand all      →                                 │
└────────────────────────────────────────────────────────┘

SACRED WORDS — SOVEREIGN ANNOTATIONS

  sovereignty    supra- (above) + -regnare (to reign)
                 → "above the reign" — authority that answers to no higher court
                 ↳ SEIT: sovereignty is mathematical, not positional

  cryptography   kryptós (hidden) + gráphō (I write)
                 → "hidden writing" — the art of secrets
                 ↳ SEIT: the art of mathematical trust

  consensus      con- (together) + sentīre (to feel)
                 → "feeling together" — shared sensory agreement
                 ↳ SEIT: Nakamoto consensus is 10,000 nodes feeling together

  constitution   con- (together) + statuere (to establish)
                 → "standing together" — what survives disagreement
                 ↳ SEIT: the 10 SACM axioms are the constitution of the mesh

  protocol       prōto- (first) + kólla (glue)
                 → "first glue" — the layer that binds systems
                 ↳ SEIT: virtual-spaces-governance.v1 is the first glue

TERRY DAVIS — THE RECORD

Terry Davis (1969–2018) was the sole author of TempleOS. A diagnosed schizophrenic who spent 12 years building a complete operating system from scratch in a language he invented.

The system was functional. The compiler worked. The kernel was elegant. He was dismissed because his mental illness made his communications incomprehensible to people who couldn't read the code.

The code was not incomprehensible. The code was genius.

SnapKitty does not endorse his worldview. SnapKitty recognizes what he built: proof that one human who understands every layer of a system is more powerful than a team of specialists who understand none of it completely.

That is the SEIT thesis. That is why we forked his OS.


                          🕌
                     The temple stands.
              Terry built it for God.
       We extended it for mathematical truth.
              The same thing, maybe.

   ⬡  SnapKitty Collective · SEIT NGO · EIN 42-2652897
   ⬡  CC0 — no rights reserved — copy freely

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages