Get Started with EnvForage
Install the lightweight diagnostic agent to scan your system and eliminate AI/ML dependency conflicts.
Windows Installer
Full GUI setup. Adds EnvForage to your PATH and creates convenient right-click context menus.
Download Setup (.exe)Standalone Executable
A single portable file. No installation required—just download and run it directly from your command line.
Download Binary (.exe)Install via pip
$pip install envforageRequires Python 3.8+. Fully supported on Linux, WSL2, macOS, 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.