Aura
OSS IDE for controlling AI coding agents with built-in loops
Aura is a Git-native IDE for controlling AI coding agents (Claude Code, Cursor, Copilot) that tracks code changes at the function/class level instead of raw line diffs, letting developers compare agent output against original intent and verify task completion before committing. Open source, self-hostable.
What is Aura?
Aura is a Git-native, open-source IDE and semantic version-control layer for AI coding agents (Claude Code, Cursor, Copilot) that parses code into Abstract Syntax Trees instead of tracking line diffs, so it can verify whether an agent's stated commit intent actually matches the logic it changed before you commit.
Key features
- Semantic Gatekeeper (aura capture-context) blocks AI commits whose stated intent doesn't match the actual logic diff ("intent poisoning")
- Semantic Scalpel (aura rewind) reverts a single function or class without touching surrounding code
- AST + local Merkle-Graph dependency tracking instead of line-based diffs
- Master Class Orchestration (aura plan / aura execute) builds machine-readable execution plans from the dependency graph
- Enterprise audit mode detects bypassed or unreviewed AI commits
- Native parsing for Rust, Python, TypeScript, and JavaScript
- One-line installer: curl -fsSL https://auravcs.com/install.sh | bash
Who it's for
- Teams running Claude Code, Cursor, or Copilot at scale who need to verify agent output before merging
- Solo developers who want to rewind a single AI-touched function without a full git revert
- Engineering leads auditing which commits were AI-generated vs human-reviewed
When not to use it
If your team isn't running AI coding agents against a real git repo, or you only need standard line-diff review, Aura's semantic layer is overhead you don't need — plain git/GitHub review is enough.
FAQ
What is Aura?
An open-source, Git-native IDE that tracks AI-generated code changes at the function/class (AST) level instead of line diffs, so you can verify an agent's commit intent before merging.
Which AI coding agents does Aura work with?
Claude Code, Cursor, GitHub Copilot, and other agents that commit to a git repo.
Is Aura open source?
The core engine is Apache 2.0; enterprise features run under a Business Source License.
What languages does Aura support?
Native AST parsing for Rust, Python, TypeScript, and JavaScript.
Share this launch
Embed this badge
<a href="https://orangebot.ai/product/aura" target="_blank" rel="noopener noreferrer"> <img src="https://orangebot.ai/api/badge/aura.svg" alt="Featured on OrangeBot" width="200" height="54" /> </a>