Projects
Seven production-grade systems, each solving a hard problem end-to-end.
VIVIA: Beyond the Known
Commercial voxel survival engine — procedural world with NASA climate data, embedded MeMLP neural network, multiplayer networking, 60-species creature system. Shipping on Epic Games Store, August 2026.
Talus — eBPF Endpoint Security Agent
eBPF endpoint security agent for Linux — detect ransomware behaviour, respond at the kernel edge. execve/openat/connect tracepoints, per-CPU perf buffers, sliding-window heuristic, automated SIGKILL response, FrankenTUI.
AEGIS — Linux Security Module
In-tree LSM for the Linux kernel — process protection, SHA-256 file integrity, syscall audit, module control. Stacks with capability/Yama/AppArmor, built against upstream torvalds/linux, booted in QEMU.
Externum Language
Custom programming language compiling to Python, Bash, and binary — REPL, module system, standard library, OOP, generators, browser playground via WebAssembly. 120/120 tests.
CyberForge
Four Rust security tools as one workspace — port scanner, web scanner, hash cracker, packet analyzer. Each shipped separately on crates.io. 29/29 tests green.
QuantumShield
Post-quantum file encryption CLI — ML-KEM-768 key exchange + AES-256-GCM + HKDF. NIST FIPS 203 compliant, fuzz-tested. Quantum-safe before quantum computers arrive.
Fortis
Bare-metal RISC-V measured boot — SHA-256 + ML-KEM-768 chain of trust. Real crypto on real hardware (QEMU). 51 KiB binary, zero heap, no_std.
All Projects
| Project | Stack | Status | Tests |
|---|---|---|---|
| VIVIA: Beyond the Known | Rust, wgpu, neural nets | Shipping on EGS | 282 passing |
| Talus eBPF Monitor | Rust, eBPF, aya | Production quality | 9 passing |
| AEGIS | C, LSM, Linux kernel | Open source | CI-tested |
| Externum Language | Python, compiler | 120/120 tests | 120 passing |
| CyberForge | Rust, Tokio, pcap | Open source | 29 passing |
| QuantumShield | Rust, crypto, NIST | Open source | 18 passing |
| Fortis | Rust, RISC-V, no_std | Open source | CI-tested |