psmm

0.1.0-rc02

PowerShell Session Module Manager: fast, declarative module loading at shell start (JSON config), plus a keyboard-driven terminal UI to manage modules, browse commands, resolve config conflicts, check updates, and manage config files.

Minimum PowerShell version

7.0

This is a prerelease version of psmm.

Installation Options

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

Install-Module -Name psmm -AllowPrerelease

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

Install-PSResource -Name psmm -Prerelease

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) 2026 PBNZ

Package Details

Author(s)

  • PBNZ

Tags

module-management modules profile startup TUI terminal Windows

Functions

Show-PSModuleManager Invoke-PSMMStartup Get-PSMMConfigPath

PSEditions

Core

Dependencies

This module has no dependencies.

Release Notes

v0.1.0-rc02 - the correctness release. Mode x Install was implemented four times and the four disagreed; there is one decision function now. BEHAVIOUR CHANGE: the import is the only thing that happens in the foreground at shell start - every install, update and gallery lookup is deferred to a background job, so nothing waits on the network, and a module installed at startup is available next session. Also fixes: an exact pin no longer force-reinstalls itself every start; "Prerelease": true is honoured without a pin; a range-pinned module can clear its update flag; files > apply no longer unloads a module whose file is disabled; Update-Help failures are reported as failures; task output is bounded and cancellable; background jobs are disposed at session end. Last release built on Spectre.Console. See CHANGELOG.md.

FileList

Version History

Version Downloads Last updated
0.1.0-rc02 (current version) 37 8/15/2026
0.1.0-rc01 129 7/23/2026
0.1.0-beta9 9 7/22/2026
0.1.0-beta8 13 7/19/2026
0.1.0-beta7 8 7/19/2026
0.1.0-beta6 7 7/19/2026
0.1.0-beta5 8 7/19/2026
0.1.0-beta4 9 7/15/2026
0.1.0-beta3 8 7/14/2026
0.1.0-beta1 7 7/6/2026
Show more