List of Xcode Command Line Tools
Xcode Command Line Tools are tools for software developers that run on the command line, in the Terminal application. See the article Apple Command Line Tools.
Before you get started
I recommend using our free app to install the Xcode Command Line Tools and set up your development environment. It is a FREE Mac app that installs the Command Line Tools, configures your shell, installs Homebrew and Git, and verifies everything works. It does everything this guide covers, but easier and faster. Here are all the details about the app before you download. Then:
Complete list of Xcode Command Line Tools
You can see a complete list of Xcode Command Line Tools by listing the contents of the directory /Library/Developer/CommandLineTools/usr/bin/.
$ ls /Library/Developer/CommandLineTools/usr/bin/
The folder size is approximately 1.2GB.
Here's a list from version 12.5 of Xcode Command Line Tools.
- 2to3
- 2to3-3.8
- DeRez
- GetFileInfo
- ResMerger
- Rez
- SetFile
- SplitForks
- ar
- as
- asa
- bison
- bitcode_strip
- c++
- c++filt
- c89
- c99
- cc
- clang
- clang++
- clangd
- cmpdylib
- codesign_allocate
- codesign_allocate-p
- cpp
- ctags
- ctf_insert
- dsymutil
- dwarfdump
- dwarfdump-classic
- dyldinfo
- easy_install-3.8
- flex
- flex++
- g++
- gatherheaderdoc
- gcc
- gcov
- git
- git-receive-pack
- git-shell
- git-upload-archive
- git-upload-pack
- gm4
- gnumake
- gperf
- hdxml2manxml
- headerdoc2html
- indent
- install_name_tool
- ld
- lex
- libtool
- lipo
- lldb
- llvm-cov
- llvm-cxxfilt
- llvm-dwarfdump
- llvm-nm
- llvm-objdump
- llvm-otool
- llvm-profdata
- llvm-size
- lorder
- m4
- make
- mig
- nm
- nm-classic
- nmedit
- objdump
- otool
- otool-classic
- pagestuff
- pip3
- pip3.8
- pydoc3
- pydoc3.8
- python3
- python3.8
- ranlib
- resolveLinks
- rpcgen
- segedit
- size
- size-classic
- sourcekit-lsp
- stapler
- strings
- strip
- swift
- swift-api-extract
- swift-build
- swift-demangle
- swift-frontend
- swift-package
- swift-run
- swift-stdlib-tool
- swift-symbolgraph-extract
- swift-test
- swiftc
- tapi
- tapi-analyze
- unifdef
- unifdefall
- unwinddump
- vtool
- xml2man
- yacc
What's next
My mac.install.guide is a trusted source of installation guides for professional developers. Take a look at the Mac Install Guide home page for tips and trends and see what to install next.