Electron application that automatically downloads and installs Windows developer tools.
- Auto Update: Automatic update support with NSIS installer
- Multi-Tool Support: Node.js, Git, VS Code and more
- Silent Installation: Installation without user intervention
- Modern UI: Dark theme and responsive design
- Progress Tracking: Real-time download and installation status
- nvm-windows: Node.js version manager
- Volta: Fast Node.js version manager
- Git for Windows: Git command line tool
- Visual Studio Code: Code editor
- Node.js LTS: Latest long-term support Node.js
- Download the latest version from the Releases page
- Run the .exefile
- Follow the installation wizard
# Install dependencies
npm install
# Run in development mode
npm run dev
# Production build
npm run build
# Windows installer only
npm run build:win- Electron: Desktop application framework
- TypeScript: Type-safe JavaScript
- electron-builder: NSIS installer creation
- electron-updater: Automatic updates
- Vite: Fast build tool
MIT License