{"id":13689368,"url":"https://github.com/andrewkroh/gvm","last_synced_at":"2025-10-20T04:27:34.279Z","repository":{"id":40284192,"uuid":"82724232","full_name":"andrewkroh/gvm","owner":"andrewkroh","description":"Go Version Manager (written in Go for cross-platform usability)","archived":false,"fork":false,"pushed_at":"2025-04-03T02:53:26.000Z","size":929,"stargazers_count":211,"open_issues_count":4,"forks_count":24,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-12T23:38:03.016Z","etag":null,"topics":["golang","golang-tools","gvm"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrewkroh.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2017-02-21T20:32:44.000Z","updated_at":"2025-04-06T17:47:02.000Z","dependencies_parsed_at":"2024-08-11T14:29:30.613Z","dependency_job_id":"96dee3a4-5bc5-4111-9c69-26b39a9374e8","html_url":"https://github.com/andrewkroh/gvm","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewkroh%2Fgvm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewkroh%2Fgvm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewkroh%2Fgvm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewkroh%2Fgvm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrewkroh","download_url":"https://codeload.github.com/andrewkroh/gvm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248647255,"owners_count":21139081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["golang","golang-tools","gvm"],"created_at":"2024-08-02T15:01:44.884Z","updated_at":"2025-10-20T04:27:34.274Z","avatar_url":"https://github.com/andrewkroh.png","language":"Go","funding_links":[],"categories":["golang"],"sub_categories":[],"readme":"gvm\n===\n\ngvm is a Go version manager. gvm installs a Go version and prints the commands\nto configure your environment to use it. gvm can install Go binary versions from\nhttps://go.dev/dl or build it from source. Below are examples for common shells.\n\nbash:\n\n`eval \"$(gvm 1.25.3)\"`\n\ncmd.exe (for batch scripts `%i` should be substituted with `%%i`):\n\n`FOR /f \"tokens=*\" %i IN ('\"gvm.exe\" 1.25.3') DO %i`\n\npowershell:\n\n`gvm --format=powershell 1.25.3 | Invoke-Expression`\n\ngvm flags can be set via environment variables by setting `GVM_\u003cflag\u003e`. For\nexample `--http-timeout` can be set via `GVM_HTTP_TIMEOUT=10m`.\n\nInstallation\n------------\n\nYou can download a binary release of `gvm` for your specific platform from the\n[releases](https://github.com/andrewkroh/gvm/releases) page. Then just put the\nbinary in your `PATH` and mark it as executable (`chmod +x gvm`).\n\nYou must adjust the version and platform info in URLs accordingly.\n\nLinux (amd64):\n\n``` bash\n# Linux Example (assumes ~/bin is in PATH).\ncurl -sL -o ~/bin/gvm https://github.com/andrewkroh/gvm/releases/download/v0.6.0/gvm-linux-amd64\nchmod +x ~/bin/gvm\neval \"$(gvm 1.25.3)\"\ngo version\n```\n\nLinux (arm64):\n\n``` bash\n# Linux Example (assumes ~/bin is in PATH).\ncurl -sL -o ~/bin/gvm https://github.com/andrewkroh/gvm/releases/download/v0.6.0/gvm-linux-arm64\nchmod +x ~/bin/gvm\neval \"$(gvm 1.25.3)\"\ngo version\n```\n\nmacOS (universal):\n\n``` bash\n# macOS Example\ncurl -sL -o /usr/local/bin/gvm https://github.com/andrewkroh/gvm/releases/download/v0.6.0/gvm-darwin-all\nchmod +x /usr/local/bin/gvm\neval \"$(gvm 1.25.3)\"\ngo version\n```\n\nWindows (PowerShell):\n\n```\n[Net.ServicePointManager]::SecurityProtocol = \"tls12\"\nInvoke-WebRequest -URI https://github.com/andrewkroh/gvm/releases/download/v0.6.0/gvm-windows-amd64.exe -Outfile C:\\Windows\\System32\\gvm.exe\ngvm --format=powershell 1.25.3 | Invoke-Expression\ngo version\n```\n\nFish Shell:\n\nUse `gvm` with fish shell by executing `gvm 1.25.3 | source` in lieu of using `eval`.\n\nFor existing Go users:\n\n`go install github.com/andrewkroh/gvm/cmd/gvm@v0.6.0`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewkroh%2Fgvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewkroh%2Fgvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewkroh%2Fgvm/lists"}