Windows has many package managers, differing in execution methods and installation sources. UniGetUI integrates these package managers, making it easier to manage various required tools. It currently supports the following package managers:
- WinGet: Microsoft's official package manager (for general Windows software and software from the Microsoft Store)
- Scoop
- Chocolatey
- Pip: Python's package manager
- Npm: node.js's package manager
- .NET Tool: Package manager for .NET tools
- PowerShell Gallery: Allows selection of software for versions 5.x and 7.x
- Cargo: The Rust programming language's package manager
- vcpkg: A free and open-source C/C++ package manager developed by Microsoft
Dependency Check on Startup
When UniGetUI starts, it checks for necessary dependencies. If they are missing, it will prompt for installation.
1. How to Use
- Press Enter or double-click an application to view its installation details.
- Click 'Update' to update the application.
2. 💡 Related Links
💡 Article: https://jdev.tw/blog/8668/
💡 UniGetUI GitHub: https://github.com/marticliment/UniGetUI