Release v2.0.1 of VulnSightAI:
Major Features in this release:
- Embedded UI Engine: Compiles and embeds the Next.js React frontend assets directly inside the Go backend server executable. You no longer need Node.js, NPM, or
node_modulesto run the visual GUI! - Dynamic API Location: Auto-detects port and host parameters dynamically from
window.location, enabling seamless deployment on custom ports and remote servers. - Refined CLI client: Standardized Go CLI flags and commands documented in the main README.
Installation Packages:
- Debian/Ubuntu/Kali: Install CLI via
sudo dpkg -i vulnsight-cli_2.0.1_amd64.deb - Linux Server (Unified): Run
./vulnsight-serverfor both GUI (port 8080) and API. - macOS Server (Unified): Run
./vulnsight-server-mac - Windows Server (Unified): Run
.\vulnsight-server.exe