nova is an autonomous junior developer that lives in your terminal. It plans, executes, and - most importantly - heals code in a closed loop.
In traditional development, AI writes code, but you have to fix the environment and runtime crashes. nova closes the loop.
- Self-Healing Execution: Run any script with
nova run. If it crashes, nova analyzes the traceback, finds the local file, and applies a Surgical Edit automatically. - Auto-Dependency Resolution: Missing a library? nova detects the
ImportError, executes apip installin your active environment, and re-runs the task. - Path-Aware Intelligence: nova understands your directory structure. It maps its brain to your local paths for 100% accurate file operations.
- Download the latest
Nova_Installer_v0.1.1.pkgfrom our Releases page. - Right-Click the
.pkgfile and select Open. - Follow the prompts. nova will be globally available in your terminal.
- Download the latest
Nova_Installer_v0.1.1.exefrom our Releases page. - Right-Click the
.exefile and select Open. - Follow the prompts. nova will be globally available in your terminal.
# Via Pip
pip install nova-bridgeye
# Via NPM
npm install -g nova-bridgeye-
Activate: Type nova in your terminal to initialize the agent.
-
Login: Follow the secure authentication prompt to sync your session.
# Start a new project from a prompt
"Plan a crypto price tracker in python"
"Build it"
# Run your code and let nova fix any runtime bugs
run dashboard.py
The "Magic Moment"
Watch as nova detects a crash, locates the exact line in your file, patches the code, and verifies the fix by re-running the script automatically.- Privacy First: Your code stays local. nova only analyzes errors and context during active "Healing" sessions to provide accurate fixes.
- User-in-the-Loop: No file changes or package installations are made without your explicit permission.
- Enterprise Grade: Built and maintained by Bridgeye Pvt Ltd.
© 2026 Bridgeye Pvt Ltd. All rights reserved. Built for the future of autonomous development.