Our Mission
To make setting up a Windows computer simple, fast, and free for everyone.
QuickInstaller was born from a simple frustration: setting up a new PC takes too long. Manually searching for, downloading, and clicking "next" through dozens of installation wizards is a tedious and unnecessary chore. We believe there’s a better way.
This project was created by Arjun Singh as a free, open-source tool to solve this exact problem. It’s for the developers who need their toolchain ready in minutes, the students who need their essential apps without hassle, and anyone who values their time.
The Technology
QuickInstaller is a modern, client-side web application. This means the entire tool runs directly in your browser. Here’s what makes it work:
- Vanilla JavaScript (ES6+): All the core logic—from rendering the app list to filtering search results and generating the final script—is written in clean, modern JavaScript. No frameworks, no unnecessary bloat.
- The Blob API: This powerful browser feature allows us to create the custom
QuickInstaller.bat
file on-the-fly, directly on your machine. Your selections never touch a server, ensuring complete privacy. - Chocolatey: The generated script uses Chocolatey, the ultimate package manager for Windows. It handles the silent installation of every app from official sources, guaranteeing a clean and secure setup without toolbars or adware.
Our Commitment to Open Source
This tool is, and always will be, free and open-source. We believe that essential utilities should be accessible to everyone. The entire codebase is available on GitHub for you to inspect, audit, and contribute to. We are proud to be a part of the open-source community and rely on its principles of transparency and collaboration.