pathman is a CLI tool that audits and cleans your Windows PATH environment variable directly from the Registry.
pathman doctor scans every entry and flags what's dead (folder no longer exists) or duplicated. pathman fix removes them after showing exactly what will change.
No restart needed — pathman broadcasts the same signal Windows uses internally so open apps pick up the change immediately. Single static binary, no dependencies.
bunpm is a transparent wrapper that intercepts npm, yarn, and pnpm commands and runs them through Bun — without changing anything about how you work.
Keep using npm install, yarn add, pnpm add exactly as before, just 10-25x faster. Output is formatted to match the tool you called, so nothing looks different either.
Your original npm, yarn, and pnpm are never modified. Fully reversible. Cross-platform: Windows, macOS, Linux.
uvpip is a transparent wrapper that intercepts pip and pip3 commands and routes them through uv — Astral's Rust-based package installer — without changing anything about how you work.
Keep using pip install, pip freeze, pip uninstall exactly as before, just 10-100x faster. Works inside virtual environments too, using a shell function so it stays active even after venv activation.
Cross-platform: Windows, macOS, Linux. Your original pip is never modified.