node — Homebrew Formulae Homebrew’s package index Also known as: node js, node@24, nodejs, npm Formerly known as: corepack Platform built on V8 to build network applications
Le gestionnaire de paquets pour macOS - Homebrew The Missing Package Manager for macOS (or Linux) Homebrew utilise Git et Ruby, vous pouvez donc faire des modifications sans crainte, sachant que vous pourrez facilement les annuler et les intégrer avec les mises à jour futures
FAQ (Frequently Asked Questions) - Homebrew Documentation Which is usually: ~ Library Caches Homebrew My Mac apps don’t find Homebrew utilities! GUI apps on macOS don’t have Homebrew’s prefix in their PATH by default If you’re on Mountain Lion or later, you can fix this by running sudo launchctl config user path "$(brew --prefix) bin:${PATH}" and then rebooting, as documented in man launchctl Note that this sets the launchctl PATH for all
Documentation — Homebrew Documentation Homebrew Documentation Documentation Users brew manual page (command documentation); Homebrew Blog (news on major updates) Installation
Installation - Homebrew Documentation The default Git remote will be used if the corresponding environment variable is unset and works best for most users Note: if you set these variables you are granting these repositories the same level of trust you currently grant to Homebrew itself You should be extremely confident that these repositories will not be compromised
Taps (Third-Party Repositories) - Homebrew Documentation Taps (Third-Party Repositories) The brew tap command adds more repositories to the list of formulae that Homebrew tracks, updates, and installs from By default, tap assumes that the repositories come from GitHub, but the command isn’t limited to any one location The brew tap command brew tap without arguments lists all currently tapped repositories For example:
Homebrew on Linux - Homebrew Documentation Homebrew on Linux The Homebrew package manager may be used on Linux and Windows Subsystem for Linux (WSL) 2 Homebrew was formerly referred to as Linuxbrew when running on Linux or WSL
Python - Homebrew Documentation Python This page describes how Python is handled in Homebrew for users See Python for Formula Authors for advice on writing formulae to install packages written in Python Homebrew will install the necessary Python 3 version that is needed to make your packages work