Skip to main content

Tools

System Utilities & Productivity Toolsโ€‹

Practical toolbox for developers using Windows.

Updated: 03-Mar-2026

Sl NoNameDescriptionURL
11๐Ÿ—‚ dupeGuruTool to find and remove duplicate files based on name or content.https://dupeguru.voltaicideas.net/
12๐Ÿ“Š TreeSizeDisk space analyzer to visualize folder sizes and manage storage.https://www.jam-software.com/treesize
13๐Ÿ“š ObsidianMarkdown-based note-taking and knowledge management app.https://obsidian.md/download
14โšก Microsoft PowerToysProductivity utilities for Windows power users.https://github.com/microsoft/PowerToys/releases
15๐Ÿงน CCleanerSystem cleaning tool to remove junk files and optimize performance.https://www.ccleaner.com/ccleaner/download/standard
16๐Ÿ“ฆ 7-ZipOpen-source file archiver with high compression ratio.https://www.7-zip.org/

Development Toolsโ€‹

Sl NoNameDescriptionURL
1๐Ÿ“ Notepad++Free source code editor with syntax highlighting and plugin support.https://notepad-plus-plus.org/downloads/
2๐Ÿงฉ Visual Studio CodeLightweight and powerful source code editor with rich extension ecosystem.https://code.visualstudio.com/
3๐Ÿ“ก PostmanAPI development and testing platform for building and validating APIs.https://www.postman.com/downloads/
4๐ŸŒฟ GitDistributed version control system for source code management.https://git-scm.com/
5๐Ÿข TortoiseGitWindows shell interface for Git integrated with File Explorer.https://tortoisegit.org/
6๐ŸŸข Node.jsJavaScript runtime built on Chrome's V8 engine for server-side development.https://nodejs.org/en/download
7๐Ÿ”€ WinMergeOpen-source file and folder comparison tool for Windows.https://winmerge.org/?lang=en
8๐Ÿ”Ž FileLocator Pro / LiteAdvanced file search utility with powerful filtering and indexing options.https://www.mythicsoft.com/
9๐Ÿ“„ BareTailReal-time log file monitoring tool (similar to tail command).https://www.baremetalsoft.com/baretail/
10๐Ÿ•ต๏ธ FiddlerWeb debugging proxy tool to inspect HTTP/HTTPS traffic.https://www.telerik.com/download/fiddler

Node Packagesโ€‹

Sl NoNameDescriptionCommandURL
1๐Ÿ“ YarnYarn is a package manager for JavaScript projects, similar to npm.npm install --global yarnhttps://classic.yarnpkg.com/lang/en/docs/install
2rimrafA deep deletion module for node (like rm -rf)yarn global add rimrafhttps://www.npmjs.com/package/rimraf
3depdocThirtyparty Pakages list generationnpm install --global depdoc Create markdown file of result depdoc package.json -ghttps://github.com/mrmartineau/depdoc