PSGalleryManager

1.0.2

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

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PSGalleryManager -RequiredVersion 1.0.2

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PSGalleryManager -Version 1.0.2

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

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

Start-PSGalleryManager

Dependencies

This module has no dependencies.

Release Notes

v1.0.2
- 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

Version History

Version Downloads Last updated
1.0.5 5 2/26/2026
1.0.4 7 2/26/2026
1.0.3 3 2/26/2026
1.0.2 (current version) 5 2/26/2026
1.0.1 4 2/26/2026
1.0.0 2 2/26/2026
Show more