v0.1.0 CLI Available

Stop guessing why your terminal broke.

When a command fails, most developers copy the error, Google it, and try random fixes. WTFKit skips that entire process. It reads your recent terminal failure and gives you straight answers.

WTFKit now supports Gemini AI, use wtf --ai, why --ai and fix --ai to get perfect results!

$npm install -g wtf
wtf

What broke?

Identify exactly which process, lock, or missing module triggered the failure in the first place.

why

Why did it happen?

View a clear timeline of events. Understand root causes like "node.exe left running" instead of opaque error codes.

fix

How do I fix it?

Get the safest repair commands recommended for Windows, bypassing the need to search Stack Overflow.

Current Support

WTFKit currently specializes in Windows development environments. It supports npm, Node.js, PowerShell, Windows Terminal, CMD, process detection, file lock detection, Go, pnpm, yarn, Bun, Git diagnostics, Docker, Python, Rust, and Flutter.

Install CLI Only$ npm install -g wtfkit