The story behind the search tool, and the field tech who built it.
The maker
"At an MSP the day is not one big problem but a hundred small ones, each with a client waiting. Save a few seconds finding the right file on every ticket and by Friday you have bought back hours."
I'm Steve the Killer, a field technician and systems administrator at a large MSP, working in IT since 2018. I did not start there. I had been building websites since the 90s and spent roughly eight years as a full-stack developer before I moved into IT, so writing the tool I need comes as naturally to me as fixing the machine in front of me.
So much of the job is closing tickets while someone waits on the other end of the line, and a surprising number of them come down to one small thing: finding a file by name, or finding every file that contains a certain line. The built-in Windows search made you wait while it built an index, and the heavier tools wanted an install or a license before they would look inside a single folder. Neither respects the fact that a client is on hold.
I wanted something I could drop on any machine, point at a folder, and have the answer before the client finished their sentence. Every second it saves is a second handed back to the next ticket. So I built it, and KillerFind is the result.
The app
KillerFind is a native Windows file search that ships as a single self-contained executable. There is no installer to run, no service to register, no account, and no subscription. Hand someone the .exe and they can search a folder tree right away.
It is built for a field tech's reality. It matches filenames with wildcard patterns, searches inside files one line at a time so it never loads a whole file into memory, runs several search terms in a single pass, and streams matches as it finds them. Everything happens locally, with no index, no telemetry, and no ads.
Much of what it does was driven by the tickets it helped close. The GitHub issues page stays open to anyone, and your suggestions genuinely shape where it goes next. KillerFind is free software under the GPL-3.0 license. For the deep technical details, see the Technical page.
Contact & links
Find me, file a bug, or just say hi: