ORION OS NavigatorORION OS Navigator
An AI desktop assistant that runs real system commands from natural language.
Tech StackNext.js 16, React 19, TypeScript, Python, Gemini API, Tailwind CSS
DescriptionA desktop assistant that puts an AI command layer over the operating system. A Next.js interface sends natural-language requests to a Python backend that maps them onto a modular set of executable commands, so tasks like system monitoring, file operations, and routine automation can be driven conversationally instead of through separate tools. The command palette is the primary surface, with the Python API server handling execution and returning structured results to the frontend.
My Role- Built the frontend with Next.js 16 and React 19 in TypeScript, centred on a command-palette interface for issuing natural-language instructions.
- Wrote a Python API server that exposes system operations as modular, individually addressable commands.
- Integrated the Google Gemini API to translate free-form user requests into concrete command invocations.
- Designed the request/response contract between the Next.js client and Python backend so command results render as structured output.