# Projects: Voxlang

Free and open-source projects written in Vox, developed outside the compiler itself.

### voxos

a collection of utilities and an init for a minimal operating system, written in pure Vox.

https://github.com/TheJostler/voxos (github.com)

### vox-fuzz

a fuzzer for this compiler, written in Vox. It generates random valid programs, compiles them, and supervises the binaries natively (fork, non-blocking reap, deadline kill, raw wait status) to catch any that die by signal, hang, or make the compiler itself fall over. Its first hunt found two memory-safety bugs, both fixed in 0.4.3.

https://github.com/Vox-lang/vox-fuzz (github.com)

### vox-libs

shared libraries for Vox, written in Vox. Not a standard library: the compiler builds and runs with none of them installed.

https://github.com/Vox-lang/vox-libs (github.com)

Building something in Vox? We'd like this list to point to real, actively maintained FOSS projects: email info@vox-lang.dev to have yours added.

From Vox-lang/vox main at de578cb, 2026-08-23.
