Projects

Real projects built with Vox.

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.

    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.

    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.

    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.