asdf
HomeBrew
asdf | HomeBrew | |
---|---|---|
383 | 1,353 | |
23,849 | 44,176 | |
1.0% | 0.9% | |
9.4 | 10.0 | |
14 days ago | 5 days ago | |
Go | Ruby | |
MIT License | BSD 2-clause "Simplified" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
asdf
-
How I Built E2E Tests for Chrome Extensions Using Playwright and CDP
asdf or compatible .tool-versions file
-
Preparing the Elixir Development Environment
In this article, we will use a version manager called asdf‑vm, or simply asdf.
- Mempersiapkan Lingkungan Pengembangan Elixir
- Show HN: Asdf Overlay – High performance in-game overlay library for Windows
- Show HN: A Common Lisp implementation in development, supports ASDF
-
Practical Guide to Switching to Linux
This, but here are some things I've learned to do:
* Use a .local directory under my home directory instead of ~/bin. That's a great prefix when installing from source or tarball at the user level, keeps the top-level of the home directory from getting cluttered with /share /lib /include /etc /lib etc. etc.
* Reach for the package manager first when installing new software, unless there is a good reason not to. It makes keeping things up-to-date easy, and since I use Arch, which uses a rolling release, you pretty much get the latest stuff.
* If I can't get what I want from the package manager, I'll look at what is available using asdf-vm (https://asdf-vm.com/), and failing that, build from source or install from tarball.
* I don't use snap or the like.
I gave up on Windows over 20 years ago, and I can't say enough how liberating it has been. One of the nicest things is that there is a distro for almost every need (see https://distrowatch.com/). I use Arch; but your use case may point to a beginner-friendly distro, such as Mint, Ubuntu, etc., or a repeatable install type of distro, such as NixOS or Guix, or many others.
-
Setting Up a Powerful Windows Development Environment 💪
# Download asdf git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.15.0 # Add the following to ~/.zshrc . "$HOME/.asdf/asdf.sh" # Optional: Completions are configured by either a ZSH Framework asdf plugin # or by adding the following to your .zshrc: fpath=(${ASDF_DIR}/completions $fpath) autoload -Uz compinit && compinit
- Asdf v0.16.0 – Rewrite asdf in Golang
- Asdf Is Rewritten in Go
-
mise vs. asdf for JavaScript project environment management
asdf is a popular version manager that uses a technique called "shimming" to switch between different versions of tools like Python, Node.js, and Ruby. It creates temporary paths to specific versions, modifying the environment to ensure that the correct version of a tool is used in different projects. However, this method can introduce performance overhead due to how these shims work.
HomeBrew
- Use Plain Text Email
-
ServBay alternatives - docker-xampp, laragon, and HomeBrew
4 projects | 26 Jun 2025
-
Find & Delete Duplicate Files on Windows & Mac Programmatically
Installation (using Homebrew): If you don't have Homebrew installed, you can get it from https://brew.sh.
-
Setting Up PostgreSQL on macOS: A Fresh Start Guide
Since you're on macOS, Homebrew is your friend for installing and managing software like PostgreSQL. If you don't have Homebrew installed yet, head to brew.sh and follow the installation instructions.
- Ask HN: What project do you donate to?
-
How to for developers: Mastering your corporate MacBook Setup
Homebrew is the go to for developer using MacOs to be able to install applications. It's the equivalent of Aptitude in Ubuntu.
-
Debian GNU/Linux in VirtualBox on MacOS M1 to Practice Kubernetes
Install Vagrant using Homebrew:
-
Homebrew 4.5.0
Thanks for the kind words <3
Rewrite in Rust: never :)
A non-Ruby frontend may be possible but, fundamentally, the Formula DSL is Ruby and we couldn't feasibly move to another language without breaking backwards compatibility with everything.
The "update tons of stuff you never asked for": we're working on this: https://github.com/Homebrew/brew/issues/19202
Performance in general: we're doing what we can to improve it wherever possible. Ruby makes this harder but it is getting better rather than worse at this point.
-
Sapphire: Rust based package manager for macOS
> I wonder if you can get away with not doing parallel downloads, but just keep the sequential downloads going in the background while it is installing a package?
I could be wrong, but I believe multiple people, including maintainers, have looked into exactly that :-)
(I also need to correct myself: there is some work ongoing into concurrent downloads[1]. That work hasn't hit `brew install` yet, where I imagine the question of concurrent traffic volume will become more pressing.)
[1]: https://github.com/Homebrew/brew/issues/18278
-
Connect to Unsupported Older Linux servers with VS Code Remote-SSH using Custom glibc & libstdc++
Install glibc and patchelf using brew (Homebrew), or build from source, or use a prebuilt binary (if available). This guide uses brew. Also you can see this.
What are some alternatives?
SDKMan - The SDKMAN! Command Line Interface
spack - A flexible package manager that supports multiple versions, configurations, platforms, and compilers.
nix - Nix, the purely functional package manager
Chocolatey - Chocolatey - the package manager for Windows
mise - dev tools, env vars, task runner
Visual Studio Code - Visual Studio Code