NOVA - AI coding that goes beyond suggestions | Product Hunt

Nova v0.1.3: The World’s FirstSelf-Healing CLIAgent

Meet Nova: your autonomous junior developer living right in your terminal.Traditional AI can write code but still leaves you handling environment issues and runtime crashes.Nova closes the loop by planning, executing, and healing your code end-to-end.

Core Capabilities

Latest
Self-Healing Execution: Run any script with the run command. If it crashes, Nova analyzes the traceback, locates the exact local file, and applies a Surgical Edit to fix the bug.
Auto-Dependency Resolution: No more manual ImportError fixes. Nova detects missing libraries, runs pip install in your active environment, and re-runs your task.
Path-Aware Intelligence: Nova understands your directory structure and maps to local paths for accurate file and folder operations.

The Closed-Loop Moment

Zero-friction development: Nova detects a crash, finds the exact line, patches the file, and verifies the fix by re-running your script in one smooth flow.

Security & Privacy Built-In

Privacy First: Your codebase stays local. Nova only analyzes errors and necessary context during active healing sessions to produce accurate fixes.
User-in-the-Loop: You stay in control. No file changes or package installs happen without your explicit permission.
Enterprise-Grade: Built for the future of autonomous development and securely maintained by Bridgeye Pvt Ltd.

Getting Started

1. Installation

Package Managers (Recommended)

Bash
bash
# Via Pip
pip install nova-bridgeye

# Via NPM
npm install -g nova-bridgeye

Standalone Installers

Download the latest binaries directly from the release assets below.
macOS: Download Nova_Installer_v0.1.3.pkg, right-click → Open, and follow the setup prompts.
Windows: Download Nova_Installer_v0.1.3.exe, right-click → Open, and follow the setup prompts.

2. Quick Start

Activate: Type nova in your terminal to initialize the agent.
Login: Follow the secure authentication prompt to sync your session.
Execute & Heal: Start generating and running code immediately.
Plaintext
plaintext
nova> "Plan a crypto price tracker in python"
nova> "Build it"
nova> run dashboard.py