Get Started with EnvForage

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

Recommended

Windows Installer

Full GUI setup. Adds EnvForage to your PATH and creates convenient right-click context menus.

Download Setup (.exe)
Portable

Standalone Executable

A single portable file. No installation required—just download and run it directly from your command line.

Download Binary (.exe)
Cross-Platform

Install via pip

$pip install envforage

Requires 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 diagnose

2. Verify Compatibility

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

$ envforage 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.

$ envforage 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