Hyperpolymath’s collection of asdf plugins for installing and managing development tools and runtimes across the estate.
Each top-level subdirectory is a standalone asdf plugin. The full set covers
the languages, runtimes, and tools the hyperpolymath language-policy
(CLAUDE.md
in hyperpolymath/standards) currently endorses, plus some neighbouring
tools used in supporting infrastructure.
Each plugin is installable directly from this monorepo using the standard asdf plugin-add URL form:
asdf plugin add <name> https://github.com/hyperpolymath/asdf-tool-plugins.git(Some plugins may require additional setup — see the plugin’s own README inside its subdirectory.)
This is a consolidated monorepo — every plugin lives in a sibling
directory at the top level. Each is autonomous (its own
bin/list-all, bin/install, plugin-specific helpers).
Browse the plugin list directly by running:
ls -d */-
Licence: MPL-2.0.
-
Estate role: development-tooling support; downstream of the
hyperpolymath/standardslanguage-policy. -
Audit findings: see
docs/tech-debt-2026-05-26.mdif present (added by the 2026-05-26 estate tech-debt scan).
PRs welcome — see CONTRIBUTING.md.
All commits must be GPG-signed and follow conventional commits
(per estate-wide policy in hyperpolymath/standards).
-
hyperpolymath/standards— canonical estate-wide standards including the language policy. -
hyperpolymath/rsr-template-repo— the canonical project scaffold (this repo follows the RSR pattern).