{"id":13588038,"url":"https://github.com/asdf-vm/asdf-plugins","last_synced_at":"2025-05-14T04:08:54.211Z","repository":{"id":37927506,"uuid":"98380176","full_name":"asdf-vm/asdf-plugins","owner":"asdf-vm","description":"Convenience shortname repository for asdf community plugins","archived":false,"fork":false,"pushed_at":"2025-03-17T06:03:57.000Z","size":1741,"stargazers_count":1316,"open_issues_count":18,"forks_count":499,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-04-12T23:29:35.205Z","etag":null,"topics":["asdf","asdf-plugin","community","version-manager"],"latest_commit_sha":null,"homepage":"https://github.com/topics/asdf-plugin","language":"Shell","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/asdf-vm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-26T04:39:21.000Z","updated_at":"2025-04-12T18:57:53.000Z","dependencies_parsed_at":"2024-01-08T04:40:47.332Z","dependency_job_id":"e5e1e925-0a64-4609-8ce0-dd750ab21156","html_url":"https://github.com/asdf-vm/asdf-plugins","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-vm%2Fasdf-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-vm%2Fasdf-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-vm%2Fasdf-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-vm%2Fasdf-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asdf-vm","download_url":"https://codeload.github.com/asdf-vm/asdf-plugins/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254069934,"owners_count":22009558,"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":["asdf","asdf-plugin","community","version-manager"],"created_at":"2024-08-01T15:06:28.718Z","updated_at":"2025-05-14T04:08:49.187Z","avatar_url":"https://github.com/asdf-vm.png","language":"Shell","readme":"# asdf plugins repository\n\nThe purpose of the [asdf](https://github.com/asdf-vm/asdf) plugins repository is to enable shorthand installation of plugins with:\n\n```shell\nasdf plugin add \u003cname\u003e\n```\n\nThe asdf core team recommend using the long-form which does not rely on this repository:\n\n```shell\nasdf plugin add \u003cname\u003e \u003cgit_url\u003e\n```\n\nRead each plugins code before installation and usage.\n\n## Existing Plugins\n\nPlugins listed here should be _stable_ and actively _maintained_. If you have issues with a specific plugin please raise them on the plugin repository first. If a deprecated plugin is listed here, please let us know and create a PR to add the most used alternative.\n\n## Creating a new Plugin\n\n- Read the [creating plugins guide](https://github.com/asdf-vm/asdf/blob/master/docs/plugins/create.md)\n- Consider using our [Template](https://github.com/asdf-vm/asdf-plugin-template) which has the core functionality to tools published to GitHub releases and CI for GitHub/GitLab/CircleCI out of the box.\n\n### `asdf-community`\n\nIf you're creating a new plugin consider creating it as part of the [`asdf-community`](https://github.com/asdf-community/.github) project. This is a separate community project with consolidated maintenance.\n\n## Contributing a new Plugin\n\n- Install repo dependencies: `asdf install`\n- Add the plugin to the repository `README.md` _Plugin List_ table.\n- Create a file with the shortname you wish to be used by asdf in `plugins/\u003cname\u003e`. The contents should be `repository = \u003cyour_repo\u003e`.\n  - eg: `printf \"repository = https://github.com/asdf-vm/asdf-nodejs.git\\n\" \u003e plugins/nodejs`\n- Test your code : `scripts/test_plugin.bash --file plugins/\u003cname\u003e`\n- Format your code \u0026 this README: `scripts/format.bash`\n- Create a PR following the instructions in the PR template.\n\n## Security\n\nThe `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/security/policy) which covers the core `asdf` tool. Plugins are the responsibility of their creators and not covered by the `asdf` policy. It is the responsibility of the user to evaluate each plugin they use for security concerns, even those in the `asdf-community` repositories. You can pin a plugin to a commit of the source repo with `asdf plugin update \u003cname\u003e \u003cgit-ref\u003e`, however running `asdf plugin update \u003cname\u003e` or `asdf plugin update --all` will change the `sha` you have previously set.\n\n## Plugin List\n\n| Tool / Language               | Plugin Repository                                                                                                 |\n| :---------------------------- | :---------------------------------------------------------------------------------------------------------------- |\n| .Net                          | [hensou/asdf-dotnet](https://github.com/hensou/asdf-dotnet)                                                       |\n| .Net Core                     | [emersonsoares/asdf-dotnet-core](https://github.com/emersonsoares/asdf-dotnet-core)                               |\n| 1password-cli                 | [NeoHsu/asdf-1password-cli](https://github.com/NeoHsu/asdf-1password-cli)                                         |\n| AAPT2                         | [ronnnnn/asdf-aapt2](https://github.com/ronnnnn/asdf-aapt2)                                                       |\n| act                           | [gr1m0h/asdf-act](https://github.com/gr1m0h/asdf-act)                                                             |\n| action-validator              | [mpalmer/action-validator](https://github.com/mpalmer/action-validator)                                           |\n| actionlint                    | [crazy-matt/asdf-actionlint](https://github.com/crazy-matt/asdf-actionlint)                                       |\n| adr-tools                     | [td7x/asdf/adr-tools](https://gitlab.com/td7x/asdf/adr-tools)                                                     |\n| ag (the_silver_searcher)      | [koketani/asdf-ag](https://github.com/koketani/asdf-ag)                                                           |\n| age                           | [threkk/asdf-age](https://github.com/threkk/asdf-age)                                                             |\n| age-plugin-yubikey            | [str4d/asdf-age-plugin-yubikey](https://github.com/str4d/asdf-age-plugin-yubikey)                                 |\n| agebox                        | [slok/asdf-agebox](https://github.com/slok/asdf-agebox)                                                           |\n| air                           | [pdemagny/asdf-air](https://github.com/pdemagny/asdf-air)                                                         |\n| aks-engine                    | [robsonpeixoto/asdf-aks-engine](https://github.com/robsonpeixoto/asdf-aks-engine)                                 |\n| alias                         | [andrewthauer/asdf-alias](https://github.com/andrewthauer/asdf-alias)                                             |\n| alire                         | [NyanHelsing/asdf-alire](https://github.com/NyanHelsing/asdf-alire)                                               |\n| allure                        | [comdotlinux/asdf-allure](https://github.com/comdotlinux/asdf-allure)                                             |\n| alp                           | [asdf-community/asdf-alp](https://github.com/asdf-community/asdf-alp)                                             |\n| amass                         | [dhoeric/asdf-amass](https://github.com/dhoeric/asdf-amass)                                                       |\n| Amazon ECR Credential Helper  | [dex4er/asdf-amazon-ecr-credential-helper](https://github.com/dex4er/asdf-amazon-ecr-credential-helper)           |\n| Ambient                       | [jtakakura/asdf-ambient](https://github.com/jtakakura/asdf-ambient)                                               |\n| Ansible (ansible-base)        | [amrox/asdf-pyapp](https://github.com/amrox/asdf-pyapp)                                                           |\n| ant                           | [jackboespflug/asdf-ant](https://github.com/jackboespflug/asdf-ant)                                               |\n| Apache Jmeter                 | [comdotlinux/asdf-jmeter](https://github.com/comdotlinux/asdf-jmeter)                                             |\n| apko                          | [omissis/asdf-apko](https://github.com/omissis/asdf-apko)                                                         |\n| apollo-ios-cli                | [MacPaw/asdf-apollo-ios-cli](https://github.com/MacPaw/asdf-apollo-ios-cli)                                       |\n| Apollo Router                 | [safx/asdf-apollo-router](https://github.com/safx/asdf-apollo-router)                                             |\n| arc                           | [ORCID/asdf-arc](https://github.com/ORCID/asdf-arc)                                                               |\n| argc                          | [rgeraskin/asdf-argc](https://github.com/rgeraskin/asdf-argc)                                                     |\n| argo                          | [sudermanjr/asdf-argo](https://github.com/sudermanjr/asdf-argo)                                                   |\n| argo-rollouts                 | [abatilo/asdf-argo-rollouts](https://github.com/abatilo/asdf-argo-rollouts)                                       |\n| argocd                        | [beardix/asdf-argocd](https://github.com/beardix/asdf-argocd)                                                     |\n| argocd-image-updater          | [thatmlopsguy/asdf-argocd-image-updater](https://github.com/thatmlopsguy/asdf-argocd-image-updater)               |\n| aria2                         | [asdf-community/asdf-aria2](https://github.com/asdf-community/asdf-aria2)                                         |\n| asciidoctorj                  | [gliwka/asdf-asciidoctorj](https://github.com/gliwka/asdf-asciidoctorj)                                           |\n| asdf-plugin-manager           | [asdf-community/asdf-plugin-manager](https://github.com/asdf-community/asdf-plugin-manager)                       |\n| assh                          | [zekker6/asdf-assh](https://github.com/zekker6/asdf-assh)                                                         |\n| atlas                         | [pbr0ck3r/asdf-atlas](https://github.com/pbr0ck3r/asdf-atlas)                                                     |\n| atmos                         | [cloudposse/atmos](https://github.com/cloudposse/asdf-atmos)                                                      |\n| auth0-cli                     | [gunzy83/asdf-auth0-cli](https://github.com/gunzy83/asdf-auth0-cli)                                               |\n| auto-doc                      | [looztra/asdf-auto-doc](https://github.com/looztra/asdf-auto-doc)                                                 |\n| avalanche                     | [embtools/asdf-avalanche](https://github.com/embtools/asdf-avalanche)                                             |\n| avalanchego                   | [embtools/asdf-avalanchego](https://github.com/embtools/asdf-avalanchego)                                         |\n| aws-copilot                   | [NeoHsu/asdf-copilot](https://github.com/NeoHsu/asdf-copilot)                                                     |\n| aws-amplify-cli               | [LozanoMatheus/asdf-aws-amplify-cli](https://github.com/LozanoMatheus/asdf-aws-amplify-cli)                       |\n| AWS IAM authenticator         | [zekker6/asdf-aws-iam-authenticator](https://github.com/zekker6/asdf-aws-iam-authenticator)                       |\n| aws-nuke                      | [bersalazar/asdf-aws-nuke](https://github.com/bersalazar/asdf-aws-nuke)                                           |\n| aws-sam-cli                   | [amrox/asdf-pyapp](https://github.com/amrox/asdf-pyapp)                                                           |\n| aws-sso-cli                   | [adamcrews/asdf-aws-sso-cli](https://github.com/adamcrews/asdf-aws-sso-cli)                                       |\n| awscli                        | [MetricMike/asdf-awscli](https://github.com/MetricMike/asdf-awscli)                                               |\n| awscli-local                  | [paulo-ferraz-oliveira/asdf-awscli-local](https://github.com/paulo-ferraz-oliveira/asdf-awscli-local)             |\n| awsebcli                      | [amrox/asdf-pyapp](https://github.com/amrox/asdf-pyapp)                                                           |\n| aws-vault                     | [karancode/asdf-aws-vault](https://github.com/karancode/asdf-aws-vault)                                           |\n| awsls                         | [chessmango/asdf-awsls](https://github.com/chessmango/asdf-awsls)                                                 |\n| awsrm                         | [chessmango/asdf-awsrm](https://github.com/chessmango/asdf-awsrm)                                                 |\n| awsweeper                     | [chessmango/asdf-awsweeper](https://github.com/chessmango/asdf-awsweeper)                                         |\n| azure-cli (az)                | [EcoMind/asdf-azure-cli](https://github.com/EcoMind/asdf-azure-cli)                                               |\n| Azure Functions Core Tools    | [daveneeley/asdf-azure-functions-core-tools](https://github.com/daveneeley/asdf-azure-functions-core-tools)       |\n| babashka                      | [pitch-io/asdf-babashka](https://github.com/pitch-io/asdf-babashka)                                               |\n| balena-cli                    | [boatkit-io/asdf-balena-cli](https://github.com/boatkit-io/asdf-balena-cli)                                       |\n| bashbot                       | [mathew-fleisch/asdf-bashbot](https://github.com/mathew-fleisch/asdf-bashbot)                                     |\n| bashly                        | [pcrockett/asdf-bashly](https://github.com/pcrockett/asdf-bashly)                                                 |\n| bat                           | [pauloedurezende/asdf-bat](https://github.com/pauloedurezende/asdf-bat)                                           |\n| bat-extras                    | [vhdirk/asdf-bat-extras](https://github.com/vhdirk/asdf-bat-extras)                                               |\n| Batect                        | [johnlayton/asdf-batect](https://github.com/johnlayton/asdf-batect)                                               |\n| Bats (Bash unittest)          | [timgluz/asdf-bats](https://github.com/timgluz/asdf-bats)                                                         |\n| Bazel                         | [rajatvig/asdf-bazel](https://github.com/rajatvig/asdf-bazel)                                                     |\n| bazelisk                      | [josephtate/asdf-bazelisk](https://github.com/josephtate/asdf-bazelisk)                                           |\n| bbr                           | [vmware-tanzu/tanzu-plug-in-for-asdf](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf)                     |\n| bbr-s3-config-validator       | [vmware-tanzu/tanzu-plug-in-for-asdf](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf)                     |\n| benthos                       | [benthosdev/benthos-asdf](https://github.com/benthosdev/benthos-asdf)                                             |\n| bfs                           | [virtualroot/asdf-bfs](https://github.com/virtualroot/asdf-bfs)                                                   |\n| Binaryen                      | [cometkim/asdf-binaryen](https://github.com/cometkim/asdf-binaryen)                                               |\n| bingo                         | [isindir/asdf-bingo](https://github.com/isindir/asdf-bingo)                                                       |\n| binnacle                      | [Traackr/asdf-binnacle](https://github.com/Traackr/asdf-binnacle)                                                 |\n| Bitwarden                     | [vixus0/asdf-bitwarden](https://github.com/vixus0/asdf-bitwarden)                                                 |\n| bitwarden-secrets-manager     | [asdf-community/asdf-bitwarden-secrets-manager](https://github.com/asdf-community/asdf-bitwarden-secrets-manager) |\n| boilerplate                   | [gruntwork-io/asdf-boilerplate](https://github.com/gruntwork-io/asdf-boilerplate)                                 |\n| Bombardier                    | [NeoHsu/asdf-bombardier](https://github.com/NeoHsu/asdf-bombardier)                                               |\n| borg                          | [lwiechec/asdf-borg](https://github.com/lwiechec/asdf-borg)                                                       |\n| bosh                          | [vmware-tanzu/tanzu-plug-in-for-asdf](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf)                     |\n| bottom (btm)                  | [carbonteq/asdf-btm](https://github.com/carbonteq/asdf-btm)                                                       |\n| Boundary                      | [asdf-community/asdf-hashicorp](https://github.com/asdf-community/asdf-hashicorp)                                 |\n| bpkg                          | [bpkg/asdf-bpkg](https://github.com/bpkg/asdf-bpkg)                                                               |\n| Brig                          | [Ibotta/asdf-brig](https://github.com/Ibotta/asdf-brig)                                                           |\n| BTrace                        | [joschi/asdf-btrace](https://github.com/joschi/asdf-btrace)                                                       |\n| Buf                           | [truepay/asdf-buf](https://github.com/truepay/asdf-buf)                                                           |\n| Buildpack                     | [johnlayton/asdf-buildpack](https://github.com/johnlayton/asdf-buildpack)                                         |\n| Bun                           | [cometkim/asdf-bun](https://github.com/cometkim/asdf-bun)                                                         |\n| Bundler                       | [jonathanmorley/asdf-bundler](https://github.com/jonathanmorley/asdf-bundler)                                     |\n| c3                            | [RobLoach/asdf-c3](https://github.com/RobLoach/asdf-c3)                                                           |\n| Cabal                         | [sestrella/asdf-ghcup](https://github.com/sestrella/asdf-ghcup)                                                   |\n| Caddy                         | [salasrod/asdf-caddy](https://github.com/salasrod/asdf-caddy)                                                     |\n| cairo-coverage                | [software-mansion/asdf-cairo-coverage](https://github.com/software-mansion/asdf-cairo-coverage)                   |\n| cairo-profiler                | [software-mansion/asdf-cairo-profiler](https://github.com/software-mansion/asdf-cairo-profiler)                   |\n| CalendarSync                  | [FeryET/asdf-calendarsync](https://github.com/FeryET/asdf-calendarsync)                                           |\n| calicoctl                     | [teejaded/asdf-calicoctl](https://github.com/teejaded/asdf-calicoctl)                                             |\n| Camunda Modeler               | [barmac/asdf-camunda-modeler](https://github.com/barmac/asdf-camunda-modeler)                                     |\n| cargo-make                    | [mise-plugins/asdf-cargo-make](https://github.com/mise-plugins/asdf-cargo-make)                                   |\n| Carp                          | [susurri/asdf-carp](https://github.com/susurri/asdf-carp)                                                         |\n| carthage                      | [younke/asdf-carthage](https://github.com/younke/asdf-carthage)                                                   |\n| ccache                        | [asdf-community/asdf-ccache](https://github.com/asdf-community/asdf-ccache)                                       |\n| certstrap                     | [carnei-ro/asdf-certstrap](https://github.com/carnei-ro/asdf-certstrap)                                           |\n| cidr-merger                   | [ORCID/asdf-cidr-merger](https://github.com/ORCID/asdf-cidr-merger)                                               |\n| cidrchk                       | [ORCID/asdf-cidrchk](https://github.com/ORCID/asdf-cidrchk)                                                       |\n| circleci-cli                  | [ucpr/asdf-circleci-cli](https://github.com/ucpr/asdf-circleci-cli)                                               |\n| cf                            | [mattysweeps/asdf-cf](https://github.com/mattysweeps/asdf-cf)                                                     |\n| cfssl                         | [mathew-fleisch/asdf-cfssl](https://github.com/mathew-fleisch/asdf-cfssl)                                         |\n| chamber                       | [mintel/asdf-chamber](https://github.com/mintel/asdf-chamber)                                                     |\n| changie                       | [pdemagny/asdf-changie](https://github.com/pdemagny/asdf-changie)                                                 |\n| cheat                         | [jmoratilla/asdf-cheat-plugin](https://github.com/jmoratilla/asdf-cheat-plugin)                                   |\n| checkov                       | [bosmak/asdf-checkov](https://github.com/bosmak/asdf-checkov)                                                     |\n| chezmoi                       | [joke/asdf-chezmoi](https://github.com/joke/asdf-chezmoi)                                                         |\n| chezscheme                    | [asdf-community/asdf-chezscheme](https://github.com/asdf-community/asdf-chezscheme)                               |\n| CHICKEN                       | [evhan/asdf-chicken](https://github.com/evhan/asdf-chicken)                                                       |\n| chisel                        | [lwiechec/asdf-chisel](https://github.com/lwiechec/asdf-chisel)                                                   |\n| choose                        | [carbonteq/asdf-choose](https://github.com/carbonteq/asdf-choose)                                                 |\n| Chromedriver                  | [schinckel/asdf-chromedriver](https://github.com/schinckel/asdf-chromedriver)                                     |\n| cilium-cli                    | [carnei-ro/asdf-cilium-cli](https://github.com/carnei-ro/asdf-cilium-cli)                                         |\n| cilium-hubble                 | [NitriKx/asdf-cilium-hubble](https://github.com/NitriKx/asdf-cilium-hubble)                                       |\n| Clarinet                      | [alexgo-io/asdf-clarinet](https://github.com/alexgo-io/asdf-clarinet)                                             |\n| clj-kondo                     | [rynkowsg/asdf-clj-kondo](https://github.com/rynkowsg/asdf-clj-kondo)                                             |\n| cljstyle                      | [abogoyavlensky/asdf-cljstyle](https://github.com/abogoyavlensky/asdf-cljstyle)                                   |\n| Clojure                       | [asdf-community/asdf-clojure](https://github.com/asdf-community/asdf-clojure)                                     |\n| Cloudflared                   | [threkk/asdf-cloudflared](https://github.com/threkk/asdf-cloudflared)                                             |\n| cloud-sql-proxy               | [pbr0ck3r/asdf-cloud-sql-proxy](https://github.com/pbr0ck3r/asdf-cloud-sql-proxy)                                 |\n| Clusterawsadm                 | [kahun/asdf-clusterawsadm](https://github.com/kahun/asdf-clusterawsadm)                                           |\n| Clusterctl                    | [pfnet-research/asdf-clusterctl](https://github.com/pfnet-research/asdf-clusterctl)                               |\n| cmctl                         | [asdf-community/asdf-cmctl](https://github.com/asdf-community/asdf-cmctl)                                         |\n| CMake                         | [asdf-community/asdf-cmake](https://github.com/asdf-community/asdf-cmake)                                         |\n| CockroachDB                   | [salasrod/asdf-cockroach](https://github.com/salasrod/asdf-cockroach)                                             |\n| CocoaPods                     | [ronnnnn/asdf-cocoapods](https://github.com/ronnnnn/asdf-cocoapods)                                               |\n| Codefresh                     | [gurukulkarni/asdf-codefresh](https://github.com/gurukulkarni/asdf-codefresh)                                     |\n| CodeQL                        | [bored-engineer/asdf-codeql](https://github.com/bored-engineer/asdf-codeql)                                       |\n| Colima                        | [CrouchingMuppet/asdf-colima](https://github.com/CrouchingMuppet/asdf-colima)                                     |\n| coredns                       | [s3than/asdf-coredns](https://github.com/s3than/asdf-coredns)                                                     |\n| Conan                         | [amrox/asdf-pyapp](https://github.com/amrox/asdf-pyapp)                                                           |\n| Concourse                     | [mattysweeps/asdf-concourse](https://github.com/mattysweeps/asdf-concourse)                                       |\n| Conduit                       | [gmcabrita/asdf-conduit](https://github.com/gmcabrita/asdf-conduit)                                               |\n| Conform                       | [skyzyx/asdf-conform](https://github.com/skyzyx/asdf-conform)                                                     |\n| conftest                      | [looztra/asdf-conftest](https://github.com/looztra/asdf-conftest)                                                 |\n| Consul                        | [asdf-community/asdf-hashicorp](https://github.com/asdf-community/asdf-hashicorp)                                 |\n| container-diff                | [cgroschupp/asdf-container-diff](https://github.com/cgroschupp/asdf-container-diff)                               |\n| container-structure-test      | [FeryET/asdf-container-structure-test](https://github.com/FeryET/asdf-container-structure-test)                   |\n| cookiecutter                  | [shawon-crosen/asdf-cookiecutter](https://github.com/shawon-crosen/asdf-cookiecutter)                             |\n| Copier                        | [looztra/asdf-copier](https://github.com/looztra/asdf-copier)                                                     |\n| Copper                        | [vladlosev/asdf-copper](https://github.com/vladlosev/asdf-copper)                                                 |\n| Coq                           | [gingerhot/asdf-coq](https://github.com/gingerhot/asdf-coq)                                                       |\n| cosign                        | [wt0f/asdf-cosign](https://gitlab.com/wt0f/asdf-cosign)                                                           |\n| coursier                      | [jiahuili430/asdf-coursier](https://github.com/jiahuili430/asdf-coursier)                                         |\n| crane                         | [dmpe/asdf-crane](https://github.com/dmpe/asdf-crane)                                                             |\n| crc                           | [sqtran/asdf-crc](https://github.com/sqtran/asdf-crc)                                                             |\n| credhub                       | [vmware-tanzu/tanzu-plug-in-for-asdf](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf)                     |\n| crictl                        | [FairwindsOps/asdf-crictl](https://github.com/FairwindsOps/asdf-crictl)                                           |\n| crossplane-cli                | [joke/asdf-crossplane-cli](https://github.com/joke/asdf-crossplane-cli)                                           |\n| ctlptl                        | [ezcater/asdf-ctlptl](https://github.com/ezcater/asdf-ctlptl)                                                     |\n| Crystal                       | [asdf-community/asdf-crystal](https://github.com/asdf-community/asdf-crystal)                                     |\n| ctop                          | [NeoHsu/asdf-ctop](https://github.com/NeoHsu/asdf-ctop)                                                           |\n| CUE                           | [asdf-community/asdf-cue](https://github.com/asdf-community/asdf-cue)                                             |\n| cyclonedx                     | [xeedio/asdf-cyclonedx](https://github.com/xeedio/asdf-cyclonedx)                                                 |\n| D (DMD)                       | [sylph01/asdf-dmd](https://github.com/sylph01/asdf-dmd)                                                           |\n| dagger                        | [virtualstaticvoid/asdf-dagger](https://github.com/virtualstaticvoid/asdf-dagger)                                 |\n| dapr                          | [asdf-community/asdf-dapr-cli](https://github.com/asdf-community/asdf-dapr-cli.git)                               |\n| Dart                          | [PatOConnor43/asdf-dart](https://github.com/PatOConnor43/asdf-dart)                                               |\n| Dasel                         | [asdf-community/asdf-dasel](https://github.com/asdf-community/asdf-dasel)                                         |\n| datree                        | [lukeab/asdf-datree](https://github.com/lukeab/asdf-datree)                                                       |\n| Daytona                       | [CrouchingMuppet/asdf-daytona](https://github.com/CrouchingMuppet/asdf-daytona)                                   |\n| Dbmate                        | [juusujanar/asdf-dbmate](https://github.com/juusujanar/asdf-dbmate)                                               |\n| Deck                          | [nutellinoit/asdf-deck](https://github.com/nutellinoit/asdf-deck)                                                 |\n| Delta                         | [andweeb/asdf-delta](https://github.com/andweeb/asdf-delta)                                                       |\n| Deno                          | [asdf-community/asdf-deno](https://github.com/asdf-community/asdf-deno)                                           |\n| Dep                           | [paxosglobal/asdf-dep](https://github.com/paxosglobal/asdf-dep)                                                   |\n| depot                         | [depot/asdf-depot](https://github.com/depot/asdf-depot)                                                           |\n| Desk                          | [endorama/asdf-desk](https://github.com/endorama/asdf-desk)                                                       |\n| devpod-cli                    | [salemgolemugoo/asdf-devpod-cli](https://github.com/salemgolemugoo/asdf-devpod-cli)                               |\n| DevSpace                      | [NeoHsu/asdf-devspace](https://github.com/NeoHsu/asdf-devspace)                                                   |\n| DevStream                     | [zhenyuanlau/asdf-dtm](https://github.com/zhenyuanlau/asdf-dtm)                                                   |\n| dhall                         | [aaaaninja/asdf-dhall](https://github.com/aaaaninja/asdf-dhall)                                                   |\n| difftastic                    | [volf52/asdf-difftastic](https://github.com/volf52/asdf-difftastic)                                               |\n| digdag                        | [jtakakura/asdf-digdag](https://github.com/jtakakura/asdf-digdag)                                                 |\n| direnv                        | [asdf-community/asdf-direnv](https://github.com/asdf-community/asdf-direnv)                                       |\n| dive                          | [looztra/asdf-dive](https://github.com/looztra/asdf-dive)                                                         |\n| djinni                        | [cross-language-cpp/asdf-djinni](https://github.com/cross-language-cpp/asdf-djinni)                               |\n| docker-slim                   | [xataz/asdf-docker-slim](https://github.com/xataz/asdf-docker-slim)                                               |\n| docker-compose-v1             | [yilas/asdf-docker-compose-v1](https://github.com/yilas/asdf-docker-compose-v1)                                   |\n| dockle                        | [mathew-fleisch/asdf-dockle](https://github.com/mathew-fleisch/asdf-dockle)                                       |\n| doctl                         | [bstoutenburgh/asdf-doctl](https://github.com/bstoutenburgh/asdf-doctl)                                           |\n| docToolchain                  | [joschi/asdf-doctoolchain](https://github.com/joschi/asdf-doctoolchain)                                           |\n| docuum                        | [bradym/asdf-docuum](https://github.com/bradym/asdf-docuum)                                                       |\n| dojo                          | [dojoengine/asdf-dojo](https://github.com/dojoengine/asdf-dojo)                                                   |\n| DOME                          | [jtakakura/asdf-dome](https://github.com/jtakakura/asdf-dome)                                                     |\n| doppler                       | [takutakahashi/asdf-doppler](https://github.com/takutakahashi/asdf-doppler)                                       |\n| dotenv-linter                 | [wesleimp/asdf-dotenv-linter](https://github.com/wesleimp/asdf-dotenv-linter)                                     |\n| dotenvx                       | [jgburet/asdf-dotenvx](https://github.com/jgburet/asdf-dotenvx)                                                   |\n| Dotty                         | [asdf-community/asdf-dotty](https://github.com/asdf-community/asdf-dotty)                                         |\n| dprint                        | [asdf-community/asdf-dprint](https://github.com/asdf-community/asdf-dprint)                                       |\n| Draft                         | [kristoflemmens/asdf-draft](https://github.com/kristoflemmens/asdf-draft)                                         |\n| Driftctl                      | [nlamirault/asdf-driftctl](https://github.com/nlamirault/asdf-driftctl)                                           |\n| drone                         | [virtualstaticvoid/asdf-drone](https://github.com/virtualstaticvoid/asdf-drone)                                   |\n| dst                           | [datasprayio/asdf-dst](https://github.com/datasprayio/asdf-dst)                                                   |\n| dt                            | [so-dang-cool/asdf-dt](https://github.com/so-dang-cool/asdf-dt)                                                   |\n| duf                           | [NeoHsu/asdf-duf](https://github.com/NeoHsu/asdf-duf)                                                             |\n| dust                          | [looztra/asdf-dust](https://github.com/looztra/asdf-dust)                                                         |\n| DVC                           | [fwfurtado/asdf-dvc](https://github.com/fwfurtado/asdf-dvc)                                                       |\n| dyff                          | [wt0f/asdf-dyff](https://gitlab.com/wt0f/asdf-dyff)                                                               |\n| dynatrace-monaco              | [nsaputro/asdf-monaco](https://github.com/nsaputro/asdf-monaco)                                                   |\n| e1s                           | [tbobm/asdf-e1s](https://github.com/tbobm/asdf-e1s)                                                               |\n| earthly                       | [YR-ZR0/asdf-earthly](https://github.com/YR-ZR0/asdf-earthly)                                                     |\n| ecspresso                     | [kayac/asdf-ecspresso](https://github.com/kayac/asdf-ecspresso)                                                   |\n| editorconfig-checker          | [gabitchov/asdf-editorconfig-checker](https://github.com/gabitchov/asdf-editorconfig-checker)                     |\n| ejson                         | [cipherstash/asdf-ejson](https://github.com/cipherstash/asdf-ejson)                                               |\n| eksctl                        | [elementalvoid/asdf-eksctl](https://github.com/elementalvoid/asdf-eksctl)                                         |\n| eks-node-viewer               | [haad/asdf-eks-node-viewer](https://github.com/haad/asdf-eks-node-viewer)                                         |\n| elixir-ls                     | [juantascon/asdf-elixir-ls](https://github.com/juantascon/asdf-elixir-ls)                                         |\n| Elasticsearch                 | [asdf-community/asdf-elasticsearch](https://github.com/asdf-community/asdf-elasticsearch)                         |\n| Elixir                        | [asdf-vm/asdf-elixir](https://github.com/asdf-vm/asdf-elixir)                                                     |\n| Elm                           | [asdf-community/asdf-elm](https://github.com/asdf-community/asdf-elm)                                             |\n| embulk                        | [yuokada/asdf-embulk](https://github.com/yuokada/asdf-embulk)                                                     |\n| Emscripten SDK                | [RobLoach/asdf-emsdk](https://github.com/RobLoach/asdf-emsdk)                                                     |\n| EnvCLI                        | [zekker6/asdf-envcli](https://github.com/zekker6/asdf-envcli)                                                     |\n| envsubst                      | [dex4er/asdf-envsubst](https://github.com/dex4er/asdf-envsubst)                                                   |\n| Ephemeral Postgres            | [smashedtoatoms/asdf-ephemeral-postgres](https://github.com/smashedtoatoms/asdf-ephemeral-postgres)               |\n| Erlang                        | [asdf-vm/asdf-erlang](https://github.com/asdf-vm/asdf-erlang)                                                     |\n| esc                           | [fxsalazar/asdf-esc](https://github.com/fxsalazar/asdf-esc)                                                       |\n| esy                           | [asdf-community/asdf-esy](https://github.com/asdf-community/asdf-esy)                                             |\n| etcd                          | [particledecay/asdf-etcd](https://github.com/particledecay/asdf-etcd)                                             |\n| Evans                         | [goki90210/asdf-evans](https://github.com/goki90210/asdf-evans)                                                   |\n| exa                           | [nyrst/asdf-exa](https://github.com/nyrst/asdf-exa)                                                               |\n| exercism                      | [bheesham/asdf-exercism](https://gitlab.com/bheesham/asdf-exercism)                                               |\n| eza                           | [lwiechec/asdf-eza](https://github.com/lwiechec/asdf-eza)                                                         |\n| falco                         | [ronnnnn/asdf-falco](https://github.com/ronnnnn/asdf-falco)                                                       |\n| fastlane                      | [mollyIV/asdf-fastlane](https://github.com/mollyIV/asdf-fastlane)                                                 |\n| fd                            | [wt0f/asdf-fd](https://gitlab.com/wt0f/asdf-fd)                                                                   |\n| ffizer                        | [ffizer/asdf-ffizer](https://github.com/ffizer/asdf-ffizer)                                                       |\n| FFmpeg                        | [acj/asdf-ffmpeg](https://github.com/acj/asdf-ffmpeg)                                                             |\n| figma-export                  | [younke/asdf-figma-export](https://github.com/younke/asdf-figma-export)                                           |\n| fillin                        | [ouest/asdf-fillin](https://github.com/ouest/asdf-fillin)                                                         |\n| firebase                      | [jthegedus/asdf-firebase](https://github.com/jthegedus/asdf-firebase)                                             |\n| fission                       | [virtualstaticvoid/asdf-fission](https://github.com/virtualstaticvoid/asdf-fission)                               |\n| Flamingo                      | [log2/asdf-flamingo](https://github.com/log2/asdf-flamingo)                                                       |\n| flarectl                      | [ORCID/asdf-flarectl](https://github.com/ORCID/asdf-flarectl)                                                     |\n| flatc                         | [TheOpenDictionary/asdf-flatc](https://github.com/TheOpenDictionary/asdf-flatc)                                   |\n| Flutter                       | [oae/asdf-flutter](https://github.com/oae/asdf-flutter)                                                           |\n| FlutterGen                    | [FlutterGen/asdf-fluttergen](https://github.com/FlutterGen/asdf-fluttergen)                                       |\n| Flux2                         | [tablexi/asdf-flux2](https://github.com/tablexi/asdf-flux2)                                                       |\n| Fluxctl                       | [stefansedich/asdf-fluxctl](https://github.com/stefansedich/asdf-fluxctl)                                         |\n| fly                           | [vmware-tanzu/tanzu-plug-in-for-asdf](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf)                     |\n| flyctl                        | [chessmango/asdf-flyctl](https://github.com/chessmango/asdf-flyctl)                                               |\n| flyway                        | [junminahn/asdf-flyway](https://github.com/junminahn/asdf-flyway)                                                 |\n| frankenphp                    | [theutz/asdf-frankenphp](https://github.com/theutz/asdf-frankenphp)                                               |\n| func-e                        | [carnei-ro/asdf-func-e](https://github.com/carnei-ro/asdf-func-e)                                                 |\n| Furyctl                       | [sighupio/asdf-furyctl](https://github.com/sighupio/asdf-furyctl)                                                 |\n| fx                            | [wt0f/asdf-fx](https://gitlab.com/wt0f/asdf-fx)                                                                   |\n| fzf                           | [kompiro/asdf-fzf](https://github.com/kompiro/asdf-fzf)                                                           |\n| Gauche                        | [sakuro/asdf-gauche](https://github.com/sakuro/asdf-gauche)                                                       |\n| gallery-dl                    | [iul1an/asdf-gallery-dl](https://github.com/iul1an/asdf-gallery-dl)                                               |\n| gam                           | [offbyone/asdf-gam](https://github.com/offbyone/asdf-gam)                                                         |\n| gator                         | [MxNxPx/asdf-gator](https://github.com/MxNxPx/asdf-gator)                                                         |\n| garden-cli                    | [rynkowsg/asdf-garden-cli](https://github.com/rynkowsg/asdf-garden-cli)                                           |\n| gcc-arm-none-eabi             | [dlech/asdf-gcc-arm-none-eabi](https://github.com/dlech/asdf-gcc-arm-none-eabi)                                   |\n| gcloud                        | [jthegedus/asdf-gcloud](https://github.com/jthegedus/asdf-gcloud)                                                 |\n| getenvoy                      | [asdf-community/asdf-getenvoy](https://github.com/asdf-community/asdf-getenvoy)                                   |\n| GHC                           | [sestrella/asdf-ghcup](https://github.com/sestrella/asdf-ghcup)                                                   |\n| ghidra                        | [Honeypot95/asdf-ghidra](https://github.com/Honeypot95/asdf-ghidra)                                               |\n| ghorg                         | [gbloquel/asdf-ghorg](https://github.com/gbloquel/asdf-ghorg)                                                     |\n| ghostty                       | [ilvez/asdf-ghostty](https://github.com/ilvez/asdf-ghostty)                                                       |\n| ghq                           | [kajisha/asdf-ghq](https://github.com/kajisha/asdf-ghq)                                                           |\n| ginkgo                        | [jimmidyson/asdf-ginkgo](https://github.com/jimmidyson/asdf-ginkgo)                                               |\n| git                           | [jcaigitlab/asdf-git](https://gitlab.com/jcaigitlab/asdf-git)                                                     |\n| git-chglog                    | [GoodwayGroup/asdf-git-chglog](https://github.com/GoodwayGroup/asdf-git-chglog)                                   |\n| git-cliff                     | [jylenhof/asdf-git-cliff](https://github.com/jylenhof/asdf-git-cliff)                                             |\n| git-lfs                       | [DanieleIsoni/asdf-git-lfs](https://github.com/DanieleIsoni/asdf-git-lfs)                                         |\n| gitconfig                     | [0ghny/asdf-gitconfig](https://github.com/0ghny/asdf-gitconfig)                                                   |\n| GitHub CLI                    | [bartlomiejdanek/asdf-github-cli](https://github.com/bartlomiejdanek/asdf-github-cli)                             |\n| GitHub Markdown ToC           | [skyzyx/asdf-github-markdown-toc](https://github.com/skyzyx/asdf-github-markdown-toc)                             |\n| Gitleaks                      | [jmcvetta/asdf-gitleaks](https://github.com/jmcvetta/asdf-gitleaks)                                               |\n| Gitsign                       | [spencergilbert/asdf-gitsign](https://github.com/spencergilbert/asdf-gitsign)                                     |\n| gitui                         | [looztra/asdf-gitui](https://github.com/looztra/asdf-gitui)                                                       |\n| GLab                          | [particledecay/asdf-glab](https://github.com/particledecay/asdf-glab)                                             |\n| Gleam                         | [vic/asdf-gleam](https://github.com/vic/asdf-gleam)                                                               |\n| Glen                          | [bradym/asdf-glen](https://github.com/bradym/asdf-glen)                                                           |\n| glooctl                       | [halilkaya/asdf-glooctl](https://github.com/halilkaya/asdf-glooctl)                                               |\n| glow                          | [chessmango/asdf-glow](https://github.com/chessmango/asdf-glow)                                                   |\n| GNU Guile                     | [indiebrain/asdf-guile](https://github.com/indiebrain/asdf-guile)                                                 |\n| GNU nano                      | [mfakane/asdf-nano](https://github.com/mfakane/asdf-nano)                                                         |\n| Go                            | [asdf-community/asdf-golang](https://github.com/asdf-community/asdf-golang)                                       |\n| go-sdk                        | [yacchi/asdf-go-sdk](https://github.com/yacchi/asdf-go-sdk)                                                       |\n| go-containerregistry          | [dex4er/asdf-go-containerregistry](https://github.com/dex4er/asdf-go-containerregistry)                           |\n| go-getter                     | [ryodocx/asdf-go-getter](https://github.com/ryodocx/asdf-go-getter)                                               |\n| go-jsonnet                    | [craigfurman/asdf-go-jsonnet](https://gitlab.com/craigfurman/asdf-go-jsonnet)                                     |\n| go-jira                       | [dguihal/asdf-go-jira](https://github.com/dguihal/asdf-go-jira)                                                   |\n| go-junit-report               | [jwillker/asdf-go-junit-report](https://github.com/jwillker/asdf-go-junit-report)                                 |\n| go-swagger                    | [jfreeland/asdf-go-swagger](https://github.com/jfreeland/asdf-go-swagger)                                         |\n| goconvey                      | [therounds-contrib/asdf-goconvey](https://github.com/therounds-contrib/asdf-goconvey)                             |\n| gofumpt                       | [looztra/asdf-gofumpt](https://github.com/looztra/asdf-gofumpt)                                                   |\n| GoHugo                        | [nklmilojevic/asdf-hugo](https://github.com/nklmilojevic/asdf-hugo)                                               |\n| gobackup                      | [0ghny/asdf-gobackup](https://github.com/0ghny/asdf-gobackup)                                                     |\n| gojq                          | [jimmidyson/asdf-gojq](https://github.com/jimmidyson/asdf-gojq)                                                   |\n| golangci-lint                 | [hypnoglow/asdf-golangci-lint](https://github.com/hypnoglow/asdf-golangci-lint)                                   |\n| Go Migrate                    | [joschi/asdf-gomigrate](https://github.com/joschi/asdf-gomigrate)                                                 |\n| gomplate                      | [sneakybeaky/asdf-gomplate](https://github.com/sneakybeaky/asdf-gomplate)                                         |\n| Gopass                        | [trallnag/asdf-gopass](https://github.com/trallnag/asdf-gopass)                                                   |\n| GoReleaser                    | [kforsthoevel/asdf-goreleaser](https://github.com/kforsthoevel/asdf-goreleaser)                                   |\n| Goss                          | [raimon49/asdf-goss](https://github.com/raimon49/asdf-goss)                                                       |\n| GraalVM                       | [asdf-community/asdf-graalvm](https://github.com/asdf-community/asdf-graalvm)                                     |\n| Gradle                        | [rfrancis/asdf-gradle](https://github.com/rfrancis/asdf-gradle)                                                   |\n| Gradle Profiler               | [joschi/asdf-gradle-profiler](https://github.com/joschi/asdf-gradle-profiler)                                     |\n| Grails                        | [weibemoura/asdf-grails](https://github.com/weibemoura/asdf-grails)                                               |\n| Grain                         | [cometkim/asdf-grain](https://github.com/cometkim/asdf-grain)                                                     |\n| Granted                       | [dex4er/asdf-granted](https://github.com/dex4er/asdf-granted)                                                     |\n| grex                          | [ouest/asdf-grex](https://github.com/ouest/asdf-grex)                                                             |\n| Groovy                        | [weibemoura/asdf-groovy](https://github.com/weibemoura/asdf-groovy)                                               |\n| grpcurl                       | [asdf-community/asdf-grpcurl](https://github.com/asdf-community/asdf-grpcurl)                                     |\n| grpc-health-probe             | [DanieleIsoni/asdf-grpc-health-probe](https://github.com/DanieleIsoni/asdf-grpc-health-probe)                     |\n| grype                         | [poikilotherm/asdf-grype](https://github.com/poikilotherm/asdf-grype)                                             |\n| gum                           | [lwiechec/asdf-gum](https://github.com/lwiechec/asdf-gum)                                                         |\n| gwvault                       | [GoodwayGroup/asdf-gwvault](https://github.com/GoodwayGroup/asdf-gwvault)                                         |\n| hadolint                      | [devlincashman/asdf-hadolint](https://github.com/devlincashman/asdf-hadolint)                                     |\n| Hamler                        | [scudelletti/asdf-hamler](https://github.com/scudelletti/asdf-hamler)                                             |\n| has                           | [sylvainmetayer/asdf-has](https://github.com/sylvainmetayer/asdf-has)                                             |\n| Haskell                       | [asdf-community/asdf-haskell](https://github.com/asdf-community/asdf-haskell)                                     |\n| Haskell Language Server (HLS) | [sestrella/asdf-ghcup](https://github.com/sestrella/asdf-ghcup)                                                   |\n| Hasura-cli                    | [gurukulkarni/asdf-hasura](https://github.com/gurukulkarni/asdf-hasura)                                           |\n| Haxe                          | [asdf-community/asdf-haxe](https://github.com/asdf-community/asdf-haxe)                                           |\n| hcl2json                      | [dex4er/asdf-hcl2json](https://github.com/dex4er/asdf-hcl2json)                                                   |\n| hcloud                        | [chessmango/asdf-hcloud](https://github.com/chessmango/asdf-hcloud)                                               |\n| hcp                           | [asdf-community/asdf-hashicorp](https://github.com/asdf-community/asdf-hashicorp)                                 |\n| Helix Editor                  | [CSergienko/asdf-helix](https://github.com/CSergienko/asdf-helix)                                                 |\n| Helm                          | [Antiarchitect/asdf-helm](https://github.com/Antiarchitect/asdf-helm)                                             |\n| Helm Chart Releaser           | [Antiarchitect/asdf-helm-cr](https://github.com/Antiarchitect/asdf-helm-cr)                                       |\n| Helm Chart Tester             | [tablexi/asdf-helm-ct](https://github.com/tablexi/asdf-helm-ct)                                                   |\n| Helm Diff                     | [dex4er/asdf-helm-diff](https://github.com/dex4er/asdf-helm-diff)                                                 |\n| helm-docs                     | [sudermanjr/asdf-helm-docs](https://github.com/sudermanjr/asdf-helm-docs)                                         |\n| Helmfile                      | [feniix/asdf-helmfile](https://github.com/feniix/asdf-helmfile)                                                   |\n| Helmsman                      | [luisdavim/asdf-helmsman](https://github.com/luisdavim/asdf-helmsman)                                             |\n| Hermes                        | [cometkim/asdf-hermes](https://github.com/cometkim/asdf-hermes)                                                   |\n| heroku-cli                    | [treilly94/asdf-heroku-cli](https://github.com/treilly94/asdf-heroku-cli)                                         |\n| hey                           | [raimon49/asdf-hey](https://github.com/raimon49/asdf-hey)                                                         |\n| hishtory                      | [asdf-community/asdf-hishtory](https://github.com/asdf-community/asdf-hishtory)                                   |\n| hledger                       | [airtonix/hledger](https://github.com/airtonix/asdf-hledger)                                                      |\n| hledger-flow                  | [airtonix/hledger-flow](https://github.com/airtonix/asdf-hledger-flow)                                            |\n| hostctl                       | [svenluijten/asdf-hostctl](https://github.com/svenluijten/asdf-hostctl)                                           |\n| httpie-go                     | [abatilo/asdf-httpie-go](https://github.com/abatilo/asdf-httpie-go)                                               |\n| Hub                           | [claygorman/asdf-hub](https://github.com/claygorman/asdf-hub)                                                     |\n| Hugo                          | [NeoHsu/asdf-hugo](https://github.com/NeoHsu/asdf-hugo)                                                           |\n| Hurl                          | [raimon49/asdf-hurl](https://github.com/raimon49/asdf-hurl)                                                       |\n| hwatch                        | [chessmango/asdf-hwatch](https://github.com/chessmango/asdf-hwatch)                                               |\n| Hygen                         | [brentjanderson/asdf-hygen](https://github.com/brentjanderson/asdf-hygen)                                         |\n| Hyperfine                     | [volf52/asdf-hyperfine](https://github.com/volf52/asdf-hyperfine)                                                 |\n| iamlive                       | [chessmango/asdf-iamlive](https://github.com/chessmango/asdf-iamlive)                                             |\n| iam-policy-json-to-terraform  | [carlduevel/asdf-iam-policy-json-to-terraform](https://github.com/carlduevel/asdf-iam-policy-json-to-terraform)   |\n| IBLinter                      | [MaticConradi/asdf-iblinter](https://github.com/MaticConradi/asdf-iblinter)                                       |\n| ibmcloud                      | [triangletodd/asdf-ibmcloud](https://github.com/triangletodd/asdf-ibmcloud)                                       |\n| Idris                         | [asdf-community/asdf-idris](https://github.com/asdf-community/asdf-idris)                                         |\n| Idris2                        | [asdf-community/asdf-idris2](https://github.com/asdf-community/asdf-idris2)                                       |\n| ImageMagick                   | [mangalakader/asdf-imagemagick](https://github.com/mangalakader/asdf-imagemagick)                                 |\n| imgpkg                        | [vmware-tanzu/asdf-carvel](https://github.com/vmware-tanzu/asdf-carvel)                                           |\n| Infracost                     | [dex4er/asdf-infracost](https://github.com/dex4er/asdf-infracost)                                                 |\n| Inlets                        | [nlamirault/asdf-inlets](https://github.com/nlamirault/asdf-inlets)                                               |\n| Io                            | [mracos/asdf-io](https://github.com/mracos/asdf-io)                                                               |\n| Istioctl                      | [virtualstaticvoid/asdf-istioctl](https://github.com/virtualstaticvoid/asdf-istioctl)                             |\n| Janet                         | [Jakski/asdf-janet](https://github.com/Jakski/asdf-janet)                                                         |\n| Java                          | [halcyon/asdf-java](https://github.com/halcyon/asdf-java)                                                         |\n| jb                            | [beardix/asdf-jb](https://github.com/beardix/asdf-jb)                                                             |\n| jbang                         | [jbangdev/jbang-asdf](https://github.com/jbangdev/jbang-asdf)                                                     |\n| jet                           | [rynkowsg/asdf-jet](https://github.com/rynkowsg/asdf-jet)                                                         |\n| jetbrains                     | [asdf-community/asdf-jetbrains](https://github.com/asdf-community/asdf-jetbrains)                                 |\n| jfrog-cli                     | [LozanoMatheus/asdf-jfrog-cli](https://github.com/LozanoMatheus/asdf-jfrog-cli)                                   |\n| jib                           | [joschi/asdf-jib](https://github.com/joschi/asdf-jib)                                                             |\n| jiq                           | [chessmango/asdf-jiq](https://github.com/chessmango/asdf-jiq)                                                     |\n| jless                         | [jc00ke/asdf-jless](https://github.com/jc00ke/asdf-jless)                                                         |\n| JMESPath                      | [skyzyx/asdf-jmespath](https://github.com/skyzyx/asdf-jmespath)                                                   |\n| jnv                           | [raimon49/asdf-jnv](https://github.com/raimon49/asdf-jnv)                                                         |\n| jq                            | [lsanwick/asdf-jq](https://github.com/lsanwick/asdf-jq)                                                           |\n| jqp                           | [wt0f/asdf-jqp](https://gitlab.com/wt0f/asdf-jqp)                                                                 |\n| JReleaser                     | [joschi/asdf-jreleaser](https://github.com/joschi/asdf-jreleaser)                                                 |\n| json2k8s                      | [k14s/asdf-k14s](https://github.com/k14s/asdf-k14s)                                                               |\n| Jsonnet                       | [Banno/asdf-jsonnet](https://github.com/Banno/asdf-jsonnet)                                                       |\n| Julia                         | [rkyleg/asdf-julia](https://github.com/rkyleg/asdf-julia)                                                         |\n| Just                          | [olofvndrhr/asdf-just](https://github.com/olofvndrhr/asdf-just)                                                   |\n| jx                            | [vbehar/asdf-jx](https://github.com/vbehar/asdf-jx)                                                               |\n| k0sctl                        | [Its-Alex/asdf-plugin-k0sctl](https://github.com/Its-Alex/asdf-plugin-k0sctl)                                     |\n| k2tf                          | [carlduevel/asdf-k2tf](https://github.com/carlduevel/asdf-k2tf)                                                   |\n| k3d                           | [spencergilbert/asdf-k3d](https://github.com/spencergilbert/asdf-k3d)                                             |\n| k3kcli                        | [xanmanning/asdf-k3kcli](https://github.com/xanmanning/asdf-k3kcli)                                               |\n| k3s                           | [dmpe/asdf-k3s](https://github.com/dmpe/asdf-k3s)                                                                 |\n| k3sup                         | [cgroschupp/asdf-k3sup](https://github.com/cgroschupp/asdf-k3sup)                                                 |\n| k6                            | [gr1m0h/asdf-k6](https://github.com/gr1m0h/asdf-k6)                                                               |\n| k9s                           | [looztra/asdf-k9s](https://github.com/looztra/asdf-k9s)                                                           |\n| kafka                         | [ueisele/asdf-kafka](https://github.com/ueisele/asdf-kafka)                                                       |\n| kafkactl                      | [anweber/asdf-kafkactl](https://github.com/anweber/asdf-kafkactl)                                                 |\n| kapp                          | [vmware-tanzu/asdf-carvel](https://github.com/vmware-tanzu/asdf-carvel)                                           |\n| kbld                          | [vmware-tanzu/asdf-carvel](https://github.com/vmware-tanzu/asdf-carvel)                                           |\n| kcat                          | [douglasdgoulart/asdf-kcat](https://github.com/douglasdgoulart/asdf-kcat)                                         |\n| kcctl                         | [joschi/asdf-kcctl](https://github.com/joschi/asdf-kcctl)                                                         |\n| kcl                           | [starkers/asdf-kcl](https://github.com/starkers/asdf-kcl)                                                         |\n| kconf                         | [particledecay/asdf-kconf](https://github.com/particledecay/asdf-kconf)                                           |\n| Kind                          | [johnlayton/asdf-kind](https://github.com/johnlayton/asdf-kind)                                                   |\n| Kiota                         | [asdf-community/asdf-kiota](https://github.com/asdf-community/asdf-kiota)                                         |\n| ki                            | [comdotlinux/asdf-ki](https://github.com/comdotlinux/asdf-ki)                                                     |\n| kn                            | [joke/asdf-kn](https://github.com/joke/asdf-kn)                                                                   |\n| ko                            | [zasdaym/asdf-ko](https://github.com/zasdaym/asdf-ko)                                                             |\n| Koka                          | [susurri/asdf-koka](https://github.com/susurri/asdf-koka)                                                         |\n| Kompose                       | [technikhil314/asdf-kompose](https://github.com/technikhil314/asdf-kompose)                                       |\n| konstraint                    | [tapih/asdf-konstraint](https://github.com/tapih/asdf-konstraint)                                                 |\n| Kops                          | [Antiarchitect/asdf-kops](https://github.com/Antiarchitect/asdf-kops)                                             |\n| Kotlin                        | [asdf-community/asdf-kotlin](https://github.com/asdf-community/asdf-kotlin)                                       |\n| Kpt                           | [nlamirault/asdf-kpt](https://github.com/nlamirault/asdf-kpt)                                                     |\n| kp                            | [vmware-tanzu/tanzu-plug-in-for-asdf](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf)                     |\n| kpack                         | [asdf-community/asdf-kpack-cli](https://github.com/asdf-community/asdf-kpack-cli)                                 |\n| kscript                       | [edgelevel/asdf-kscript](https://github.com/edgelevel/asdf-kscript)                                               |\n| krab                          | [ohkrab/asdf-krab](https://github.com/ohkrab/asdf-krab)                                                           |\n| krelay                        | [asdf-community/asdf-krelay](https://github.com/asdf-community/asdf-krelay)                                       |\n| krew                          | [bjw-s/asdf-krew](https://github.com/bjw-s/asdf-krew)                                                             |\n| Ksonnet                       | [Banno/asdf-ksonnet](https://github.com/Banno/asdf-ksonnet)                                                       |\n| ksops                         | [janpieper/asdf-ksops](https://github.com/janpieper/asdf-ksops)                                                   |\n| ktlint                        | [esensar/asdf-ktlint](https://github.com/esensar/asdf-ktlint)                                                     |\n| kube-capacity                 | [looztra/asdf-kube-capacity](https://github.com/looztra/asdf-kube-capacity)                                       |\n| kube-code-generator           | [jimmidyson/asdf-kube-code-generator](https://github.com/jimmidyson/asdf-kube-code-generator)                     |\n| kube-controller-tools         | [jimmidyson/asdf-kube-controller-tools](https://github.com/jimmidyson/asdf-kube-controller-tools)                 |\n| kube-credential-cache         | [ryodocx/kube-credential-cache](https://github.com/ryodocx/kube-credential-cache)                                 |\n| kube-linter                   | [devlincashman/asdf-kube-linter](https://github.com/devlincashman/asdf-kube-linter)                               |\n| kube-score                    | [bageljp/asdf-kube-score](https://github.com/bageljp/asdf-kube-score)                                             |\n| kubebuilder                   | [virtualstaticvoid/asdf-kubebuilder](https://github.com/virtualstaticvoid/asdf-kubebuilder)                       |\n| kubecm                        | [samhvw8/asdf-kubecm](https://github.com/samhvw8/asdf-kubecm)                                                     |\n| kubecolor                     | [dex4er/asdf-kubecolor](https://github.com/dex4er/asdf-kubecolor)                                                 |\n| kubeconform                   | [lirlia/asdf-kubeconform](https://github.com/lirlia/asdf-kubeconform)                                             |\n| Kubectl                       | [asdf-community/asdf-kubectl](https://github.com/asdf-community/asdf-kubectl)                                     |\n| kubectl-bindrole              | [looztra/asdf-kubectl-bindrole](https://github.com/looztra/asdf-kubectl-bindrole)                                 |\n| kubectl-convert               | [iul1an/asdf-kubectl-convert](https://github.com/iul1an/asdf-kubectl-convert)                                     |\n| kubectl-kots                  | [ganta/asdf-kubectl-kots](https://github.com/ganta/asdf-kubectl-kots)                                             |\n| kubectl-oidc_login            | [ezcater/asdf-kubectl-oidc_login](https://github.com/ezcater/asdf-kubectl-oidc_login)                             |\n| kubectx                       | [wt0f/asdf-kubectx](https://gitlab.com/wt0f/asdf-kubectx)                                                         |\n| Kubefedctl                    | [kvokka/asdf-kubefedctl](https://github.com/kvokka/asdf-kubefedctl)                                               |\n| Kubefirst                     | [Claywd/asdf-kubefirst](https://github.com/Claywd/asdf-kubefirst)                                                 |\n| Kubelogin                     | [sechmann/asdf-kubelogin](https://github.com/sechmann/asdf-kubelogin)                                             |\n| Kubemqctl                     | [johnlayton/asdf-kubemqctl](https://github.com/johnlayton/asdf-kubemqctl)                                         |\n| kubent                        | [virtualstaticvoid/asdf-kubent](https://github.com/virtualstaticvoid/asdf-kubent)                                 |\n| kubeone                       | [PandaScience/asdf-kubeone](https://github.com/PandaScience/asdf-kubeone)                                         |\n| Kubergrunt                    | [NeoHsu/asdf-kubergrunt](https://github.com/NeoHsu/asdf-kubergrunt)                                               |\n| Kubeseal                      | [stefansedich/asdf-kubeseal](https://github.com/stefansedich/asdf-kubeseal)                                       |\n| Kubesec                       | [vitalis/asdf-kubesec](https://github.com/vitalis/asdf-kubesec)                                                   |\n| kubeshark                     | [carnei-ro/asdf-kubeshark](https://github.com/carnei-ro/asdf-kubeshark)                                           |\n| kubespy                       | [jfreeland/asdf-kubespy](https://github.com/jfreeland/asdf-kubespy)                                               |\n| Kubeval                       | [stefansedich/asdf-kubeval](https://github.com/stefansedich/asdf-kubeval)                                         |\n| KubeVela                      | [gustavclausen/asdf-kubevela](https://github.com/gustavclausen/asdf-kubevela)                                     |\n| Kubie                         | [johnhamelink/asdf-kubie](https://github.com/johnhamelink/asdf-kubie)                                             |\n| Kustomize                     | [Banno/asdf-kustomize](https://github.com/Banno/asdf-kustomize)                                                   |\n| kuttl                         | [jimmidyson/asdf-kuttl](https://github.com/jimmidyson/asdf-kuttl)                                                 |\n| kwt                           | [vmware-tanzu/asdf-carvel](https://github.com/vmware-tanzu/asdf-carvel)                                           |\n| lab                           | [particledecay/asdf-lab](https://github.com/particledecay/asdf-lab)                                               |\n| lane                          | [CodeReaper/asdf-lane](https://github.com/CodeReaper/asdf-lane)                                                   |\n| launchpad                     | [surskitt/asdf-launchpad](https://github.com/surskitt/asdf-launchpad)                                             |\n| lazygit                       | [nklmilojevic/asdf-lazygit](https://github.com/nklmilojevic/asdf-lazygit)                                         |\n| Lean                          | [asdf-community/asdf-lean](https://github.com/asdf-community/asdf-lean)                                           |\n| Leiningen                     | [miorimmax/asdf-lein](https://github.com/miorimmax/asdf-lein)                                                     |\n| Lefthook                      | [jtzero/asdf-lefthook](https://github.com/jtzero/asdf-lefthook)                                                   |\n| Levant                        | [asdf-community/asdf-hashicorp](https://github.com/asdf-community/asdf-hashicorp)                                 |\n| LFE                           | [asdf-community/asdf-lfe](https://github.com/asdf-community/asdf-lfe)                                             |\n| libsql-server                 | [jonasb/asdf-libsql-server](https://github.com/jonasb/asdf-libsql-server)                                         |\n| Lima                          | [CrouchingMuppet/asdf-lima](https://github.com/CrouchingMuppet/asdf-lima)                                         |\n| Link (system tools)           | [asdf-community/asdf-link](https://github.com/asdf-community/asdf-link)                                           |\n| Linkerd                       | [kforsthoevel/asdf-linkerd](https://github.com/kforsthoevel/asdf-linkerd)                                         |\n| liqoctl                       | [pdemagny/asdf-liqoctl](https://github.com/pdemagny/asdf-liqoctl)                                                 |\n| liquibase                     | [saliougaye/asdf-liquibase](https://github.com/saliougaye/asdf-liquibase)                                         |\n| Litestream                    | [threkk/asdf-litestream](https://github.com/threkk/asdf-litestream)                                               |\n| Logtalk                       | [LogtalkDotOrg/asdf-logtalk](https://github.com/LogtalkDotOrg/asdf-logtalk)                                       |\n| Loki-Logcli                   | [comdotlinux/asdf-loki-logcli](https://github.com/comdotlinux/asdf-loki-logcli)                                   |\n| lq                            | [jylenhof/asdf-lq](https://github.com/jylenhof/asdf-lq)                                                           |\n| ls-lint                       | [ameausoone/asdf-ls-lint](https://github.com/ameausoone/asdf-ls-lint)                                             |\n| Lua                           | [Stratus3D/asdf-lua](https://github.com/Stratus3D/asdf-lua)                                                       |\n| LuaJIT                        | [smashedtoatoms/asdf-luaJIT](https://github.com/smashedtoatoms/asdf-luaJIT)                                       |\n| lua-language-server           | [bellini666/asdf-lua-language-server](https://github.com/bellini666/asdf-lua-language-server)                     |\n| Lucy                          | [cometkim/asdf-lucy](https://github.com/cometkim/asdf-lucy)                                                       |\n| maestro                       | [dotanuki-labs/asdf-maestro](https://github.com/dotanuki-labs/asdf-maestro)                                       |\n| mage                          | [mathew-fleisch/asdf-mage](https://github.com/mathew-fleisch/asdf-mage)                                           |\n| make                          | [yacchi/asdf-make](https://github.com/yacchi/asdf-make)                                                           |\n| mani                          | [anweber/asdf-mani](https://github.com/anweber/asdf-mani)                                                         |\n| mark                          | [jfreeland/asdf-mark](https://github.com/jfreeland/asdf-mark)                                                     |\n| markdownlint-cli2             | [paulo-ferraz-oliveira/asdf-markdownlint-cli2](https://github.com/paulo-ferraz-oliveira/asdf-markdownlint-cli2)   |\n| marp-cli                      | [xataz/asdf-marp-cli](https://github.com/xataz/asdf-marp-cli)                                                     |\n| mask                          | [aaaaninja/asdf-mask](https://github.com/aaaaninja/asdf-mask)                                                     |\n| Maven                         | [halcyon/asdf-maven](https://github.com/halcyon/asdf-maven)                                                       |\n| mdbook                        | [hashemi-soroush/asdf-mdbook](https://github.com/hashemi-soroush/asdf-mdbook)                                     |\n| mdbook-linkcheck              | [cipherstash/asdf-mdbook-linkcheck](https://github.com/cipherstash/asdf-mdbook-linkcheck)                         |\n| melange                       | [omissis/asdf-melange](https://github.com/omissis/asdf-melange)                                                   |\n| melt                          | [chessmango/asdf-melt](https://github.com/chessmango/asdf-melt)                                                   |\n| Memcached                     | [furkanural/asdf-memcached](https://github.com/furkanural/asdf-memcached)                                         |\n| Mercury                       | [susurri/asdf-mercury](https://github.com/susurri/asdf-mercury)                                                   |\n| Meson                         | [asdf-community/asdf-meson](https://github.com/asdf-community/asdf-meson)                                         |\n| Micronaut                     | [xafarr/asdf-micronaut](https://github.com/xafarr/asdf-micronaut)                                                 |\n| Mill                          | [asdf-community/asdf-mill](https://github.com/asdf-community/asdf-mill)                                           |\n| mimirtool                     | [asdf-community/asdf-mimirtool](https://github.com/asdf-community/asdf-mimirtool)                                 |\n| minify                        | [axilleas/asdf-minify](https://github.com/axilleas/asdf-minify)                                                   |\n| Minikube                      | [alvarobp/asdf-minikube](https://github.com/alvarobp/asdf-minikube)                                               |\n| Minio                         | [aeons/asdf-minio](https://github.com/aeons/asdf-minio)                                                           |\n| Minio Client                  | [penpyt/asdf-mc](https://github.com/penpyt/asdf-mc)                                                               |\n| Minishift                     | [sqtran/asdf-minishift](https://github.com/sqtran/asdf-minishift)                                                 |\n| Mint                          | [mint-lang/asdf-mint](https://github.com/mint-lang/asdf-mint)                                                     |\n| mirrord                       | [metalbear-co/asdf-mirrord](https://github.com/metalbear-co/asdf-mirrord)                                         |\n| mitmproxy                     | [NeoHsu/asdf-mitmproxy](https://github.com/NeoHsu/asdf-mitmproxy)                                                 |\n| mkcert                        | [salasrod/asdf-mkcert](https://github.com/salasrod/asdf-mkcert)                                                   |\n| mlton                         | [asdf-community/asdf-mlton](https://github.com/asdf-community/asdf-mlton)                                         |\n| mockery                       | [cabify/asdf-mockery](https://github.com/cabify/asdf-mockery)                                                     |\n| mockolo                       | [MontakOleg/asdf-mockolo](https://github.com/MontakOleg/asdf-mockolo)                                             |\n| Monarch                       | [nyuyuyu/asdf-monarch](https://github.com/nyuyuyu/asdf-monarch)                                                   |\n| mongo-tools                   | [itspngu/asdf-mongo-tools](https://github.com/itspngu/asdf-mongo-tools)                                           |\n| MongoDB                       | [sylph01/asdf-mongodb](https://github.com/sylph01/asdf-mongodb)                                                   |\n| mongodb-database-tools        | [egose/database-tools](https://github.com/egose/asdf-database-tools)                                              |\n| mongosh                       | [itspngu/asdf-mongosh](https://github.com/itspngu/asdf-mongosh)                                                   |\n| mutanus                       | [SoriUR/asdf-mutanus](https://github.com/SoriUR/asdf-mutanus)                                                     |\n| mvnd                          | [joschi/asdf-mvnd](https://github.com/joschi/asdf-mvnd)                                                           |\n| MySQL                         | [iroddis/asdf-mysql](https://github.com/iroddis/asdf-mysql)                                                       |\n| nancy                         | [iilyak/asdf-nancy](https://github.com/iilyak/asdf-nancy)                                                         |\n| nasm                          | [Dpbm/asdf-nasm](https://github.com/Dpbm/asdf-nasm)                                                               |\n| Neko Virtual Machine          | [asdf-community/asdf-neko](https://github.com/asdf-community/asdf-neko)                                           |\n| Neovim                        | [richin13/asdf-neovim](https://github.com/richin13/asdf-neovim)                                                   |\n| Nerves Toolchain              | [nerves-project/asdf-plugin-nerves-toolchain](https://github.com/nerves-project/asdf-plugin-nerves-toolchain)     |\n| nerdctl                       | [dmpe/asdf-nerdctl](https://github.com/dmpe/asdf-nerdctl)                                                         |\n| newrelic-cli                  | [NeoHsu/asdf-newrelic-cli](https://github.com/NeoHsu/asdf-newrelic-cli)                                           |\n| nfpm                          | [ORCID/asdf-nfpm](https://github.com/ORCID/asdf-nfpm)                                                             |\n| Nim                           | [asdf-community/asdf-nim](https://github.com/asdf-community/asdf-nim)                                             |\n| Ninja                         | [asdf-community/asdf-ninja](https://github.com/asdf-community/asdf-ninja)                                         |\n| Node.js                       | [asdf-vm/asdf-nodejs](https://github.com/asdf-vm/asdf-nodejs)                                                     |\n| Nomad                         | [asdf-community/asdf-hashicorp](https://github.com/asdf-community/asdf-hashicorp)                                 |\n| nomad-pack                    | [asdf-community/asdf-hashicorp](https://github.com/asdf-community/asdf-hashicorp)                                 |\n| notation                      | [bodgit/asdf-notation](https://github.com/bodgit/asdf-notation)                                                   |\n| nova                          | [elementalvoid/asdf-nova](https://github.com/elementalvoid/asdf-nova)                                             |\n| NSC                           | [dex4er/asdf-nsc](https://github.com/dex4er/asdf-nsc)                                                             |\n| oapi-codegen                  | [dylanrayboss/asdf-oapi-codegen](https://github.com/dylanrayboss/asdf-oapi-codegen)                               |\n| oc                            | [sqtran/asdf-oc](https://github.com/sqtran/asdf-oc)                                                               |\n| oci                           | [yasn77/asdf-oci](https://github.com/yasn77/asdf-oci)                                                             |\n| OCaml                         | [asdf-community/asdf-ocaml](https://github.com/asdf-community/asdf-ocaml)                                         |\n| Odin                          | [jtakakura/asdf-odin](https://github.com/jtakakura/asdf-odin)                                                     |\n| odo                           | [rm3l/asdf-odo](https://github.com/rm3l/asdf-odo)                                                                 |\n| okta-aws-cli                  | [bennythejudge/asdf-plugin-okta-aws-cli](https://github.com/bennythejudge/asdf-plugin-okta-aws-cli)               |\n| Okteto                        | [BradenM/asdf-okteto](https://github.com/BradenM/asdf-okteto)                                                     |\n| ollama                        | [virtualstaticvoid/asdf-ollama](https://github.com/virtualstaticvoid/asdf-ollama)                                 |\n| om                            | [vmware-tanzu/tanzu-plug-in-for-asdf](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf)                     |\n| Onyx                          | [jtakakura/asdf-onyx](https://github.com/jtakakura/asdf-onyx)                                                     |\n| OPA                           | [tochukwuvictor/asdf-opa](https://github.com/tochukwuvictor/asdf-opa)                                             |\n| Opam                          | [asdf-community/asdf-opam](https://github.com/asdf-community/asdf-opam)                                           |\n| openfaas-faas-cli             | [zekker6/asdf-faas-cli](https://github.com/zekker6/asdf-faas-cli)                                                 |\n| OpenResty                     | [smashedtoatoms/asdf-openresty](https://github.com/smashedtoatoms/asdf-openresty)                                 |\n| opensearch                    | [randikabanura/asdf-opensearch](https://github.com/randikabanura/asdf-opensearch)                                 |\n| opensearch-cli                | [iul1an/asdf-opensearch-cli](https://github.com/iul1an/asdf-opensearch-cli)                                       |\n| openshift-install             | [hhemied/asdf-openshift-install](https://github.com/hhemied/asdf-openshift-install)                               |\n| opentofu                      | [virtualroot/asdf-opentofu](https://github.com/virtualroot/asdf-opentofu)                                         |\n| Operator SDK                  | [Medium/asdf-operator-sdk](https://github.com/Medium/asdf-operator-sdk)                                           |\n| Opsgenie-lamp                 | [ORCID/asdf-opsgenie-lamp](https://github.com/ORCID/asdf-opsgenie-lamp)                                           |\n| oras                          | [bodgit/asdf-oras](https://github.com/bodgit/asdf-oras)                                                           |\n| Osm                           | [nlamirault/asdf-osm](https://github.com/nlamirault/asdf-osm)                                                     |\n| osqueryi                      | [davidecavestro/asdf-osqueryi](https://github.com/davidecavestro/asdf-osqueryi)                                   |\n| pachctl                       | [abatilo/asdf-pachctl](https://github.com/abatilo/asdf-pachctl)                                                   |\n| Packer                        | [asdf-community/asdf-hashicorp](https://github.com/asdf-community/asdf-hashicorp)                                 |\n| Pandoc                        | [Fbrisset/asdf-pandoc](https://github.com/Fbrisset/asdf-pandoc)                                                   |\n| pandoc-crossref               | [sys9kdr/asdf-pandoc-crossref](https://github.com/sys9kdr/asdf-pandoc-crossref)                                   |\n| patat                         | [airtonix/asdf-patat](https://github.com/airtonix/asdf-patat)                                                     |\n| peco                          | [asdf-community/asdf-peco](https://github.com/asdf-community/asdf-peco)                                           |\n| pdm                           | [1oglop1/asdf-pdm](https://github.com/1oglop1/asdf-pdm)                                                           |\n| Perl                          | [ouest/asdf-perl](https://github.com/ouest/asdf-perl)                                                             |\n| PHP                           | [asdf-community/asdf-php](https://github.com/asdf-community/asdf-php)                                             |\n| Phrase                        | [bitfrost/asdf-phrase](https://github.com/bitfrost/asdf-phrase)                                                   |\n| pint                          | [sam-burrell/asdf-pint](https://github.com/sam-burrell/asdf-pint)                                                 |\n| pipectl                       | [pipe-cd/asdf-pipectl](https://github.com/pipe-cd/asdf-pipectl)                                                   |\n| pipelight                     | [kogeletey/asdf-pipelight](https://github.com/kogeletey/asdf-pipelight)                                           |\n| pipx                          | [yozachar/asdf-pipx](https://github.com/yozachar/asdf-pipx)                                                       |\n| pivnet                        | [vmware-tanzu/tanzu-plug-in-for-asdf](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf)                     |\n| pixi                          | [pavelzw/pixi](https://github.com/pavelzw/asdf-pixi)                                                              |\n| pkl                           | [mise-plugins/asdf-pkl](https://github.com/mise-plugins/asdf-pkl)                                                 |\n| PlantScale CLI                | [kota65535/asdf-planetscale-cli](https://github.com/kota65535/asdf-planetscale-cli)                               |\n| Please                        | [asdf-community/asdf-please](https://github.com/asdf-community/asdf-please)                                       |\n| Pluto                         | [FairwindsOps/asdf-pluto](https://github.com/FairwindsOps/asdf-pluto)                                             |\n| pnpm                          | [jonathanmorley/asdf-pnpm](https://github.com/jonathanmorley/asdf-pnpm)                                           |\n| Poetry                        | [asdf-community/asdf-poetry](https://github.com/asdf-community/asdf-poetry)                                       |\n| Polaris                       | [particledecay/asdf-polaris](https://github.com/particledecay/asdf-polaris)                                       |\n| Popeye                        | [nlamirault/asdf-popeye](https://github.com/nlamirault/asdf-popeye)                                               |\n| Postgres                      | [smashedtoatoms/asdf-postgres](https://github.com/smashedtoatoms/asdf-postgres)                                   |\n| powerpipe                     | [vmdude/asdf-powerpipe](https://github.com/vmdude/asdf-powerpipe)                                                 |\n| powerline-go                  | [dex4er/asdf-powerline-go](https://github.com/dex4er/asdf-powerline-go)                                           |\n| PowerShell                    | [daveneeley/asdf-powershell-core](https://github.com/daveneeley/asdf-powershell-core)                             |\n| pre-commit                    | [jonathanmorley/asdf-pre-commit](https://github.com/jonathanmorley/asdf-pre-commit)                               |\n| process-compose               | [martino/asdf-process-compose](https://github.com/martino/asdf-process-compose)                                   |\n| promtool                      | [asdf-community/asdf-promtool](https://github.com/asdf-community/asdf-promtool)                                   |\n| protoc                        | [paxosglobal/asdf-protoc](https://github.com/paxosglobal/asdf-protoc)                                             |\n| protoc-gen-connect-go         | [dylanrayboss/asdf-protoc-gen-connect-go](https://github.com/dylanrayboss/asdf-protoc-gen-connect-go)             |\n| protoc-gen-grpc-web           | [pbr0ck3r/asdf-protoc-gen-grpc-web](https://github.com/pbr0ck3r/asdf-protoc-gen-grpc-web)                         |\n| protoc-gen-go-grpc            | [pbr0ck3r/asdf-protoc-gen-go-grpc](https://github.com/pbr0ck3r/asdf-protoc-gen-go-grpc)                           |\n| protoc-gen-go                 | [pbr0ck3r/asdf-protoc-gen-go](https://github.com/pbr0ck3r/asdf-protoc-gen-go)                                     |\n| protoc-gen-js                 | [pbr0ck3r/asdf-protoc-gen-js](https://github.com/pbr0ck3r/asdf-protoc-gen-js)                                     |\n| protolint                     | [spencergilbert/asdf-protolint](https://github.com/spencergilbert/asdf-protolint)                                 |\n| Proton GE                     | [augustobmoura/asdf-protonge](https://github.com/augustobmoura/asdf-protonge)                                     |\n| psc-package                   | [nsaunders/asdf-psc-package](https://github.com/nsaunders/asdf-psc-package)                                       |\n| Pulumi                        | [canha/asdf-pulumi](https://github.com/canha/asdf-pulumi)                                                         |\n| purerl                        | [GoNZooo/asdf-purerl](https://github.com/GoNZooo/asdf-purerl)                                                     |\n| PureScript                    | [jrrom/asdf-purescript](https://github.com/jrrom/asdf-purescript)                                                 |\n| Purty                         | [nsaunders/asdf-purty](https://github.com/nsaunders/asdf-purty)                                                   |\n| Python                        | [danhper/asdf-python](https://github.com/danhper/asdf-python)                                                     |\n| q                             | [moritz-makandra/asdf-plugin-qdns](https://github.com/moritz-makandra/asdf-plugin-qdns)                           |\n| qsv                           | [vjda/asdf-qsv](https://github.com/vjda/asdf-qsv)                                                                 |\n| Quarkus CLI                   | [asdf-community/asdf-quarkus](https://github.com/asdf-community/asdf-quarkus)                                     |\n| R                             | [asdf-community/asdf-r](https://github.com/asdf-community/asdf-r)                                                 |\n| RabbitMQ                      | [w-sanches/asdf-rabbitmq](https://github.com/w-sanches/asdf-rabbitmq)                                             |\n| Racket                        | [asdf-community/asdf-racket](https://github.com/asdf-community/asdf-racket)                                       |\n| Raku                          | [m-dango/asdf-raku](https://github.com/m-dango/asdf-raku)                                                         |\n| Rancher                       | [abinet/asdf-rancher](https://github.com/abinet/asdf-rancher)                                                     |\n| Rbac-lookup                   | [looztra/asdf-rbac-lookup](https://github.com/looztra/asdf-rbac-lookup)                                           |\n| Rclone                        | [johnlayton/asdf-rclone](https://github.com/johnlayton/asdf-rclone)                                               |\n| Rebar                         | [Stratus3D/asdf-rebar](https://github.com/Stratus3D/asdf-rebar)                                                   |\n| Reckoner                      | [FairwindsOps/asdf-reckoner](https://github.com/FairwindsOps/asdf-reckoner)                                       |\n| Redis                         | [smashedtoatoms/asdf-redis](https://github.com/smashedtoatoms/asdf-redis)                                         |\n| Redis-cli                     | [NeoHsu/asdf-redis-cli](https://github.com/NeoHsu/asdf-redis-cli)                                                 |\n| redo                          | [chessmango/asdf-redo](https://github.com/chessmango/asdf-redo)                                                   |\n| redskyctl                     | [sudermanjr/asdf-redskyctl](https://github.com/sudermanjr/asdf-redskyctl)                                         |\n| Reg                           | [looztra/asdf-reg](https://github.com/looztra/asdf-reg)                                                           |\n| regal                         | [asdf-community/asdf-regal](https://github.com/asdf-community/asdf-regal)                                         |\n| regctl                        | [ORCID/asdf-regctl](https://github.com/ORCID/asdf-regctl)                                                         |\n| regsync                       | [rsrchboy/asdf-regsync](https://github.com/rsrchboy/asdf-regsync)                                                 |\n| restic                        | [xataz/asdf-restic](https://github.com/xataz/asdf-restic)                                                         |\n| resticprofile                 | [olofvndrhr/asdf-resticprofile](https://github.com/olofvndrhr/asdf-resticprofile)                                 |\n| restish                       | [polds/asdf-restish](https://github.com/polds/asdf-restish)                                                       |\n| revive                        | [bjw-s/asdf-revive](https://github.com/bjw-s/asdf-revive)                                                         |\n| richgo                        | [paxosglobal/asdf-richgo](https://github.com/paxosglobal/asdf-richgo)                                             |\n| Riff                          | [abinet/asdf-riff](https://github.com/abinet/asdf-riff)                                                           |\n| ripgrep                       | [wt0f/asdf-ripgrep](https://gitlab.com/wt0f/asdf-ripgrep)                                                         |\n| RKE                           | [particledecay/asdf-rke](https://github.com/particledecay/asdf-rke)                                               |\n| rome                          | [kichiemon/asdf-rome](https://github.com/kichiemon/asdf-rome)                                                     |\n| Redpanda RPK                  | [jleight/asdf-rpk](https://github.com/jleight/asdf-rpk)                                                           |\n| rstash                        | [carlduevel/asdf-rstash](https://github.com/carlduevel/asdf-rstash)                                               |\n| rlwrap                        | [asdf-community/asdf-rlwrap](https://github.com/asdf-community/asdf-rlwrap)                                       |\n| Ruby                          | [asdf-vm/asdf-ruby](https://github.com/asdf-vm/asdf-ruby)                                                         |\n| ruff                          | [simhem/asdf-ruff](https://github.com/simhem/asdf-ruff)                                                           |\n| Rust                          | [code-lever/asdf-rust](https://github.com/code-lever/asdf-rust)                                                   |\n| rust-analyzer                 | [Xyven1/asdf-rust-analyzer](https://github.com/Xyven1/asdf-rust-analyzer)                                         |\n| rustic                        | [jahands/asdf-rustic](https://github.com/jahands/asdf-rustic)                                                     |\n| rye                           | [Azuki-bar/asdf-rye](https://github.com/Azuki-bar/asdf-rye)                                                       |\n| saml2aws                      | [elementalvoid/asdf-saml2aws](https://github.com/elementalvoid/asdf-saml2aws)                                     |\n| SBT                           | [bram2000/asdf-sbt](https://github.com/bram2000/asdf-sbt)                                                         |\n| scaffold                      | [particledecay/asdf-scaffold](https://github.com/particledecay/asdf-scaffold)                                     |\n| Scala                         | [asdf-community/asdf-scala](https://github.com/asdf-community/asdf-scala)                                         |\n| Scala CLI                     | [asdf-community/asdf-scala-cli](https://github.com/asdf-community/asdf-scala-cli)                                 |\n| scaleway-cli                  | [albarralnunez/asdf-plugin-scaleway-cli](https://github.com/albarralnunez/asdf-plugin-scaleway-cli)               |\n| scalingo-cli                  | [brandon-welsch/asdf-scalingo-cli](https://github.com/brandon-welsch/asdf-scalingo-cli)                           |\n| Scarb                         | [software-mansion/asdf-scarb](https://github.com/software-mansion/asdf-scarb)                                     |\n| sccache                       | [emersonmx/asdf-sccache](https://github.com/emersonmx/asdf-sccache)                                               |\n| Scenery                       | [skyzyx/asdf-scenery](https://github.com/skyzyx/asdf-scenery)                                                     |\n| schemacrawler                 | [davidecavestro/asdf-schemacrawler](https://github.com/davidecavestro/asdf-schemacrawler)                         |\n| scie-pants                    | [robzr/asdf-scie-pants](https://github.com/robzr/asdf-scie-pants)                                                 |\n| Seed7                         | [susurri/asdf-seed7](https://github.com/susurri/asdf-seed7)                                                       |\n| Semgrep                       | [brentjanderson/asdf-semgrep](https://github.com/brentjanderson/asdf-semgrep)                                     |\n| semtag                        | [junminahn/asdf-semtag](https://github.com/junminahn/asdf-semtag)                                                 |\n| semver                        | [mathew-fleisch/asdf-semver](https://github.com/mathew-fleisch/asdf-semver)                                       |\n| Sentinel                      | [asdf-community/asdf-hashicorp](https://github.com/asdf-community/asdf-hashicorp)                                 |\n| sentry-cli                    | [MacPaw/asdf-sentry-cli](https://github.com/MacPaw/asdf-sentry-cli)                                               |\n| Serf                          | [asdf-community/asdf-hashicorp](https://github.com/asdf-community/asdf-hashicorp)                                 |\n| serverless                    | [pdemagny/asdf-serverless](https://github.com/pdemagny/asdf-serverless)                                           |\n| shell2http                    | [ORCID/asdf-shell2http](https://github.com/ORCID/asdf-shell2http)                                                 |\n| Shellcheck                    | [luizm/asdf-shellcheck](https://github.com/luizm/asdf-shellcheck)                                                 |\n| Shellspec                     | [poikilotherm/asdf-shellspec](https://github.com/poikilotherm/asdf-shellspec)                                     |\n| Shfmt                         | [luizm/asdf-shfmt](https://github.com/luizm/asdf-shfmt)                                                           |\n| Shorebird                     | [valian-ca/asdf-shorebird](https://github.com/valian-ca/asdf-shorebird)                                           |\n| signal-cli                    | [ehsash/asdf-signal-cli](https://github.com/ehsash/asdf-signal-cli)                                               |\n| Sinker                        | [elementalvoid/asdf-sinker](https://github.com/elementalvoid/asdf-sinker)                                         |\n| Skaffold                      | [nklmilojevic/asdf-skaffold](https://github.com/nklmilojevic/asdf-skaffold)                                       |\n| skate                         | [chessmango/asdf-skate](https://github.com/chessmango/asdf-skate)                                                 |\n| Sloth                         | [slok/asdf-sloth](https://github.com/slok/asdf-sloth)                                                             |\n| smithy                        | [aws/asdf-smithy](https://github.com/aws/asdf-smithy)                                                             |\n| SML/NJ                        | [samontea/asdf-smlnj](https://github.com/samontea/asdf-smlnj)                                                     |\n| Snyk                          | [nirfuchs/asdf-snyk](https://github.com/nirfuchs/asdf-snyk)                                                       |\n| soft-serve                    | [chessmango/asdf-soft-serve](https://github.com/chessmango/asdf-soft-serve)                                       |\n| Solidity                      | [diegodorado/asdf-solidity](https://github.com/diegodorado/asdf-solidity)                                         |\n| Sonobuoy                      | [Nick-Triller/asdf-sonobuoy](https://github.com/Nick-Triller/asdf-sonobuoy)                                       |\n| Sops                          | [feniix/asdf-sops](https://github.com/feniix/asdf-sops)                                                           |\n| sopstool                      | [elementalvoid/asdf-sopstool](https://github.com/elementalvoid/asdf-sopstool)                                     |\n| soracom-cli                   | [gr1m0h/asdf-soracom](https://github.com/gr1m0h/asdf-soracom)                                                     |\n| Sourcery                      | [younke/asdf-sourcery](https://github.com/younke/asdf-sourcery)                                                   |\n| spacectl                      | [bodgit/asdf-spacectl](https://github.com/bodgit/asdf-spacectl)                                                   |\n| Spago                         | [jrrom/asdf-spago](https://github.com/jrrom/asdf-spago)                                                           |\n| Spark                         | [jeffryang24/asdf-spark](https://github.com/jeffryang24/asdf-spark)                                               |\n| Spectral                      | [vbyrd/asdf-spectral](https://github.com/vbyrd/asdf-spectral)                                                     |\n| Spin                          | [pavloos/asdf-spin](https://github.com/pavloos/asdf-spin)                                                         |\n| spotbugs                      | [jiahuili430/asdf-spotbugs](https://github.com/jiahuili430/asdf-spotbugs)                                         |\n| Spring Boot CLI               | [joschi/asdf-spring-boot](https://github.com/joschi/asdf-spring-boot)                                             |\n| Spruce                        | [woneill/asdf-spruce](https://github.com/woneill/asdf-spruce)                                                     |\n| sqlc                          | [dylanrayboss/asdf-sqlc](https://github.com/dylanrayboss/asdf-sqlc)                                               |\n| sqldef                        | [cometkim/asdf-sqldef](https://github.com/cometkim/asdf-sqldef)                                                   |\n| SQLite                        | [cLupus/asdf-sqlite](https://github.com/cLupus/asdf-sqlite)                                                       |\n| sshuttle                      | [xanmanning/asdf-sshuttle](https://github.com/xanmanning/asdf-sshuttle)                                           |\n| sst                           | [nurulhudaapon/asdf-sst](https://github.com/nurulhudaapon/asdf-sst)                                               |\n| Stack                         | [sestrella/asdf-ghcup](https://github.com/sestrella/asdf-ghcup)                                                   |\n| starboard                     | [zufardhiyaulhaq/asdf-starboard](https://github.com/zufardhiyaulhaq/asdf-starboard)                               |\n| Starkli                       | [ptisserand/asdf-starkli](https://github.com/ptisserand/asdf-starkli)                                             |\n| Starknet Devnet               | [ptisserand/asdf-starknet-devnet](https://github.com/ptisserand/asdf-starknet-devnet)                             |\n| Starknet Foundry              | [foundry-rs/asdf-starknet-foundry](https://github.com/foundry-rs/asdf-starknet-foundry)                           |\n| starport                      | [nikever/asdf-starport](https://github.com/nikever/asdf-starport)                                                 |\n| starship                      | [gr1m0h/asdf-starship](https://github.com/gr1m0h/asdf-starship)                                                   |\n| Staticcheck                   | [pbr0ck3r/asdf-staticcheck](https://github.com/pbr0ck3r/asdf-staticcheck)                                         |\n| steampipe                     | [carnei-ro/asdf-steampipe](https://github.com/carnei-ro/asdf-steampipe)                                           |\n| Steel Bank Common Lisp (sbcl) | [smashedtoatoms/asdf-sbcl](https://github.com/smashedtoatoms/asdf-sbcl)                                           |\n| step                          | [log2/asdf-step](https://github.com/log2/asdf-step)                                                               |\n| Stern                         | [looztra/asdf-stern](https://github.com/looztra/asdf-stern)                                                       |\n| stratus-red-team              | [asdf-community/asdf-stratus-red-team](https://github.com/asdf-community/asdf-stratus-red-team)                   |\n| stripe-cli                    | [offbyone/asdf-stripe](https://github.com/offbyone/asdf-stripe)                                                   |\n| stylua                        | [jc00ke/asdf-stylua](https://github.com/jc00ke/asdf-stylua)                                                       |\n| sui                           | [placeholder-soft/asdf-sui](https://github.com/placeholder-soft/asdf-sui)                                         |\n| supabase-cli                  | [gavinying/asdf-supabase-cli](https://github.com/gavinying/asdf-supabase-cli)                                     |\n| sver                          | [robzr/asdf-sver](https://github.com/robzr/asdf-sver)                                                             |\n| svu                           | [asdf-community/asdf-svu](https://github.com/asdf-community/asdf-svu)                                             |\n| swag                          | [behoof4mind/asdf-swag](https://github.com/behoof4mind/asdf-swag)                                                 |\n| Swift                         | [fcrespo82/asdf-swift](https://github.com/fcrespo82/asdf-swift)                                                   |\n| SwiftFormat                   | [younke/asdf-swiftformat](https://github.com/younke/asdf-swiftformat)                                             |\n| SwiftGen                      | [younke/asdf-swiftgen](https://github.com/younke/asdf-swiftgen)                                                   |\n| Swiftlint                     | [klundberg/asdf-swiftlint](https://github.com/klundberg/asdf-swiftlint)                                           |\n| SWIProlog                     | [mracos/asdf-swiprolog](https://github.com/mracos/asdf-swiprolog)                                                 |\n| syft                          | [davidgp1701/asdf-syft](https://github.com/davidgp1701/asdf-syft)                                                 |\n| sync                          | [robzr/asdf-sync](https://github.com/robzr/asdf-sync)                                                             |\n| syncher                       | [nwillc/syncher](https://github.com/nwillc/syncher)                                                               |\n| talhelper                     | [bjw-s/asdf-talhelper](https://github.com/bjw-s/asdf-talhelper)                                                   |\n| Talos                         | [particledecay/asdf-talos](https://github.com/particledecay/asdf-talos)                                           |\n| talosctl                      | [bjw-s/asdf-talosctl](https://github.com/bjw-s/asdf-talosctl)                                                     |\n| Tanka                         | [trotttrotttrott/asdf-tanka](https://github.com/trotttrotttrott/asdf-tanka)                                       |\n| Tanzu CLI (tanzu)             | [vmware-tanzu/tanzu-plug-in-for-asdf](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf)                     |\n| Task                          | [particledecay/asdf-task](https://github.com/particledecay/asdf-task)                                             |\n| tctl                          | [eko/asdf-tctl](https://github.com/eko/asdf-tctl)                                                                 |\n| Tekton-cli                    | [johnhamelink/asdf-tekton-cli](https://github.com/johnhamelink/asdf-tekton-cli)                                   |\n| Tekton pipeline-as-code CLI   | [ifireball/asdf-tekton-pac-cli](https://github.com/ifireball/asdf-tekton-pac-cli)                                 |\n| Teleport Enterprise           | [highb/asdf-teleport-ent](https://github.com/highb/asdf-teleport-ent)                                             |\n| Teleport Community            | [MaloPolese/asdf-teleport-community](https://github.com/MaloPolese/asdf-teleport-community)                       |\n| telepresence                  | [pirackr/asdf-telepresence](https://github.com/pirackr/asdf-telepresence)                                         |\n| teller                        | [pdemagny/asdf-teller](https://github.com/pdemagny/asdf-teller)                                                   |\n| temporal                      | [asdf-community/asdf-temporal](https://github.com/asdf-community/asdf-temporal)                                   |\n| temporalite                   | [eko/asdf-temporalite](https://github.com/eko/asdf-temporalite)                                                   |\n| terradozer                    | [chessmango/asdf-terradozer](https://github.com/chessmango/asdf-terradozer)                                       |\n| Terraform                     | [asdf-community/asdf-hashicorp](https://github.com/asdf-community/asdf-hashicorp)                                 |\n| Terraform-docs                | [looztra/asdf-terraform-docs](https://github.com/looztra/asdf-terraform-docs)                                     |\n| terraform-ls                  | [asdf-community/asdf-hashicorp](https://github.com/asdf-community/asdf-hashicorp)                                 |\n| terraform-lsp                 | [bartlomiejdanek/asdf-terraform-lsp](https://github.com/bartlomiejdanek/asdf-terraform-lsp)                       |\n| Terraform-validator           | [looztra/asdf-terraform-validator](https://github.com/looztra/asdf-terraform-validator)                           |\n| Terraformer                   | [gr1m0h/asdf-terraformer](https://github.com/gr1m0h/asdf-terraformer)                                             |\n| Terragrunt                    | [gruntwork-io/asdf-terragrunt](https://github.com/gruntwork-io/asdf-terragrunt)                                   |\n| Terramate                     | [martinlindner/asdf-terramate](https://github.com/martinlindner/asdf-terramate)                                   |\n| Terrascan                     | [hpdobrica/asdf-terrascan](https://github.com/hpdobrica/asdf-terrascan)                                           |\n| tf (hashi terraform wrapper)  | [dex4er/asdf-tf](https://github.com/dex4er/asdf-tf)                                                               |\n| tfcmt                         | [nasa9084/asdf-tfcmt](https://github.com/nasa9084/asdf-tfcmt)                                                     |\n| tfctl                         | [deas/asdf-tfctl](https://github.com/deas/asdf-tfctl)                                                             |\n| tfc-agent                     | [asdf-community/asdf-hashicorp](https://github.com/asdf-community/asdf-hashicorp)                                 |\n| tfenv                         | [carlduevel/asdf-tfenv](https://github.com/carlduevel/asdf-tfenv)                                                 |\n| TFLint                        | [skyzyx/asdf-tflint](https://github.com/skyzyx/asdf-tflint)                                                       |\n| tfmigrate                     | [dex4er/asdf-tfmigrate](https://github.com/dex4er/asdf-tfmigrate)                                                 |\n| tfnotify                      | [jnavarrof/asdf-tfnotify](https://github.com/jnavarrof/asdf-tfnotify)                                             |\n| TFSec                         | [woneill/asdf-tfsec](https://github.com/woneill/asdf-tfsec)                                                       |\n| tfstate-lookup                | [carnei-ro/asdf-tfstate-lookup](https://github.com/carnei-ro/asdf-tfstate-lookup)                                 |\n| tfswitch                      | [iul1an/asdf-tfswitch](https://github.com/iul1an/asdf-tfswitch)                                                   |\n| tfupdate                      | [yuokada/asdf-tfupdate](https://github.com/yuokada/asdf-tfupdate)                                                 |\n| tf-summarize                  | [adamcrews/asdf-tf-summarize](https://github.com/adamcrews/asdf-tf-summarize)                                     |\n| Thrift                        | [alisaifee/asdf-thrift](https://github.com/alisaifee/asdf-thrift)                                                 |\n| Tilt                          | [eaceaser/asdf-tilt](https://github.com/eaceaser/asdf-tilt)                                                       |\n| Timoni                        | [Smana/asdf-timoni](https://github.com/Smana/asdf-timoni)                                                         |\n| Tinytex                       | [Fbrisset/asdf-tinytex](https://github.com/Fbrisset/asdf-tinytex)                                                 |\n| Titan                         | [gabitchov/asdf-titan](https://github.com/gabitchov/asdf-titan)                                                   |\n| tlsg-cli                      | [0ghny/asdf-tlsgcli](https://github.com/0ghny/asdf-tlsgcli)                                                       |\n| Tmux                          | [pauloedurezende/asdf-tmux](https://github.com/pauloedurezende/asdf-tmux)                                         |\n| Tokei                         | [gasuketsu/asdf-tokei](https://github.com/gasuketsu/asdf-tokei)                                                   |\n| tomcat                        | [asdf-community/asdf-tomcat](https://github.com/asdf-community/asdf-tomcat)                                       |\n| tonnage                       | [elementalvoid/asdf-tonnage](https://github.com/elementalvoid/asdf-tonnage)                                       |\n| tool-versions-to-env          | [smartcontractkit/tool-versions-to-env-action](https://github.com/smartcontractkit/tool-versions-to-env-action)   |\n| Traefik                       | [Dabolus/asdf-traefik](https://github.com/Dabolus/asdf-traefik)                                                   |\n| Trdsql                        | [johnlayton/asdf-trdsql](https://github.com/johnlayton/asdf-trdsql)                                               |\n| tree-sitter                   | [ivanvc/asdf-tree-sitter](https://github.com/ivanvc/asdf-tree-sitter)                                             |\n| tridentctl                    | [asdf-community/asdf-tridentctl](https://github.com/asdf-community/asdf-tridentctl)                               |\n| Trivy                         | [zufardhiyaulhaq/asdf-trivy](https://github.com/zufardhiyaulhaq/asdf-trivy)                                       |\n| tsuru                         | [virtualstaticvoid/asdf-tsuru](https://github.com/virtualstaticvoid/asdf-tsuru)                                   |\n| tttyd                         | [ivanvc/asdf-ttyd](https://github.com/ivanvc/asdf-ttyd)                                                           |\n| tuist                         | [asdf-community/asdf-tuist](https://github.com/asdf-community/asdf-tuist)                                         |\n| tx                            | [ORCID/asdf-transifex](https://github.com/ORCID/asdf-transifex)                                                   |\n| typos                         | [aschiavon91/asdf-typos](https://github.com/aschiavon91/asdf-typos)                                               |\n| typst                         | [stephane-klein/asdf-typst](https://github.com/stephane-klein/asdf-typst)                                         |\n| uaa-cli                       | [vmware-tanzu/tanzu-plug-in-for-asdf](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf)                     |\n| Unison                        | [susurri/asdf-unison](https://github.com/susurri/asdf-unison)                                                     |\n| updatecli                     | [updatecli/asdf-updatecli](https://github.com/updatecli/asdf-updatecli)                                           |\n| upt                           | [ORCID/asdf-upt](https://github.com/ORCID/asdf-upt)                                                               |\n| upx                           | [jimmidyson/asdf-upx](https://github.com/jimmidyson/asdf-upx)                                                     |\n| usql                          | [itspngu/asdf-usql](https://github.com/itspngu/asdf-usql)                                                         |\n| uv                            | [asdf-community/asdf-uv](https://github.com/asdf-community/asdf-uv)                                               |\n| V                             | [jthegedus/asdf-v](https://github.com/jthegedus/asdf-v)                                                           |\n| vale                          | [pdemagny/asdf-vale](https://github.com/pdemagny/asdf-vale)                                                       |\n| vals                          | [dex4er/asdf-vals](https://github.com/dex4er/asdf-vals)                                                           |\n| Vault                         | [asdf-community/asdf-hashicorp](https://github.com/asdf-community/asdf-hashicorp)                                 |\n| Velero                        | [looztra/asdf-velero](https://github.com/looztra/asdf-velero)                                                     |\n| vendir                        | [vmware-tanzu/asdf-carvel](https://github.com/vmware-tanzu/asdf-carvel)                                           |\n| Venom                         | [aabouzaid/asdf-venom](https://github.com/aabouzaid/asdf-venom)                                                   |\n| versio                        | [pdemagny/asdf-versio](https://github.com/pdemagny/asdf-versio)                                                   |\n| vcluster                      | [wt0f/asdf-vcluster](https://gitlab.com/wt0f/asdf-vcluster)                                                       |\n| vela                          | [pdemagny/asdf-vela](https://github.com/pdemagny/asdf-vela)                                                       |\n| velad                         | [pdemagny/asdf-velad](https://github.com/pdemagny/asdf-velad)                                                     |\n| vhs                           | [chessmango/asdf-vhs](https://github.com/chessmango/asdf-vhs)                                                     |\n| Viddy                         | [ryodocx/asdf-viddy](https://github.com/ryodocx/asdf-viddy)                                                       |\n| Vim                           | [tsuyoshicho/asdf-vim](https://github.com/tsuyoshicho/asdf-vim)                                                   |\n| vlt                           | [asdf-community/asdf-hashicorp](https://github.com/asdf-community/asdf-hashicorp)                                 |\n| vultr-cli                     | [ikuradon/asdf-vultr-cli](https://github.com/ikuradon/asdf-vultr-cli)                                             |\n| watchexec                     | [nyrst/asdf-watchexec](https://github.com/nyrst/asdf-watchexec)                                                   |\n| WASI SDK                      | [coolreader18/asdf-wasi-sdk](https://github.com/coolreader18/asdf-wasi-sdk)                                       |\n| WASM-4                        | [jtakakura/asdf-wasm4](https://github.com/jtakakura/asdf-wasm4)                                                   |\n| wasm3                         | [tachyonicbytes/asdf-wasm3](https://github.com/tachyonicbytes/asdf-wasm3)                                         |\n| wasmer                        | [tachyonicbytes/asdf-wasmer](https://github.com/tachyonicbytes/asdf-wasmer)                                       |\n| wasmtime                      | [tachyonicbytes/asdf-wasmtime](https://github.com/tachyonicbytes/asdf-wasmtime)                                   |\n| Waypoint                      | [asdf-community/asdf-hashicorp](https://github.com/asdf-community/asdf-hashicorp)                                 |\n| weave-gitops                  | [deas/asdf-weave-gitops](https://github.com/deas/asdf-weave-gitops)                                               |\n| Websocat                      | [bdellegrazie/asdf-websocat](https://github.com/bdellegrazie/asdf-websocat)                                       |\n| woodpecker-cli                | [ivanvc/asdf-woodpecker](https://github.com/ivanvc/asdf-woodpecker)                                               |\n| Wren CLI                      | [jtakakura/asdf-wren-cli](https://github.com/jtakakura/asdf-wren-cli)                                             |\n| wrk                           | [ivanvc/asdf-wrk](https://github.com/ivanvc/asdf-wrk)                                                             |\n| Wtfutil                       | [NeoHsu/asdf-wtfutil](https://github.com/NeoHsu/asdf-wtfutil)                                                     |\n| XCTestHTMLReport              | [younke/asdf-xchtmlreport](https://github.com/younke/asdf-xchtmlreport)                                           |\n| XcodeGen                      | [younke/asdf-xcodegen](https://github.com/younke/asdf-xcodegen)                                                   |\n| xc                            | [airtonix/asdf-xc](https://github.com/airtonix/asdf-xc)                                                           |\n| xcbeautify                    | [MacPaw/asdf-xcbeautify](https://github.com/MacPaw/asdf-xcbeautify)                                               |\n| xcodes                        | [younke/asdf-xcodes](https://github.com/younke/asdf-xcodes)                                                       |\n| xcresultparser                | [MacPaw/asdf-xcresultparser](https://github.com/MacPaw/asdf-xcresultparser)                                       |\n| xh                            | [NeoHsu/asdf-xh](https://github.com/NeoHsu/asdf-xh)                                                               |\n| yadm                          | [particledecay/asdf-yadm](https://github.com/particledecay/asdf-yadm)                                             |\n| yamlfmt                       | [mise-plugins/asdf-yamlfmt](https://github.com/mise-plugins/asdf-yamlfmt)                                         |\n| yamllint                      | [ericcornelissen/asdf-yamllint](https://github.com/ericcornelissen/asdf-yamllint)                                 |\n| yamlscript                    | [FeryET/asdf-yamlscript](https://github.com/FeryET/asdf-yamlscript)                                               |\n| Yarn                          | [twuni/asdf-yarn](https://github.com/twuni/asdf-yarn)                                                             |\n| Yasm                          | [kkHAIKE/asdf-yasm](https://github.com/kkHAIKE/asdf-yasm)                                                         |\n| yay                           | [aaaaninja/asdf-yay](https://github.com/aaaaninja/asdf-yay)                                                       |\n| Yor                           | [ordinaryexperts/asdf-yor](https://github.com/ordinaryexperts/asdf-yor)                                           |\n| youtube-dl                    | [iul1an/asdf-youtube-dl](https://github.com/iul1an/asdf-youtube-dl)                                               |\n| yj                            | [ryodocx/asdf-yj](https://github.com/ryodocx/asdf-yj)                                                             |\n| yq                            | [sudermanjr/asdf-yq](https://github.com/sudermanjr/asdf-yq)                                                       |\n| yt-dlp                        | [duhow/asdf-yt-dlp](https://github.com/duhow/asdf-yt-dlp)                                                         |\n| ytt                           | [vmware-tanzu/asdf-carvel](https://github.com/vmware-tanzu/asdf-carvel)                                           |\n| zbctl                         | [camunda-community-hub/asdf-zbctl](https://github.com/camunda-community-hub/asdf-zbctl)                           |\n| zellij                        | [chessmango/asdf-zellij](https://github.com/chessmango/asdf-zellij)                                               |\n| Zephyr                        | [nsaunders/asdf-zephyr](https://github.com/nsaunders/asdf-zephyr)                                                 |\n| Zig                           | [cheetah/asdf-zig](https://github.com/cheetah/asdf-zig)                                                           |\n| zigmod                        | [mise-plugins/asdf-zigmod](https://github.com/mise-plugins/asdf-zigmod)                                           |\n| zls                           | [miome/asdf-zls](https://github.com/m1ome/asdf-zls)                                                               |\n| Zola                          | [salasrod/asdf-zola](https://github.com/salasrod/asdf-zola)                                                       |\n| zoxide                        | [nyrst/asdf-zoxide](https://github.com/nyrst/asdf-zoxide)                                                         |\n| zprint                        | [carlduevel/asdf-zprint](https://github.com/carlduevel/asdf-zprint)                                               |\n","funding_links":[],"categories":["Shell","community","Community"],"sub_categories":["Integrating with zsh"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasdf-vm%2Fasdf-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasdf-vm%2Fasdf-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasdf-vm%2Fasdf-plugins/lists"}