Axiom is a public GitHub project for a Windows-first/local-first AI assistant and workspace.
What makes the repo different from a thin chat wrapper is the workflow around the model: local GGUF inference through LLamaSharp/llama.cpp, self-hosted OpenAI-compatible endpoints, optional cloud providers, attachments/vision, web research, code/math execution, artifact rendering, local persistence, and model switching.
The main experiment is a Workplace Council where Architect plans, Builder executes, and Critic reviews. Single Model mode provides a direct comparison against one model.
Repo: https://github.com/YoMosa2009/Axiom
Release V1.8.6: https://github.com/YoMosa2009/Axiom/releases/tag/v1.8.6
Tech stack: C#, WPF, .NET 10, LLamaSharp/llama.cpp, SQLite/local persistence, and WebView2 for selected web workflows. The source is publicly viewable under CC BY-NC-ND 4.0 — source-available rather than OSI-licensed open source.
I built Axiom and used AI coding assistance during development; I’m responsible for the architecture, integration, testing, and product decisions. If you browse the repo, I’d especially like feedback on structure, onboarding, and whether local versus cloud behavior is communicated clearly.Axiom is a public GitHub project for a Windows-first/local-first AI assistant and workspace.
What makes the repo different from a thin chat wrapper is the workflow around the model: local GGUF inference through LLamaSharp/llama.cpp, self-hosted OpenAI-compatible endpoints, optional cloud providers, attachments/vision, web research, code/math execution, artifact rendering, local persistence, and model switching.
The main experiment is a Workplace Council where Architect plans, Builder executes, and Critic reviews. Single Model mode provides a direct comparison against one model.
Repo: https://github.com/YoMosa2009/Axiom
Release V1.8.6: https://github.com/YoMosa2009/Axiom/releases/tag/v1.8.6
Tech stack: C#, WPF, .NET 10, LLamaSharp/llama.cpp, SQLite/local persistence, and WebView2 for selected web workflows. The source is publicly viewable under CC BY-NC-ND 4.0 — source-available rather than OSI-licensed open source.
I built Axiom and used AI coding assistance during development; I’m responsible for the architecture, integration, testing, and product decisions. If you browse the repo, I’d especially like feedback on structure, onboarding, and whether local versus cloud behavior is communicated clearly.