PSGalleryManager
1.0.4
A WPF-based graphical tool for managing PowerShell modules. Search and install from PSGallery, per-module scope detection (CurrentUser/AllUsers), update checking, batch update and uninstall, module details panel, and JSON cache for fast startup.
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2025 Nick Geoffroy. MIT License.
Package Details
Author(s)
- Nick Geoffroy
Tags
GUI Module Manager WPF PSGallery Install Update Uninstall PowerShellGet Windows
Functions
Dependencies
This module has no dependencies.
Release Notes
v1.0.4
- Rename all UI and dialog references to PSGalleryManager
- Fix PowerShellGet module loading error on startup
- Initial public release
- WPF dark-themed GUI for managing PowerShell modules
- Search and install modules from PSGallery
- Per-module scope detection (CurrentUser vs AllUsers)
- Scope badges on module cards and detail panel
- Batch select, update, and uninstall with Ctrl/Shift+click
- Smart admin warnings for AllUsers scope modules
- JSON cache for instant startup (stored in %APPDATA%\PSGalleryManager)
- Cache age display, manual refresh, and clear cache
- Detail panel with description, downloads, tags, dependencies, license
- Open module install location in Explorer
- AcceptLicense parameter auto-detection for older PowerShellGet
FileList
- PSGalleryManager.nuspec
- LICENSE
- PSGalleryManager.psd1
- PSGalleryManager.psm1
- README.md