Reox Programming Language
A modern, declarative language designed for building secure, high-performance applications on NeolyxOS. Reox combines the safety of static typing with the expressiveness of modern UI frameworks, all without compromising on privacy.
Transparency by Design
In an era of opaque runtimes and hidden telemetry, Reox takes a different approach. The language is built on the principle of absolute transparency. When you compile Reox code, you get exactly what you wrote—optimized, native machine code. There are no hidden analytics, no background transmission of usage data, and no "black box" standard libraries.
Zero Telemetry
No built-in tracking in the compiler or runtime.
Open Architecture
Complete visibility into the build process.
Native Security
Memory-safe constructs by default.
Declarative UI
Build beautiful, responsive user interfaces with simple, predictable code. Reox separates interface logic from state management, making your applications easier to test and maintain.
window MainWindow {
title: "Hello Reox"
view {
text "Welcome, User"
button "Click Me" {
on_click: handle_click()
}
}
}System-Level Performance
Reox compiles directly to native binaries for NeolyxOS. This eliminates the overhead of virtual machines or interpreters, delivering raw performance for resource-intensive applications while maintaining strict memory safety guarantees.
- Direct hardware access
- Zero-cost abstractions
- Optimized for low-latency
Open Source License
The Reox programming language, including its compiler, standard library, and tools, is free and open-source software. It is licensed under the permissive Apache License, Version 2.0.
This ensures that you can use, modify, and distribute Reox in both personal and commercial projects without restrictive limitations, aligning with our commitment to transparency and community-driven development.