WaveOS V2 is a custom operating system simulation built with Batch and Shell scripting, designed to provide a Linux-like experience on Windows with a focus on customization, speed, and simplicity.
- Fully interactive terminal interface.
- Linux-style commands and aliases.
- Environment management with
xmc_env. - Lightweight and optimized for learning and experimentation.
WaveOS V2 is built using:
- Batch (.bat) — Core shell logic and terminal simulation.
- Shell (sh) — Linux-style scripting for additional functionality.
- Python — Optional backend scripting for commands (if included).
Follow these steps to get WaveOS V2 running on your system:
git clone https://github.com/codeenginex2012/WaveOS-V2.git
cd WaveOS-V2