back to index

AuraOS

AI Enabled Operating System

repo: https://github.com/EricSpencer00/ai-os


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.