DOMAIN // VANTRELOS.NET SOURCE // PRIVATE DEVELOPMENT DRIVER DISTRIBUTION // PUBLIC
SYSTEM // VANTREL OS

Built
Different.

A from-scratch operating system with its own identity, its own userland direction, and a hardware support stack built for real machines—not a themed shell on somebody else's OS.

VANT, the VANTREL OS system companion
[LOCK]
Source availability: private during active development.
VANTREL is not being published as an immediately open-source project. Public releases on this site are for end users: signed builds when available, hardware drivers, documentation, compatibility information, and checksums.
01 // Project Direction

Small system. Serious architecture.

VANTREL is being developed toward a complete standalone operating system: kernel, memory management, interrupts, drivers, networking, graphics, desktop, userland, applications, and hardware support under one coherent design.

K
KERNEL / CORE

Native foundation

Complete kernel development with real interrupt handling, memory management, device drivers, POSIX userland, and system services.

D
DRIVERS / HARDWARE

Hardware-first

Driver support is treated as a first-class part of the platform. The public driver center is the distribution point for VANTREL-compatible hardware packages.

U
USERLAND / UI

One visual language

High-contrast CRT-inspired UI, VANT system companion states, and a consistent shell designed specifically around VANTREL.

02 // Hardware Support

Drivers belong here.

Using VANTREL on your own machine? The Driver Center is the public hardware support repository—organized by device family, architecture, VANTREL version, and package checksum.

02.5 // Native Language

ORION — Built from scratch.

ORION is the native programming language of Vantrel OS. A powerful, modern language with clean syntax, first-class functions, classes, pattern matching, error handling, generators, and a full standard library — all built from scratch in C.

O
LANGUAGE / NATIVE

Modern syntax

Clean, readable syntax inspired by Rust, Swift, and Python. No semicolons required. Type annotations optional.

F
FEATURES / POWER

Full feature set

Functions, closures, classes, inheritance, pattern matching, try/catch, generators, string interpolation, modules, and more.

D
DOWNLOAD / FREE

Free interpreter

Download the ORION interpreter for Vantrel OS or standalone. Full documentation and examples available.

03 // Current Network Work

Real packets. Real adapters.

VANTREL's networking work includes native adapter initialization, MAC discovery, static configuration, DHCP development, ARP, DNS, and the path toward a production-capable network stack.

e1000
Recognized as a native VANTREL network path and represented in the driver catalog.
RTL8139
Maintained as a supported network driver family in the project.
Driver hub
Public packages only; source remains private unless explicitly released later.
VANT working on networking