Get Started with EnvForage
Install the lightweight diagnostic agent to scan your system and eliminate AI/ML dependency conflicts.
Installation
Install via pip
$pip install envforageRequires Python 3.8+ and pip. EnvForage 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.
$ envforage diagnose2. Verify Compatibility
Check if a specific ML environment profile is fully compatible with your current hardware setup.
$ envforage 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.
$ envforage fix --profile pytorch-cudaPrefer using Web tools?
You can also use our cloud-based wizard to generate scripts or analyze pasted diagnostic reports.