bquick-0.1.0 is not a library.
🚀 BQuick
Professional Software Installer for Windows
A terminal-based software installation manager that streamlines Windows software management through WinGet and Chocolatey.
✨ Features
- 🔄 Dual Package Manager Support – WinGet/PowerShell + Chocolatey integration
- 🔍 Smart Software Detection – Scan registry, filesystem, and package databases
- 🎨 Professional Terminal UI – Modern interface with real-time progress tracking
- ⚡ Multiple Operations – Install, uninstall, reinstall with automatic fallbacks
- 📦 Extensive Catalog – 200+ apps across browsers, dev tools, media, and utilities
- 🔎 Advanced Search – Real-time fuzzy search across categories
⚙️ Installation
Prerequisites
- Rust & Cargo → Install Rust
- Windows 10/11 (64-bit)
Quick Install (PowerShell)
# Automated installation script
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/linux-brat/bquick/master/install.ps1" -OutFile "install.ps1"
powershell -ExecutionPolicy Bypass -File "install.ps1"
Direct Cargo Install
or
🎮 Usage
# Launch BQuick
- Navigate with arrow keys or
j/k Space→ Select softwareEnter→ Start installationQ→ Quit
🔑 Key Controls
| Key | Action |
|---|---|
↑↓ / j k |
Navigate |
Space |
Toggle selection |
Enter |
Confirm / Start |
A |
Select all |
U |
Uninstall mode |
F5 |
Deep scan |
/ |
Search |
Q |
Quit |
📸 Screenshots
🤝 Contributing
- Fork the repository
- Create your feature branch (
git checkout -b feature/name) - Commit changes (
git commit -m 'Add feature') - Push to branch (
git push origin feature/name) - Open a Pull Request
📜 License
MIT License – see LICENSE for details.
🦀 Built with Rust • 🪟 Designed for Windows • 💡 Powered by Community