Add Aura IDE to AI tools list#311
Open
CarpseDeam wants to merge 1 commit into
Open
Conversation
Added Aura IDE to the list of AI tools in the README.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Summary:
Add Aura to the Coding Agents section- a desktop AI orchestration IDE featuring a Planner/Worker dual agent system, multi provider support, diff approval, and local first privacy.
✅ Checklist:
I have read the contribution guidelines
The tool is AI-related and useful for developers
I have added a short, clear description of the tool
The link is not a duplicate of an existing one
The title of the link is properly capitalized
The link follows the Awesome List format
My change does not include unrelated files or changes
📌 Why is this tool awesome?
Aura's Planner/Worker architecture offers a unique approach to AI-driven coding: the Planner reads code and writes a technical specification, then hands it off to the Worker to apply edits with diff approval. This is not just autocomplete or in-editor chat — it's a full pair-programming model with safety controls (backups, sandboxed terminal, read-only mode). It also supports five providers (DeepSeek, OpenAI, Anthropic, Google Gemini, OpenRouter) and runs fully locally with no telemetry.
🔗 Link:
https://github.com/CarpseDeam/Aura-IDE
📝 Additional context:
Stable release v1.0.1 is available. Cross-platform (Windows, macOS, Linux) via PySide6. The README includes screenshots, installation instructions, API key setup, and an architecture diagram.