Aura is not another chat box for coding.
It is a Git-native IDE for working with AI coding agents. You can run agents, track their changes at the function and class level, compare the code against the original intent, and prove whether a task was actually completed before you commit.
Git shows you lines changed.
Aura shows you what changed in the logic.
Legacy Git tracks text; Aura tracks mathematical logic. By hashing your AST instead of lines, Aura provides flawless traceability for AI-generated code. Block undocumented AI commits, surgically rewind broken functions with the Amnesia Protocol, and orchestrate massive code generation—all while saving 95% on LLM tokens. 100% local. Apache 2.0 Open Source.
A few months ago, our engineering sprints at Naridon started grinding to a halt. We were relying heavily on Cursor and Claude to generate code. But every time an AI agent hallucinated a massive refactor, standard Git gave us a chaotic, unresolvable wall of red and green text conflicts.
We realized Git was built for humans typing linearly, not for AI generating 4,000 lines a minute. So, we paused our main product to build a fix.
Tomorrow we are launching Aura: an AI-Native Semantic Version Control system. It lives directly on top of Git, but instead of tracking text lines, it tracks the mathematical logic (AST) of your code.