Product update · Now open source

Aura is a semantic engine
for the agentic era.

Naridon TeamApache-2.0

Code generation got 100× faster. Code review, version control and trust did not. Aura closes that gap: by tracking the logic your agents write, not the text.

For fifty years, version control has treated software as unstructured lines of text. That was fine when a human typed every line. It falls apart the moment an agent refactors a schema, rewires three API routes and touches fourteen files in a single prompt. To Git, that’s a wall of red and green. To your reviewer, it’s a “LGTM” they’ll regret.

Track the logic, not the lines

Aura parses your codebase into its Abstract Syntax Tree and hashes every function, class and method as a logic node. Move a class to a new folder and the hash is unchanged: the diff is zero logical changes. Change a security invariant and Aura shows you exactly that, isolated from the noise around it. This is the foundation everything else is built on.

Surgical Rewind & the kill-switch

When an agent hallucinates on minute twelve of a fifteen-minute streak, you don’t want to lose the four thousand sound lines around it. Aura tracks each logic node independently, so you can extract the single bad function and swap its AST bytes cleanly: no catastrophic merge conflict. Rewind doesn’t just roll back the code; it resets the agent’s context so it stops repeating the same mistake.

Hand it work, and get proof back

Aura’s autonomous work-loop, Crew, takes a stack of tasks and works them in dependency order on its own. Every completion is tied back to the goal it was meant to deliver and verified, so a green check means proven against the goal, not just “it compiled”. That provenance is the moat: the why travels with the code, cryptographically, forever.

Sovereign by default

Everything runs locally. Secrets are scrubbed with Shannon-entropy analysis before anything is embedded; vectors are generated on your machine; semantic checkpoints live in standard git notes, not thousands of hidden branches. Nothing proprietary leaves your laptop unless you decide it should.

All of it is open

The CLI, the engine crates, the desktop app and the editor extension are public under Apache-2.0. Install it, read it, fork it. The version-by-version detail lives in the changelog, and it ships continuously across macOS, Linux and Windows.

Ready to track your logic?