Get Started with EnvForge

Install the lightweight diagnostic agent to scan your system and eliminate AI/ML dependency conflicts.

Installation

Install via pip

$pip install envforge-agent

Requires Python 3.8+ and pip. EnvForge CLI is fully supported on Linux, WSL2, and Windows.

Quick Start Guide

1. Diagnose Your Machine

Run hardware introspection to detect OS, RAM, GPU, VRAM, and CUDA details without an internet connection.

$ envforge diagnose

2. Verify Compatibility

Check if a specific ML environment profile is fully compatible with your current hardware setup.

$ envforge verify --profile pytorch-cuda

3. Auto-Fix or Generate Setup Scripts

Generate deterministic setup and repair scripts (setup.sh, setup.ps1, Dockerfile) validated against our engine.

$ envforge fix --profile pytorch-cuda

Prefer using Web tools?

You can also use our cloud-based wizard to generate scripts or analyze pasted diagnostic reports.

Script Generator Online Diagnostics
Back to Home Page