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-agentRequires 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 diagnose2. Verify Compatibility
Check if a specific ML environment profile is fully compatible with your current hardware setup.
$ envforge verify --profile pytorch-cuda3. 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-cudaPrefer using Web tools?
You can also use our cloud-based wizard to generate scripts or analyze pasted diagnostic reports.