{"name":"asdf: A Universal Version Manager for Multiple Runtimes","description":"asdf is an extendable command-line tool designed to manage multiple language runtime versions efficiently. It acts as a single, unified solution, replacing individual version managers like nvm or rbenv for various programming languages. With its plugin-based architecture, asdf provides consistent commands and project-specific version control across diverse development environments.","github":"https://github.com/asdf-vm/asdf","url":"https://osrepos.com/repo/asdf-vm-asdf","source":"osrepos.com","sourceDescription":"This repository profile is provided by osrepos.com, an open source repository discovery platform.","repositoryProfile":"https://osrepos.com/repo/asdf-vm-asdf","generatedFor":"open source discovery and AI-assisted research","markdown":"https://osrepos.com/repo/asdf-vm-asdf.md","json":"https://osrepos.com/repo/asdf-vm-asdf.json","topics":["asdf-vm","version-manager","cli","multiple-languages","golang","development-tools","runtime-management","plugins"],"keywords":["asdf-vm","version-manager","cli","multiple-languages","golang","development-tools","runtime-management","plugins"],"stars":null,"summary":"asdf is an extendable command-line tool designed to manage multiple language runtime versions efficiently. It acts as a single, unified solution, replacing individual version managers like nvm or rbenv for various programming languages. With its plugin-based architecture, asdf provides consistent commands and project-specific version control across diverse development environments.","content":"## Introduction\n\nasdf is a powerful and extendable version manager that simplifies the process of handling multiple runtime versions for various programming languages. Instead of juggling separate tools like `nvm` for Node.js, `rbenb` for Ruby, or `pyenv` for Python, asdf provides a single, consistent command-line interface. It supports a wide array of languages and tools through its robust plugin system, making it an indispensable tool for developers working with diverse technology stacks.\n\n## Installation\n\nTo get started with asdf, you typically need to clone the repository and set up your shell environment. The official documentation provides detailed, step-by-step instructions for installation on different operating systems and shell configurations. It is recommended to follow the guide on the [official asdf-vm website](https://asdf-vm.com/){:target=\"_blank\"} for the most up-to-date and accurate installation process.\n\n## Examples\n\nOnce installed, asdf offers a straightforward workflow for managing runtimes. For instance, to install a specific version of Node.js, you would first add the Node.js plugin, then install the desired version, and finally set it globally or locally for a project.\n\nbash\n# Example commands (refer to official docs for exact syntax)\nasdf plugin add nodejs\nasdf install nodejs 18.17.1\nasdf global nodejs 18.17.1\nasdf local nodejs 18.17.1\n\n\nSimilarly, you can manage other languages like Python, Ruby, Elixir, and more, all using the same `asdf` commands. The `.tool-versions` file in your project directory allows for automatic version switching as you navigate between projects.\n\n## Why use asdf?\n\nasdf offers several compelling advantages for developers:\n\n*   **Single CLI for multiple languages:** Manage all your language runtimes with one tool.\n*   **Consistent commands:** Learn one set of commands for all supported languages.\n*   **Single global configuration:** Keep your default language versions organized in one place.\n*   **Project-specific versions:** Use a `.tool-versions` file to define language versions per project.\n*   **Support for existing config files:** Easily migrate with support for `.node-version`, `.nvmrc`, `.ruby-version`, and similar files.\n*   **Automatic version switching:** asdf automatically switches runtime versions as you traverse your directories.\n*   **Simple plugin system:** Extend asdf's capabilities by creating or installing plugins for any language or tool.\n*   **Shell completion:** Enjoy command completion for popular shells like Bash, Zsh, Fish, and Elvish.\n\n## Links\n\n*   **Official Website & Documentation:** [asdf-vm.com](https://asdf-vm.com/){:target=\"_blank\"}\n*   **GitHub Repository:** [asdf-vm/asdf](https://github.com/asdf-vm/asdf){:target=\"_blank\"}\n*   **All Plugins:** [asdf-vm/asdf-plugins](https://github.com/asdf-vm/asdf-plugins){:target=\"_blank\"}\n*   **Getting Started Guide:** [asdf-vm.com/guide/getting-started.html](https://asdf-vm.com/guide/getting-started.html){:target=\"_blank\"}","metrics":{"detailViews":1,"githubClicks":0},"dates":{"published":null,"modified":"2025-10-24T23:00:53.000Z"}}