Projects
Systems-level open-source work — kernels, compilers, emulators, runtimes, and infrastructure tools.
karion_os
A bare-metal x86 OS kernel written in Rust. Unix-like shell, block filesystem, text editor, BASIC interpreter, and built-in games. Ported from C — the borrow checker caught data races the original never would.
carv
Statically-typed systems language that compiles to C. Ownership-based memory, pipe operators, async/await, and a module system. Built in Go.
zario
npmMinimal fast logging library for TypeScript. Zero external dependencies — multiple transports, child loggers, async non-blocking writes, structured JSON.
ignite
Bun-first local execution framework for JS/TS microservices with Docker-based isolation. Secure sandbox for AI-generated and untrusted code.
qirrel
Extensible NLP framework in TypeScript for fast, structured text analysis. Tokenization, entity extraction, LLM enrichment, caching, and MCP agent integration.
gim
High-performance system metrics CLI in Rust. Monitors CPU, memory, disk, and network with modular design and multiple output formats.
gbemu
A Game Boy emulator written in Zig. Cycle-accurate CPU emulation, PPU scanline rendering, timer synchronization, and MBC1 cartridge support. Built from scratch — no dependencies.
kiattp
npmZero-dependency HTTP client for TypeScript. 4x faster than axios, 3.7KB, plugin system, and a clean chainable API. Battle-tested in production.
Lexon
npmFast, TypeScript-first string schema engine for validation and pattern rules. Zero-dependency validator with a clean, composable API.
YEMS
Offline-first school management system. Student records, attendance, grading, scheduling, and analytics — works without internet, syncs when connected.