|
|
|
|
|
by v_CodeSentinal
152 days ago
|
|
I built Autonoma because I was tired of Copilot suggesting code that didn't compile. Autonoma is a local daemon that acts as an "L5 Autonomous Engineer". It doesn't just autocomplete; it autonomously fixes bugs, security vulnerabilities, and linter errors in the background. Key features:
- Air-Gapped: Runs 100% locally (Docker). No code leaves your machine.
- Self-Correcting: It validates its own fixes against your compiler/linter.
- Deterministic: Uses Tree-Sitter for AST analysis to prevent syntax hallucinations. Would love feedback on the install process. The "Enterprise" tier is just for support—the core engine is fully open for the community. |
|