PSModuleBrowser

0.2.0

A premium terminal UI for browsing, searching, and installing PowerShell Gallery modules with arrow-key navigation, gradient rendering, and rich module details.

Minimum PowerShell version

7.0

Installation Options

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

Install-Module -Name PSModuleBrowser

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

Install-PSResource -Name PSModuleBrowser

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) Jorgeasaurus. All rights reserved.

Package Details

Author(s)

  • Jorgeasaurus

Tags

PSGallery TUI Terminal ModuleBrowser PowerShellGallery ModuleSearch

Functions

Start-PSModuleBrowser Search-PSModule Get-PSModuleInfo Get-PSModuleVersion Get-PSModuleDependency Get-PSModuleCommandPreview Install-PSModule

PSEditions

Core

Dependencies

This module has no dependencies.

Release Notes

## v0.2.0
- Async search: searches run in a background runspace so the TUI never freezes
- Animated spinner with elapsed time counter during search
- Direct PSGallery API integration: uses fast full-text `searchTerm` index instead of slow `substringof()` OData filters, eliminating 500 errors on broad queries
- Search by tag: press `9` to toggle tag search mode
- Pagination: press `0` to load more results beyond the initial page
- Result deduplication across pages
- Retry logic with exponential backoff for transient PSGallery errors
- 120-second search timeout with runspace cancellation
- Installed module indicator changed from `[+]` to `[✔]`
- Added `-TagSearch` and `-Skip` parameters to `Search-PSModule`

FileList

Version History

Version Downloads Last updated
0.2.0 (current version) 10 4/16/2026
0.1.0 32 4/11/2026