Browse CLI Tools

Discover the best command-line tools

28 tools found

B

brew

package manager

Package manager for macOS and Linux

package-managermacoslinux
42,000
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Y

yarn

package manager

Fast, reliable, and secure package manager

javascriptpackage-managernodejs
42,000
brew install yarn
V

Vcpkg

package manager

C/C++ package manager by Microsoft for Windows, Linux, macOS

c++package-managermicrosoftcross-platform
35,200
git clone https://github.com/microsoft/vcpkg && ./vcpkg/bootstrap-vcpkg.sh
P

pnpm

package manager

Fast, disk space efficient package manager

javascriptpackage-managernodejs
32,000
npm install -g pnpm
P

poetry

package manager

Python packaging and dependency management

pythonpackage-managerdependency-management
31,000
curl -sSL https://install.python-poetry.org | python3 -
P

pipenv

package manager

Python dependency manager combining pip and virtualenv

pythonpackage-managerdependency-management
24,000
pip install pipenv
S

scoop

package manager

Windows package manager based on PowerShell

windowspackage-manager
21,000
iwr -useb get.scoop.sh | iex
U

uv

package manager

Ultra-fast Python package installer and resolver

pythonpackage-managerrust
16,000
brew install uv
C

cargo

package manager

Rust package manager and build system

rustpackage-manager
13,000
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
R

rye

package manager

Experimental Python project manager

pythonproject-manager
13,000
curl -sSf https://rye-up.com/install.sh | bash
N

nix

package manager

Purely functional package manager

package-managerfunctional
12,500
curl -L https://nixos.org/nix/install | sh
C

chocolatey

package manager

Windows package manager

windowspackage-manager
10,500
powershell -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "[System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))"
W

winget

package manager

Windows Package Manager from Microsoft

windowspackage-manager
10,500
winget install --id Microsoft.AppInstaller
F

Flatpak

package manager

Build system and package manager for Linux applications

package-managerlinuxsandboxdesktop
10,200
apt-get install flatpak
P

pip

package manager

Package manager for Python packages

pythonpackage-manager
10,000
python -m pip install --upgrade pip
N

npm

package manager

Node Package Manager for JavaScript packages

javascriptpackage-managernodejs
9,000
npm install -g npm@latest
C

Conan

package manager

C/C++ package manager for dependency management

c++package-managerdependenciesbuild
8,700
pip install conan
C

conda

package manager

Cross-platform package manager for Python and R

package-managerpythonr
6,500
curl -O https://repo.anaconda.com/archive/Anaconda3-latest-MacOSX-x86_64.sh && bash Anaconda3-latest-MacOSX-x86_64.sh
S

Snap

package manager

Transactional package manager for Linux distributions

package-managerlinuxcontainerizedcanonical
5,100
apt-get install snapd