🚀 Install any software on any platform with a single command. Like pip/npm, but for desktop applications.
fixit install mongodb # Works on Windows, Linux, macOS
fixit install nodejs # Automatic PATH configuration
fixit install docker # Silent installation with progress- 🌍 Cross-platform: Windows, Linux, macOS
- ⚡ One-command install: No more manual downloads
- 🔧 Auto-configuration: PATH and environment setup
- ✅ Verification: Confirms installation success
- 📦 7+ packages: MongoDB, Node.js, Docker, PostgreSQL, Git, Python, VS Code
- 🔍 Smart detection: Automatically detects your OS and architecture
# Linux/macOS
curl -sSL https://raw.githubusercontent.com/[username]/fixit/main/quick_install.sh | bash
# Windows (PowerShell)
iwr -useb https://raw.githubusercontent.com/[username]/fixit/main/quick_install.bat | iexpip install fixit-installergit clone https://github.com/Jayu1214/fixit.git
cd fixit
pip install -r requirements.txtfixit list # Show all available packages
fixit list --installed # Show only installed packagesfixit install mongodb # Install latest MongoDB
fixit install nodejs --version 18.17.0 # Install specific version
fixit install docker --force # Force reinstallfixit info mongodb # Show package detailsfixit remove mongodb # Uninstall packagefixit update nodejs # Update specific package
fixit update # Update all packages- MongoDB - Document database
- Node.js - JavaScript runtime
- PostgreSQL - Relational database
- Docker - Containerization platform
- Git - Version control system
- Python - Programming language
- VS Code - Code editor
More packages coming soon! Contribute by adding to the software registry.
- Detects your OS (Windows/Linux/macOS) and architecture
- Downloads the appropriate installer from official sources
- Installs silently using OS-specific methods
- Configures environment variables (PATH, etc.)
- Verifies installation by running version checks
- Cleans up temporary files
We welcome contributions! Here's how you can help:
- Add new software: Update registry/software.json
- Fix bugs: Create issues and submit pull requests
- Improve docs: Help us make the documentation better
- Test on different platforms: Ensure compatibility
See our Contributing Guidelines for details.
- Python 3.8+
- Internet connection for downloads
- Administrator/sudo privileges for installations
- All downloads are from official vendor sources
- Package integrity verified where possible
- No telemetry or data collection
- Open source and auditable
MIT License - see LICENSE file for details.
- Inspired by package managers like pip, npm, and homebrew
- Built with ❤️ for the developer community