Vyapaka — Dev Environment DiagnosticsVyapaka checks whether the tools a CS student actually needs are installed and working — compilers, interpreters, debuggers, build tools, version control — and tells you exactly what is missing and how to install it. No more "it works on my machine": run one command and see your real setup. What it checksVyapaka probes your PATH for each tool, runs it to confirm it actually works, and reads its version:
You can add your own tools to the list in settings ( How it worksEvery result is real. Vyapaka finds each tool on your PATH, spawns it with a version flag, and reports:
Nothing is hard-coded or faked: if the report says GCC 13.2 at Usage
The toolchain view in the Explorer sidebar lists every tool with its status at a
glance. Diagnostics can also run automatically on startup
( Settings
Why it existsFirst-year CS students lose hours to environment problems that have nothing to
do with their code — a missing compiler, a Python that isn't on PATH, a LicenseMIT © Kanak Prabhakar |