Apple Macintosh FOSS BOM
According to ChatGPT:
Darwin Core OS kernel (macOS is built on it; includes XNU kernel, BSD utilities, etc.)
XNU Kernel Hybrid kernel used in Darwin (part Mach, part BSD)
bash / zsh Default shells in Terminal (zsh is default as of Catalina)
OpenSSH Secure remote login (SSH access, used in Terminal)
rsync File synchronization and backups
curl / wget Command-line tools for data transfer via HTTP, FTP etc.
git Version control system, often pre-installed
Apache HTTP Server Web server, included but not enabled by default
Python / Perl / Ruby Pre-installed scripting languages (varies by version)
LLVM / Clang Compilers and toolchains used for macOS and iOS development
libc (BSD / FreeBSD libc) Core C library used by system programs
cups Printing system for Unix (used in macOS printing stack)
tmux / screen (user-installed) Terminal multiplexer, useful for developers