Skip to content

bridgeyeai/nova-bridgeye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

NOVA

The World’s First Self-Healing CLI Agent.

nova is an autonomous junior developer that lives in your terminal. It plans, executes, and - most importantly - heals code in a closed loop.


Why nova?

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 a pip install in 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.

Installation

macOS Installer

  1. Download the latest Nova_Installer_v0.1.1.pkg from our Releases page.
  2. Right-Click the .pkg file and select Open.
  3. Follow the prompts. nova will be globally available in your terminal.

Windows Installer

  1. Download the latest Nova_Installer_v0.1.1.exe from our Releases page.
  2. Right-Click the .exe file and select Open.
  3. Follow the prompts. nova will be globally available in your terminal.

Package Managers (Recommended)

# Via Pip
pip install nova-bridgeye

# Via NPM
npm install -g nova-bridgeye

Quick Start

  1. Activate: Type nova in your terminal to initialize the agent.

  2. Login: Follow the secure authentication prompt to sync your session.

Execute:

# 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.

Security & Privacy

  1. Privacy First: Your code stays local. nova only analyzes errors and context during active "Healing" sessions to provide accurate fixes.
  2. User-in-the-Loop: No file changes or package installations are made without your explicit permission.
  3. Enterprise Grade: Built and maintained by Bridgeye Pvt Ltd.

© 2026 Bridgeye Pvt Ltd. All rights reserved. Built for the future of autonomous development.

Releases

No releases published

Packages

 
 
 

Contributors