_____ _ ____
| ____|_ __(_) ___ / ___| _ __ ___ _ __ ___ ___ _ __
| _| | '__| |/ __| \___ \| '_ \ / _ \ '_ \ / __/ _ \ '__|
| |___| | | | (__ ___) | |_) | __/ | | | (_| __/ |
|_____|_| |_|\___| |____/| .__/ \___|_| |_|\___\___|_|
|_|
An OS final project: an AI-enabled operating system running on a VM. The setup involves an Ollama server on the host machine, a web server to serve the VM, a driver with memory initialization, Python apps compiled to run on Ubuntu, and a reproducible orchestration layer to make it all talk to each other.
Our hero of the day is the ./auraos.sh script which can setup everything required for the VM to run and develop on. It installs everything from Python environments to making sure ports are open and working.