ls ./tools --all

The Toolbox

15 focused tools for people who run Windows for a living. Most ship as a single portable exe — offline-first, zero telemetry, no admin required. Built in Rust, MIT, free forever. Grab what you need, star what you like.

Monitoring portable exe

QuickProbe

Probes mixed Windows/Linux fleets over WinRM and SSH with explicit PSSession cleanup, one-click RDP, and AD/LDAP discovery — credentials in DPAPI, data in local SQLite, no agent on targets.

RustTauriWindows
Utility portable exe

QuickConnect

Keeps RDP credentials in Windows Credential Manager, pulls Windows servers from Active Directory over LDAP, probes the RDP port for live reachability, and launches mstsc in one click — single portable .exe, no admin.

TypeScriptRustTauri
Analysis portable exe

EventSleuth

Queries the Windows Event Log API on background threads and virtual-scrolls 100k+ events, so a busy channel filters to a narrow outage window without the MMC snap-in freezing.

Rustegui
Analysis portable exe

DiskSleuth

Reads the NTFS MFT directly via FSCTL_ENUM_USN_DATA when elevated to enumerate millions of files in seconds, then renders a SpaceSniffer-style treemap so you can see exactly where the space went — single portable .exe.

Rustegui
Security portable exe

BitBurn

Overwrites files, folders, and drive free space in place with NIST 800-88 or 35-pass Gutmann patterns, with an Explorer right-click entry so shredding never needs the app open.

RustTauri
Security portable exe

ChecksumCheck

Drop a file and get MD5, SHA1, SHA256 and SHA512 computed side by side locally in Rust, so you can verify a download against a published hash without touching PowerShell.

RustTauriWindows
Search portable exe

AllTheThings

Reads the NTFS Master File Table directly to index millions of files in seconds, then tails the USN change journal for live results as you type — no admin, no waiting for Windows Search.

RustTauri
Analysis portable exe

LogSleuth

Recursively discovers logs, auto-detects each vendor format via extensible TOML profiles, and merges them into one colour-coded chronological timeline with severity, regex, and time-window filtering plus live tail and time correlation.

RusteguiWindowsmacOSLinux
Utility portable exe

QuickRun

Tray-resident Run-style launcher bound to a global Alt+Space hotkey that resolves typed commands through Windows PATH and PATHEXT and execs them, no Start menu round-trip.

RustTauri
Security portable exe

SwatCrypt

XChaCha20-Poly1305 STREAM encryption with memory-hard Argon2id key derivation, wrapping one or many files and folders into a single tamper-evident .swc bundle from a GUI or scriptable CLI with per-user Explorer context menus — single portable .exe, no admin.

Rustegui
Utility portable exe

ClipRelay

Syncs clipboard text and files up to 50 MiB between your own machines through a stateless relay that only ever forwards XChaCha20-Poly1305 blobs, keyed by a shared room code the relay never sees.

RusteguiWindowsLinux
Utility portable exe

LockSmith

Enumerates files held open over SMB via NetFileEnum and force-closes the handle with NetFileClose to clear "file in use" locks — elevated, no WebView2.

RusteguiWindows
Analysis portable exe

PSTInsight

Parses the on-disk PST format directly in Rust—no Outlook, MAPI, or COM—so you can browse the folder tree, read mail, and export messages to EML/TXT/MSG on a box that has never seen Outlook.

RustTypeScriptTauri
Utility portable exe

PSForge

A Tauri desktop PowerShell editor built for the paste-run-debug loop: clean AI- or web-copied scripts, run with F5 against PowerShell 5.1 or 7, and copy a Markdown debug bundle of output, exit code, and PSScriptAnalyzer findings straight back into the chat.

TypeScriptRustTauriWindowsmacOSLinux
AI Agent

Eir

Autonomous Windows repair agent: a LocalSystem service collects event-log, service, disk, memory, and network signals, has an AI model diagnose root causes, auto-applies reversible whitelisted fixes at high confidence, and queues anything destructive for tray approval.

RustTauriWindows