Double-click the launcher
Extract the ZIP, then run run-devcheck.bat. The PowerShell window will scan the complete toolchain and stay open when finished.
Toolchain health command center
This dashboard always renders in the browser. To check programming languages, compilers, Unity, Unreal Engine, Android SDK, and the actual Windows toolchain, use the complete guide and the included PowerShell script.
Windows 10/11 · PowerShell 5.1+ / 7+
Browsers are not allowed to scan local Windows commands. After extracting the ZIP, use one of the methods below so the AVAILABLE / NOT FOUND results and versions come directly from your computer.
Extract the ZIP, then run run-devcheck.bat. The PowerShell window will scan the complete toolchain and stay open when finished.
powershell -NoProfile -ExecutionPolicy Bypass -File .\devcheck.ps1The Bypass policy applies only to this process and does not permanently change Windows settings.
pwsh -NoProfile -ExecutionPolicy Bypass -File .\devcheck.ps1Use this method when PowerShell 7 is installed.
Unblock-File .\devcheck.ps1Run this once if Windows marks the downloaded file as coming from the internet.
Python, C/C++, Java, .NET, Go, Kotlin, Ruby, Rust, Node.js, npm, TypeScript, Vite, Deno, Bun, R, Julia, SQLite, Haskell, Scala, Clojure, Elixir, Erlang, OCaml, Guile, Bash, PHP, Lua, Tcl, Nim, Crystal, NASM, Blender, Godot, Unity, Visual Studio, Unreal Engine, Android SDK/NDK/ADB, and related engine features.
The Tcl version is checked through a temporary file containing puts [info patchlevel], rather than tclsh --version. This prevents the script from entering the interactive % prompt.
For the desktop interface, extract the source package and run .\run.ps1 or dotnet run --project .\src\DevCheckGui\DevCheckGui.vbproj.
Exact uploaded-script coverage
The package contains all 61 checks from the supplied PowerShell scanner. Every language, runtime, compiler, engine, Android tool, path check, and engine capability remains included.
General-purpose languages
11 checksWeb and JavaScript
8 checksData, mathematics, and science
3 checksFunctional and academic languages
7 checksScripting, system, and assembler
7 checksGame engines and development tools
8 checksAndroid and Unity mobile toolchain
6 checksEngine capabilities and workflows
11 checksResults
| Tool / capability | Category | Status | Details |
|---|---|---|---|
| No results yet. Press “Scan browser environment”. | |||
Desktop application
The included PowerShell scanner performs all 61 language, compiler, runtime, engine, Android, path, and capability checks listed above. The Windows GUI source is also included.