Skip to main content

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.

RustwgpuNeural NetworkMultiplayerEGS
🔬

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.

RusteBPFAyaFrankenTUILinux Kernel
🛡️

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.

CLinux KernelLSMSecurity
📜

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.

PythonCompilerWebAssemblyREPL120 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.

RustTokiolibpcap4 Tools
🛡️

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.

RustCryptographyNISTFIPS 203
🔐

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.

RustRISC-Vno_stdBare Metal

All Projects

ProjectStackStatusTests
VIVIA: Beyond the KnownRust, wgpu, neural netsShipping on EGS282 passing
Talus eBPF MonitorRust, eBPF, ayaProduction quality9 passing
AEGISC, LSM, Linux kernelOpen sourceCI-tested
Externum LanguagePython, compiler120/120 tests120 passing
CyberForgeRust, Tokio, pcapOpen source29 passing
QuantumShieldRust, crypto, NISTOpen source18 passing
FortisRust, RISC-V, no_stdOpen sourceCI-tested