Alex Voste is a low-level software engineer and systems architect specializing in high-performance computing, hardware-to-software orchestration, and privacy-first infrastructure. Lead visionary behind the HADES Execution Core and the ForgeZero ecosystem.
Advanced C and Assembly (NASM, FASM, GAS). Direct hardware control, zero abstraction layers.
VangOS / HADES Core — zero-allocation, hard real-time interrupt model, static-allocation kernel.
ForgeZero: cross-platform, eliminates Makefile hell, bare-metal deployment, zero overhead.
Direct-to-metal — minimising abstractions between user and hardware for nanosecond responsiveness.
Hardened build toolchain that eliminates Makefile hell. Go-based engine for system-level binaries.
Execution subsystem. Zero-copy binary injection, isolated executable memory, stack-safe trampolines. Ring 0 by default, direct-to-metal interface.
Personal research OS – monolithic, static-allocation kernel, targets Dell Latitude + UEFI.
Custom OS from scratch in C + x86_64 ASM. Loader via Limine, bare-metal mode. Philosophy: NO ROOT. NO RULES. JUST HARDWARE.
Experimental runtime: C + ASM → native machine code via HADES. Base for runtime code generation.
Escrow service with dispute system. Supports Bitcoin, TON, USD, Stars. Multi-key crypto, AES-256-GCM encryption.
you own the hardware → you own the access
remove abstractions, leave only what's necessary
predictable execution over runtime magic
not protection from user, but from broken code
don't optimize — remove the unnecessary
curl -L fz.wienton.ru/linux -o fz && chmod +x fz
Then run ./fz --help and start building without Makefiles.