Free, open-source terminal coding agent with self-healing execution. Describe your goal, NOVA writes files, auto-fixes errors, resolves dependencies, and handles git. pip install nova-bridgeye.
NOVA is a free, open-source terminal-based coding agent that positions itself as a self-healing CLI developer. Where most AI coding assistants stop at generating code and leave you to debug the environment, NOVA closes the loop: it writes code, runs it, detects failures, analyzes tracebacks, and applies fixes automatically without requiring you to copy errors into a chat window.
The core workflow has four modes. Build: describe your goal in natural language and NOVA writes the files. Run: execute any script with nova run and if it crashes, NOVA analyzes the traceback, identifies the failing file, and applies a surgical edit automatically. Janitor: refactor any file on demand. Git: commit, push, and pull from inside the terminal. The self-healing execution loop is NOVA's differentiator versus general-purpose AI chat: when a script fails due to a missing dependency, NOVA detects the ImportError, runs pip install in your active environment, and re-executes the task automatically.
Integration depth is minimal. NOVA operates entirely in the terminal with git integration for version control. There are no IDE plugins, no MCP support, no integrations marketplace, and no team collaboration features. It supports Python 3.10+ and is installable via pip (pip install nova-bridgeye), npm (npm install -g nova-bridgeye), or native macOS and Windows installers. The tool is path-aware, meaning it understands your directory structure and maps operations to local file paths for accurate edits.
Pricing: completely free and open-source. The GitHub repository is publicly available at github.com/bridgeyeai/nova-bridgeye under an open license. There are no paid tiers, no usage limits, and no account required beyond a Python or Node.js environment.
Who NOVA is not for: developers working on complex multi-file refactoring across large repositories. NOVA's self-healing loop handles single-file errors and dependency issues, but it does not offer the deep contextual reasoning across entire codebases that Cursor ($20/month), Claude Code (usage-based from $20/month), or GitHub Copilot (free tier available, Pro at $10/month) provide. Teams needing code review, pull request automation, or IDE-integrated suggestions should evaluate those more mature alternatives. NOVA's 3 GitHub stars and 3 commits indicate it is in very early development: production teams should treat it as experimental.
Current state Q2 2026: NOVA launched on Product Hunt in June 2026 with a "Free Options" tag. The PyPI package (nova-bridgeye) reached version 0.1.5.7 as of June 6, 2026. The GitHub repository has 3 stars, 3 commits, and 0 forks, indicating extremely early-stage development. No G2, Capterra, or independent reviews exist. No security certifications or privacy policies have been published. The project has no published project description on PyPI.