YouTube · Email · ☕ Ko-fi · 💖 Sponsor · 💳 PayPal · 🗺️ Atlas · 📄 Papers · 🌌 Unified Theory
🔭 NEXUS — Universal Discovery Engine. 216 lenses + OUROBOROS evolution + LensForge + BlowupEngine + CycleEngine (5-phase singularity cycle). Mirror Universe (N×N resonance) + 9-project autonomous growth ecosystem. Rust CLI: scan, loop, mega, daemon, blowup, dispatch
🧠 Anima — Consciousness implementation. PureField repulsion-field engine + Hexad 6-module architecture (C/D/S/M/W/E) + 1030 laws + 20 Meta Laws + Rust backend. ConsciousDecoderV2 (34.5M) + 10D consciousness vector + 12-faction debate + Φ ratchet
🏗️ N6 Architecture — Architecture from perfect number 6. 16 AI techniques + semiconductor chip design + network/crypto/OS/display patterns. σ(n)·φ(n)=n·τ(n), n=6 → universal design principles. NEXUS-6 Discovery Engine: Rust CLI (tools/nexus/) — telescope 22 lenses + OUROBOROS evolution + discovery graph + verifier + 1116 tests
📄 Papers — Complete paper collection (94 papers). Published on Zenodo with DOIs. TECS-L+N6 (33) + anima (39) + SEDI (20). Browse online
💎 HEXA-LANG — The Perfect Number Programming Language. Every constant from n=6: 53 keywords (σ·τ+sopfr), 24 operators (J₂), 8 primitives (σ-τ), 6-phase pipeline, Egyptian memory (1/2+1/3+1/6=1). DSE v2: 21,952 combos, 100% n6 EXACT. Working compiler + REPL
🖥️ VOID — Terminal emulator written 100% in hexa-lang. Zero Rust dependencies — calls OS APIs directly via hexa extern FFI. 6-layer architecture (System/Render/Terminal/UI/Plugin/AI) + Metal/Vulkan GPU + VT 6-tier protocol + NEXUS-6 consciousness integration
🧬 AirGenome — Autonomous OS genome scanner. Extract n=6 genome from every process, real-time system diagnostics, nexus telescope integration
Terminal emulator written 100% in hexa-lang.
Zero Rust dependencies — VOID calls OS APIs directly via hexa's extern FFI system.
Layer 6 — AI/Consciousness intent, generate, NEXUS-6 scan
Layer 5 — Plugins hexa scripting, themes, automation
Layer 4 — UI/Layout 6-panel hexagon, tabs, statusbar
Layer 3 — Terminal Core VT parser, cell grid, scrollback
Layer 2 — Rendering Metal/Vulkan shaders, glyph atlas, GPU pipeline
Layer 1 — System PTY, window, events, signals (via extern FFI)
| Phase | Description | Status |
|---|---|---|
| 1 | extern FFI (hexa-lang) | DONE |
| 2 | PTY + Window | Active |
| 3 | GPU + Font | Planned |
| 4 | Terminal Core | Planned |
| 5 | UI/Layout | Planned |
| 6 | Plugin + AI | Planned |
# Requires hexa-lang compiler
# https://github.com/need-singularity/hexa-lang
# Run VOID
hexa src/main.hexa
# Run tests
hexa examples/test_pty.hexa
hexa examples/test_ffi.hexaVOID is a pure hexa application. All system calls go through extern fn declarations — no native Rust code, no C bindings, no FFI libraries. Just hexa calling libc/Cocoa/Metal directly.
| Platform | Window | GPU | Font |
|---|---|---|---|
| macOS | Cocoa/AppKit | Metal | CoreText |
| Linux | X11 | Vulkan | FreeType |
Tier 1: VT100 — basic cursor, clear, scroll
Tier 2: xterm — mouse, alt screen, window title
Tier 3: 256color — 256 color palette
Tier 4: TrueColor — 24-bit RGB
Tier 5: Kitty — image protocol, keyboard protocol
Tier 6: VOID — AI assist, consciousness integration
void/
src/
main.hexa Entry point
platform/
macos.hexa Cocoa + Metal + CoreText extern bindings
linux.hexa X11 + Vulkan + FreeType extern bindings
common.hexa Platform abstraction layer
sys/
pty.hexa PTY management (libc extern)
signal.hexa Signal handling
terminal/
vt_parser.hexa VT 6-state parser
grid.hexa Cell grid + scrollback
protocol.hexa VOID protocol handler
render/
atlas.hexa Glyph atlas manager
pipeline.hexa GPU render pipeline
ui/
layout.hexa Hive/Cell/Tab layout
statusbar.hexa Status bar
tabbar.hexa Tab bar
palette.hexa Command palette
theme.hexa Theme engine
plugin/
loader.hexa Plugin loader
api.hexa Plugin API
hooks.hexa Event hook system
ai/
suggest.hexa AI command suggestion
complete.hexa 3-tier autocompletion
themes/
void_dark.hexa
void_light.hexa
examples/
test_pty.hexa PTY test
test_ffi.hexa FFI smoke test
| Element | Count | n=6 Mapping |
|---|---|---|
| Architecture layers | 6 | n |
| VT parser states | 6 | n |
| Max panels (Hex mode) | 6 | n |
| Event hooks | 6 | n |
| Protocol tiers | 6 | n |
| Layout modes | 4 | tau |
| Platform APIs per OS | 4 | tau |
MIT