Aura
Aura is a semantic meta-layer for Git that tracks architectural intent and AST-level logic changes in codebases, providing safety and traceability for AI-generated code.
At a Glance
Pricing
Fully open-source release of Aura under the Apache 2.0 license.
Engagement
Available On
Listed Mar 2026
About Aura
Aura is a semantic version control meta-layer that sits on top of your existing Git workflow to track Architectural Intent rather than raw text diffs. It grafts onto your local repository and uses AST (Abstract Syntax Tree) analysis to mathematically verify whether code logic has changed, making it purpose-built for teams using AI coding agents at scale. Aura does not replace Git — you keep your commits, branches, and push workflow — but gains AI-specific superpowers like surgical rewinding, hallucination isolation, and deep structural safety checks.
- Semantic Time Machine — Surgical Rewind & Amnesia Protocol lets you swap individual AST nodes and wipe bad AI-generated code from the LLM's chat context without causing massive merge conflicts.
- Immutable Identity via Structural Skeleton Hashing — Prevents the Git renaming death spiral by mathematically preserving logic identity regardless of symbol renames.
- Wave Execution / Isolated Orchestration — Spins up fresh, isolated LLM contexts sequentially to prevent context rot and guarantee hallucination-free generation across multi-file refactors.
- Deep AST Traversal (The Gatekeeper) — Uses tree-sitter to mathematically prove whether forbidden logic exists and instantly projects the blast radius of any change.
- Zero-Trust Workspaces (Sovereign Vault) — Dynamically strips proprietary algorithms from contractor workspaces and replaces them with type-safe logic stubs.
- Architectural Deviation Blocking — Hard blocks merges when AST analysis detects removal of verified security paths (e.g., missing
requireAuth()calls), with manual override required. - Continuous DVR — Tracks every save-level logic decision so when an AI hallucinates at minute 12, you can recover the good code from minute 1 without losing context.
- Warn-and-Annotate Principle — Non-blocking by default for architectural shifts; hard blocks reserved for plaintext secrets and forbidden production dependencies configured by the team.
To get started, install Aura via the one-line shell script (curl -fsSL https://auravcs.com/install.sh | bash) and run it inside any existing Git repository. Aura begins tracking semantic changes immediately without requiring any changes to your existing Git workflow.
Community Discussions
Be the first to start a conversation about Aura
Share your experience with Aura, ask questions, or help others learn from your insights.
Pricing
Open Source
Fully open-source release of Aura under the Apache 2.0 license.
- Semantic AST tracking
- Structural Skeleton Hashing
- Surgical Rewind & Amnesia Protocol
- Wave Execution isolated orchestration
- Deep tree-sitter AST traversal
Capabilities
Key Features
- Semantic AST tracking over Git
- Architectural Intent recording
- Surgical Rewind & Amnesia Protocol
- Structural Skeleton Hashing for immutable identity
- Wave Execution isolated LLM orchestration
- Deep tree-sitter AST traversal
- Zero-Trust Sovereign Vault workspaces
- Architectural deviation merge blocking
- Continuous DVR for save-level logic history
- Blast radius projection
- Plaintext secret detection
- Warn-and-annotate mode for non-critical shifts
