Skip to content

Installation and Quick Start

Welcome to Forenyx AI. This page walks you through installation and basic usage.

Prerequisites

Make sure Node.js (>= 22.19.0) and a VCS simulation environment are available on your system.

1. Install the Forenyx CLI

Install with the one-line script below:

bash
curl -fsSL https://raw.githubusercontent.com/HwJhx/forenyx-releases/main/install.sh | bash

2. Verify the Installation

Check the installed version:

bash
forenyx --version
# Output: Forenyx AI 0.3.6

3. Run Your First Task

From the root of your verification project, run:

bash
/uvm-testcase-auto

The agent reads uvm_testplan.md and starts generating testcases.

Released under the MIT License