{"id":25508953,"url":"https://github.com/gustavorizzon/psnm","last_synced_at":"2026-05-04T01:34:44.326Z","repository":{"id":278102783,"uuid":"934530393","full_name":"gustavorizzon/psnm","owner":"gustavorizzon","description":"Lightweight tool for managing Node.js versions via PowerShell.","archived":false,"fork":false,"pushed_at":"2025-04-18T19:15:47.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-20T05:36:17.290Z","etag":null,"topics":["javascript","nodejs","nvm","powershell","version","windows"],"latest_commit_sha":null,"homepage":"https://psnm.guzz.dev","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gustavorizzon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-18T01:44:08.000Z","updated_at":"2025-04-18T19:15:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"5c74d419-33f2-4b46-b2b3-268723f785ff","html_url":"https://github.com/gustavorizzon/psnm","commit_stats":null,"previous_names":["gustavorizzon/psnm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gustavorizzon/psnm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustavorizzon%2Fpsnm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustavorizzon%2Fpsnm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustavorizzon%2Fpsnm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustavorizzon%2Fpsnm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gustavorizzon","download_url":"https://codeload.github.com/gustavorizzon/psnm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustavorizzon%2Fpsnm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32591601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","nodejs","nvm","powershell","version","windows"],"created_at":"2025-02-19T08:31:32.253Z","updated_at":"2026-05-04T01:34:44.322Z","avatar_url":"https://github.com/gustavorizzon.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PowerShell Node Manager\n\nPSNM is a lightweight Node.js version manager built entirely in PowerShell, designed for Windows environments where traditional tools are unavailable or restricted.\n\n## Why PSNM?\n\nManaging multiple Node.js versions on Windows can be painful - especially in corporate environments.\n\nCommon problems:\n\n- nvm or fnm not approved\n- No access to package managers\n- Manual Node.js installations\n- Locked-down systems\n\nPSNM solves this by using **only PowerShell and official Node.js binaries**.\n\n## Key Features\n\n- Written entirely in PowerShell\n- No external dependencies\n- Uses **official Node.js binaries from nodejs.org**\n- No admin privileges required\n- Session-based version switching\n- Supports `.node-version` and `.nvmrc`\n- Simple and predictable CLI\n\n## Getting Started\n\nTo get started with PowerShell Node Manager, follow these steps:\n\n1. Clone the repository:\n\n   ```powershell\n   git clone https://github.com/gustavorizzon/psnm.git $HOME\\.psnm\n   ```\n\n2. Add an entry to your PowerShell profile to create an alias for the PowerShell Simple Node Manager:\n\n   ```powershell\n   Set-ExecutionPolicy RemoteSigned -Scope CurrentUser\n   if (-not (Test-Path $profile)) { New-Item $profile -Force }\n   Add-Content -Path $profile -Value \"Import-Module $HOME\\.psnm\\psnm.psm1\"\n   ```\n\n3. Restart your PowerShell session to apply the changes made to your profile.\n\n### Commands\n\n| Command                  | Description                                                                                                                   |\n| ------------------------ | ----------------------------------------------------------------------------------------------------------------------------- |\n| `psnm use [version]`     | Switches to the specified version of Node.js. If `version` is omitted, it will try to read `.node-version` and `.nvmrc` files |\n| `psnm ls`                | Lists all installed versions of Node.js.                                                                                      |\n| `psnm ls-remote`         | Lists all available versions of Node.js.                                                                                      |\n| `psnm install \u003cversion\u003e` | Installs the specified version of Node.js from your system                                                                    |\n| `psnm remove \u003cversion\u003e`  | Removes the specified version of Node.js from your system                                                                     |\n| `psnm default \u003cversion\u003e` | Sets or shows the default Node.js version                                                                                     |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgustavorizzon%2Fpsnm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgustavorizzon%2Fpsnm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgustavorizzon%2Fpsnm/lists"}