Seems ModuleFast runs fine on Linux.
It's not currently possible to know what platforms ModuleFast supports just by looking in PowerShell Gallery.
Supporting PowerShell Core is not a guarantee that it runs on Unix (Linux, MacOS).
How to flag that you support a given platform does not seem to be more standardized than adding tags. Ref:
So, add "Unix", "Linux" and "Mac" as tags? Like PSResourceGet does it:
Seems ModuleFast runs fine on Linux.
It's not currently possible to know what platforms ModuleFast supports just by looking in PowerShell Gallery.
Supporting PowerShell Core is not a guarantee that it runs on Unix (Linux, MacOS).
How to flag that you support a given platform does not seem to be more standardized than adding tags. Ref:
Find-PSResourceshould tell what platforms a resource supports PowerShell/PSResourceGet#1570So, add "Unix", "Linux" and "Mac" as tags? Like PSResourceGet does it: