Axiom: Windows AI assistant with local models and multi-role pipeline
Hi everyone,
I wanted to introduce Axiom, a desktop AI assistant for Windows that focuses on running language models locally. It uses llama.cpp/LlamaSharp to load GGUF models on your own hardware, so conversations stay on your machine. There is an optional cloud mode if you want to use bigger models with your own API key, but it isn’t required.
Axiom has two modes: a normal chat mode and a "Workplace Council" pipeline. The council splits a task across three roles — Architect plans the work, Builder produces the output, and Critic reviews and suggests improvements. Between steps it runs static checks and sandboxed Python/Java code, and shows a diff of what changed. It’s designed for iterative tasks where one agent isn’t enough.
Beyond that, the app can analyze documents you attach, render LaTeX/math, and run basic web searches. It’s open source and licensed for non‑commercial use. If you're curious to try it or see the code, I'll drop a GitHub link in the comments.
Feedback on the workflow or features is welcome!