https://github.com/codeinloop/asdf-installer
https://github.com/codeinloop/asdf-installer
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeinloop/asdf-installer
- Owner: codeinloop
- License: mit
- Created: 2025-07-26T02:50:42.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-07-26T02:54:37.000Z (7 months ago)
- Last Synced: 2025-07-26T09:03:14.091Z (7 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ASDF Installer – Latest Version
This repository provides a **simple, automated installer** for the latest version of [ASDF](https://asdf-vm.com/), a powerful version manager for multiple runtimes such as **Python, Java, Node.js, Ruby, and more**.
The script automatically:
- Detects your **operating system** and **architecture**.
- Downloads the **latest ASDF release** from GitHub.
- Validates the **MD5 checksum**.
- Installs ASDF into `/usr/local/bin` (or `$HOME/.local/bin` if no root access).
---
## **Quick Install**
Run the command below to install ASDF:
```bash
curl -fsSL https://raw.githubusercontent.com/codeinloop/asdf-installer/main/install-latest-asdf.sh | bash