Table of Contents
Glossary of Homebrew Formulae Terms
Return to Glossary of Chocolatey Packages
Most Popular Homebrew Formulae based on https://formulae.brew.sh
Glossary of Homebrew Formulae Terms
Return to Glossary of apt-get Packages, Glossary of Maven Central Repositories, Glossary of NPM Repositories, Glossary of PyPI Repositories, Glossary of Most Starred GitHub Repositories, Glossary of Homebrew Formulae Terms, Homebrew Formulae, Glossary of Chocolatey Packages, Glossary of Podman Terms, Glossary of CNCF Projects, Glossary of DevOps Terms, Glossary of DevSecOps Terms, Glossary of SRE Terms, Glossary of Chaos Engineering Terms, Glossary of Microservices Terms, Glossary of AWS Terms, Glossary of Azure Terms, Glossary of GCP Terms, Homebrew Formulae, Glossary of React.js Terms, Homebrew Formulae Courses, Homebrew Formulae DevOps - Homebrew Formulae CI/CD, Homebrew Formulae Security - Homebrew Formulae DevSecOps, Homebrew Formulae Data Science - Homebrew Formulae and Databases, Homebrew Formulae Machine Learning, Android Development Glossary, Awesome Homebrew Formulae, Homebrew Formulae GitHub, Homebrew Formulae Topics
Homebrew Formulae Glossary: Provide me first with the most commonly used / popular packages / formulae based on https://formulae.brew.sh. YOU MUST PROVIDE A URL SOURCE: Always provide URLs from https://formulae.brew.sh (e.g. https://formulae.brew.sh/formula/node, https://formulae.brew.sh/formula/git, etc), Wikipedia, GitHub, or official documentation – no other URLs are acceptable. URLs must be RAW, no formatting, no double bracket surrounding it. Each URL must be separated by 2 carriage returns. Always give at least 10 terms (1 paragraph for each term) in every response without exception. Do NOT number the terms. Provide the terms sorted by the most commonly used. NEVER use ** around a word or acronym, only use double brackets. Always include double brackets glossary_of_homebrew_packages around all product names, acronyms, RFC numbers, and technical terms. Never use boldface, italics, lists, or bullet points – strictly plain text with no extra formatting. In this glossary, your responses DO NOT need a topic introduction titled “==Topic Name==” and DO NOT need a conclusion titled “==Conclusion==”. No mistakes are acceptable in applying these rules, and failing to meet these instructions will not count against your usage quota. Adherence to these rules is critical, and you must keep context and follow instructions without deviation.
git is a distributed version control system that tracks changes in source code. It allows multiple developers to work on a project simultaneously and manage different branches of code effectively. Git is a crucial tool in software development and is one of the most commonly installed formulae on Homebrew.
https://formulae.brew.sh/formula/git
node is a JavaScript runtime built on Chrome's V8 JavaScript engine. It is designed for building scalable network applications and allows JavaScript to be executed on the server-side. Node is popular due to its non-blocking, event-driven architecture and extensive package ecosystem.
https://formulae.brew.sh/formula/node
python is a high-level programming language known for its readability and versatility. It is widely used for web development, data analysis, automation, and artificial intelligence. Python is one of the most downloaded packages on Homebrew.
https://formulae.brew.sh/formula/python
wget is a command-line utility for non-interactive downloading of files from the web via HTTP, HTTPS, and FTP. Wget is commonly used to download content for mirroring websites, retrieving large files, or downloading files without a web browser.
wget is a network utility for retrieving files from the web via HTTP, HTTPS, and FTP protocols. Wget is used for downloading files in batch processes, mirroring websites, and automating data transfers without the need for a web browser.
https://formulae.brew.sh/formula/wget
ffmpeg is a command-line utility used to convert, stream, and record audio and video files in a wide range of formats. FFmpeg supports a large variety of codecs and is widely used in video processing tasks such as transcoding, streaming, and creating videos.
https://formulae.brew.sh/formula/ffmpeg
openssl is a full-featured toolkit for SSL and TLS protocols. It provides cryptographic functions used for secure communication over networks. OpenSSL is essential for securing web servers and other internet services and is a common Homebrew formula.
https://formulae.brew.sh/formula/openssl
htop is an interactive process viewer that provides real-time statistics on system processes, CPU usage, memory, and load averages. Htop is preferred over top because of its user-friendly interface and extended functionality, making it a go-to tool for system monitoring.
https://formulae.brew.sh/formula/htop
tmux is a terminal multiplexer that allows users to create, manage, and switch between multiple terminal sessions within a single window. Tmux is invaluable for developers and sysadmins who need to keep long-running processes or manage multiple terminals at once.
https://formulae.brew.sh/formula/tmux
vim is a text editor that is a more powerful version of the classic vi editor. Vim is highly configurable and is a favorite among programmers for editing code and configuration files. It supports advanced features like syntax highlighting and multi-file editing.
https://formulae.brew.sh/formula/vim
docker is a platform for containerizing applications, allowing them to run consistently across various computing environments. Docker simplifies the deployment and management of applications by packaging them along with their dependencies in containers, ensuring portability and scalability.
https://formulae.brew.sh/formula/docker
postgresql is an advanced, open-source relational database management system that emphasizes extensibility and SQL compliance. PostgreSQL is widely used for web applications and data analysis due to its robustness, flexibility, and support for advanced features like full-text search and custom functions.
https://formulae.brew.sh/formula/postgresql
zsh is a powerful command-line shell that improves upon the standard Bourne Shell with advanced features like spell-checking, path expansion, and built-in tab completion. Zsh is commonly used as a replacement for the default shell in Unix-based systems due to its user-friendly enhancements.
https://formulae.brew.sh/formula/zsh
curl is a command-line tool and library used to transfer data to and from a server using various protocols, including HTTP, HTTPS, FTP, and more. Curl is widely used for scripting, automation, and testing web servers due to its versatility and ability to handle requests across a range of protocols.
https://formulae.brew.sh/formula/curl
kubernetes-cli provides the kubectl command-line tool that allows users to interact with Kubernetes clusters. Kubectl enables developers and administrators to manage containerized applications, deploy services, and monitor cluster resources directly from the command line.
https://formulae.brew.sh/formula/kubernetes-cli
maven is a build automation tool primarily used for Java projects. Maven simplifies project builds, dependencies management, and documentation generation by using a central configuration file (pom.xml). It is one of the most popular tools for managing large Java-based projects.
https://formulae.brew.sh/formula/maven
nginx is a high-performance web server and reverse proxy that can also function as a load balancer, HTTP cache, and mail proxy. Nginx is known for its speed, stability, and low resource consumption, making it one of the most widely used web servers globally.
https://formulae.brew.sh/formula/nginx
sqlite is a C library that provides a lightweight, disk-based database without the need for a separate server process. SQLite is embedded into many applications as a local database engine and is widely used in mobile devices, desktop applications, and embedded systems.
https://formulae.brew.sh/formula/sqlite
terraform is an open-source tool that allows users to define and provision infrastructure as code. Terraform supports a wide variety of cloud providers and on-prem environments, enabling developers to manage resources using declarative configuration files that automate infrastructure provisioning.
https://formulae.brew.sh/formula/terraform
ansible is an open-source automation tool used for configuration management, application deployment, and orchestration. Ansible allows users to define tasks in YAML format and execute them across multiple machines without the need for agent software, making it ideal for automating large-scale environments.
https://formulae.brew.sh/formula/ansible
openjdk is an open-source implementation of the Java Platform, Standard Edition. OpenJDK provides the runtime environment and development tools necessary for building and running Java applications, and it is widely adopted due to its adherence to open standards and cross-platform compatibility.
https://formulae.brew.sh/formula/openjdk
go is an open-source programming language developed by Google, designed for building fast, scalable, and efficient software. Go is widely used for developing distributed systems, cloud services, and microservices due to its simplicity and performance.
https://formulae.brew.sh/formula/go
yarn is a package manager for JavaScript that is used to install, configure, update, and manage dependencies for applications. Yarn is known for its fast performance, deterministic dependency resolution, and its ability to work with both npm and Node.
https://formulae.brew.sh/formula/yarn
mysql is an open-source relational database management system that is commonly used for web applications. MySQL is known for its reliability, performance, and ease of use, and it powers many of the world’s largest websites and applications.
https://formulae.brew.sh/formula/mysql
ruby is a dynamic, open-source programming language focused on simplicity and productivity. It is widely used for web development, particularly with the Ruby on Rails framework, and is valued for its expressive syntax and large ecosystem of libraries and tools.
https://formulae.brew.sh/formula/ruby
php is a popular open-source scripting language widely used for server-side web development. PHP powers a large portion of the web, including content management systems like WordPress, and is known for its ease of integration with HTML and databases.
https://formulae.brew.sh/formula/php
git-lfs (Git Large File Storage) is an extension to Git that allows developers to manage large files more efficiently. Git LFS replaces large files with text pointers inside the repository, storing the actual file content in a separate location to reduce the size of repositories.
https://formulae.brew.sh/formula/git-lfs
elasticsearch is a distributed search and analytics engine used for indexing and searching large volumes of data in near real-time. Elasticsearch is commonly used for log analysis, search, and data analytics, and is part of the popular ELK Stack.
https://formulae.brew.sh/formula/elasticsearch
imagemagick is a powerful command-line tool for converting, editing, and composing images in a wide variety of formats. ImageMagick is widely used in web development, digital art, and batch processing of images.
https://formulae.brew.sh/formula/imagemagick
rust is a systems programming language focused on safety, speed, and concurrency. Rust is designed to prevent memory errors and offers fine control over system resources, making it popular for developing performance-critical applications like operating systems and game engines.
https://formulae.brew.sh/formula/rust
kafka is a distributed streaming platform that is used for building real-time data pipelines and streaming applications. Kafka enables high-throughput, fault-tolerant data streams and is widely used in event-driven architectures and data integration tasks.
https://formulae.brew.sh/formula/kafka
mongodb is a popular NoSQL database that stores data in flexible, JSON-like documents. MongoDB is widely used for modern web applications due to its scalability, high availability, and support for large datasets across distributed architectures.
https://formulae.brew.sh/formula/mongodb-community
redis is an in-memory data structure store used as a database, cache, and message broker. Redis supports a wide variety of data structures and is known for its high performance, making it ideal for applications that require fast access to data.
https://formulae.brew.sh/formula/redis
kubectl is the command-line tool used to interact with Kubernetes clusters. Kubectl allows developers and administrators to deploy applications, inspect and manage cluster resources, and troubleshoot issues directly from the terminal.
https://formulae.brew.sh/formula/kubernetes-cli
supervisor is a process control system that allows users to monitor and control a number of processes on UNIX-like operating systems. Supervisor is commonly used for managing long-running background processes, ensuring they stay active and automatically restarting them if they fail.
https://formulae.brew.sh/formula/supervisor
openvpn is an open-source software application that implements virtual private network (VPN) techniques to create secure point-to-point or site-to-site connections. OpenVPN is commonly used for securely connecting remote users to private networks over the internet.
https://formulae.brew.sh/formula/openvpn
fish is a user-friendly command-line shell for UNIX-like operating systems. Fish provides advanced features like autosuggestions, syntax highlighting, and a modern command history search, offering a more interactive experience than traditional shells.
https://formulae.brew.sh/formula/fish
ansible-lint is a tool for linting Ansible playbooks to ensure they adhere to best practices. Ansible-lint analyzes playbooks, roles, and tasks to detect potential errors and provides recommendations to improve the quality and maintainability of Ansible configurations.
https://formulae.brew.sh/formula/ansible-lint
nmap is a network scanning tool used to discover hosts and services on a computer network. Nmap is widely used by system administrators and security professionals to map out network topologies, find open ports, and detect vulnerabilities.
https://formulae.brew.sh/formula/nmap
flask is a lightweight web framework for Python that is commonly used for building web applications. Flask is known for its simplicity and flexibility, allowing developers to build scalable applications with minimal overhead.
https://formulae.brew.sh/formula/flask
tensorflow is an open-source machine learning framework developed by Google. TensorFlow is used for building and training deep learning models and is widely adopted in applications ranging from image recognition to natural language processing.
https://formulae.brew.sh/formula/tensorflow
apache-spark is an open-source distributed computing system used for big data processing. Spark provides fast and general-purpose processing, supporting batch processing, streaming, machine learning, and graph computation, making it ideal for handling large-scale data analytics.
https://formulae.brew.sh/formula/apache-spark
grafana is an open-source platform for monitoring and observability that allows users to create dashboards from time-series data. Grafana is widely used in DevOps for visualizing metrics, logs, and traces from various data sources like Prometheus and Elasticsearch.
https://formulae.brew.sh/formula/grafana
jenkins is an open-source automation server used for building, testing, and deploying software. Jenkins supports continuous integration (CI) and continuous delivery (CD) pipelines, allowing developers to automate tasks such as code builds, tests, and deployments.
https://formulae.brew.sh/formula/jenkins
cloc (Count Lines of Code) is a command-line tool that counts the number of lines in source code files. Cloc is often used in software development to measure codebase size and track changes in lines of code over time.
https://formulae.brew.sh/formula/cloc
packer is an open-source tool used for creating identical machine images for multiple platforms from a single configuration. Packer integrates with cloud providers like AWS, GCP, and Azure, making it a key tool for automating infrastructure deployments in a repeatable and consistent manner.
https://formulae.brew.sh/formula/packer
neovim is an extension of the Vim text editor designed to enable more powerful and extensible development workflows. Neovim offers improved usability, better plugin architecture, and support for modern features like asynchronous plugins and embedded terminals.
https://formulae.brew.sh/formula/neovim
jq is a lightweight command-line JSON processor used to parse, filter, and transform JSON data. Jq is commonly used in scripting and automation tasks where structured data needs to be processed in an efficient way.
https://formulae.brew.sh/formula/jq
minikube is a tool that allows users to run a local Kubernetes cluster on their development machine. Minikube is often used for testing and development purposes, providing a simple environment to simulate Kubernetes deployments without needing a full production cluster.
https://formulae.brew.sh/formula/minikube
qemu is an open-source machine emulator and virtualizer that allows users to run operating systems and applications for different hardware platforms. QEMU is used for testing, debugging, and running virtual machines without needing physical hardware.
https://formulae.brew.sh/formula/qemu
libvips is a fast, open-source image processing library that can handle large images quickly and efficiently. Libvips is commonly used in image editing applications and servers where performance and memory usage are critical, such as image resizing for web services.
https://formulae.brew.sh/formula/libvips
hugo is a fast and flexible static site generator written in Go. Hugo allows users to build websites quickly by using templates and markdown, making it popular for blogs, documentation, and personal sites due to its speed and ease of use.
https://formulae.brew.sh/formula/hugo
vault is an open-source tool developed by HashiCorp for securely managing secrets and sensitive data. Vault provides encryption as a service and is often used to manage access to secrets such as API keys, passwords, and certificates in cloud-native environments.
https://formulae.brew.sh/formula/vault
ffsend is a command-line tool that allows users to securely share files using the Firefox Send service. Ffsend simplifies encrypted file sharing by integrating with the Firefox Send API, ensuring data is securely transferred and accessible via a shareable link.
https://formulae.brew.sh/formula/ffsend
ripgrep is a line-oriented search tool that recursively searches directories for a regex pattern. Ripgrep is designed to be fast and efficient, especially for searching through large codebases, making it a popular alternative to traditional search tools like grep.
https://formulae.brew.sh/formula/ripgrep
ansible is an open-source automation tool used for configuration management, application deployment, and task automation. Ansible uses declarative YAML playbooks to execute commands across multiple servers, making it a go-to tool for automating IT infrastructure.
https://formulae.brew.sh/formula/ansible
fzf is a command-line fuzzy finder that helps users search and navigate through files, directories, or history interactively. Fzf is widely used in terminal environments to boost productivity, allowing quick filtering through a large number of items.
https://formulae.brew.sh/formula/fzf
mas is a command-line interface for the macOS App Store. Mas allows users to install, update, and manage applications from the App Store via the terminal, providing an easy way to automate macOS software installations.
https://formulae.brew.sh/formula/mas
bat is a clone of cat with syntax highlighting and Git integration. Bat enhances file viewing by showing line numbers, highlighting code syntax, and working with Git to display changes, making it a developer-friendly tool for reading files in the terminal.
https://formulae.brew.sh/formula/bat
zstd (Zstandard) is a fast lossless compression algorithm designed to provide high compression ratios with fast decompression. Zstd is commonly used in modern file compression and data archiving systems where speed and efficiency are important.
https://formulae.brew.sh/formula/zstd
prettier is an opinionated code formatter for JavaScript and other languages. Prettier automatically formats code to ensure a consistent style, making it a popular tool in development workflows to maintain clean and readable codebases.
https://formulae.brew.sh/formula/prettier
k6 is an open-source load testing tool used to test the performance and reliability of applications. K6 allows developers to write tests in JavaScript and simulate high-traffic scenarios to identify bottlenecks and improve application resilience.
https://formulae.brew.sh/formula/k6
httpie is a command-line HTTP client that simplifies testing and interacting with APIs. HTTPie is known for its user-friendly syntax and structured output, making it a popular tool for developers who work with web services and REST APIs.
https://formulae.brew.sh/formula/httpie
tldr is a command-line tool that provides simplified, community-driven man pages for common UNIX commands. Tldr offers brief, practical examples of how to use commands, making it easier for users to learn and apply new commands quickly.
https://formulae.brew.sh/formula/tldr
exa is a modern replacement for ls, the standard UNIX command for listing directory contents. Exa enhances the directory listing experience with features like Git integration, syntax highlighting, and better file detail presentation.
https://formulae.brew.sh/formula/exa
ipfs (InterPlanetary File System) is a peer-to-peer protocol for storing and sharing files in a distributed network. IPFS aims to create a more decentralized web by allowing files to be accessed from multiple nodes, ensuring data availability even when some nodes are offline.
https://formulae.brew.sh/formula/ipfs
glab is a command-line tool for interacting with GitLab repositories. Glab enables users to manage GitLab projects, create merge requests, and monitor pipelines directly from the terminal, streamlining GitLab workflows for developers.
https://formulae.brew.sh/formula/glab
awscli is the official command-line interface for interacting with Amazon Web Services (AWS). AWS CLI enables developers and administrators to manage AWS resources, deploy services, and automate cloud infrastructure tasks directly from the terminal.
https://formulae.brew.sh/formula/awscli
chezmoi is a dotfiles manager that helps users manage their personal configuration files across multiple machines. Chezmoi is designed to be cross-platform and allows users to keep their dotfiles version-controlled and synced across different systems.
https://formulae.brew.sh/formula/chezmoi
deno is a secure JavaScript and TypeScript runtime built on V8, designed by the creator of Node.js. Deno aims to improve upon Node.js by providing better security, modern features, and a simpler module system, making it a popular choice for modern JavaScript development.
https://formulae.brew.sh/formula/deno
pandoc is a universal document converter that can transform files between various markup languages, including Markdown, HTML, LaTeX, and more. Pandoc is widely used for academic writing, technical documentation, and publishing workflows.
https://formulae.brew.sh/formula/pandoc
helm is a package manager for Kubernetes that helps users define, install, and upgrade applications running in Kubernetes clusters. Helm simplifies the deployment of complex Kubernetes applications through reusable templates called charts.
https://formulae.brew.sh/formula/helm
watchman is a tool developed by Facebook that watches files and directories for changes and triggers actions when updates occur. Watchman is commonly used in development workflows to automatically rebuild or test code when changes are detected.
https://formulae.brew.sh/formula/watchman
shfmt is a shell script formatter that automatically formats shell scripts to improve readability and ensure a consistent style. Shfmt supports multiple shell dialects, including bash, sh, and ksh.
https://formulae.brew.sh/formula/shfmt
clojure is a functional programming language that runs on the Java Virtual Machine (JVM). Clojure is known for its simplicity, immutable data structures, and its emphasis on concurrency, making it a popular choice for building distributed systems.
https://formulae.brew.sh/formula/clojure
telnet is a command-line network protocol that allows users to communicate with remote servers. Telnet is often used for testing and troubleshooting network services, although it is less commonly used for secure communications today.
https://formulae.brew.sh/formula/telnet
protobuf (Protocol Buffers) is a language-agnostic binary serialization format developed by Google. Protobuf is used to efficiently serialize structured data and is commonly used for communication between microservices and APIs.
https://formulae.brew.sh/formula/protobuf
rclone is a command-line program used to manage and sync files between cloud storage services and local file systems. Rclone supports many popular cloud providers, including Google Drive, Amazon S3, Dropbox, and more.
https://formulae.brew.sh/formula/rclone
bit is a modern Git CLI tool that enhances Git's functionality with features like automatic pull requests, issue creation, and more. Bit aims to improve developer productivity by simplifying Git workflows.
https://formulae.brew.sh/formula/bit
wrk is a modern HTTP benchmarking tool designed to generate significant load for testing web server performance. Wrk is highly efficient and can handle thousands of open connections, making it ideal for stress-testing HTTP servers.
https://formulae.brew.sh/formula/wrk
gcc (GNU Compiler Collection) is a compiler system that supports various programming languages, including C, C++, and Fortran. GCC is widely used in software development for compiling code into executable binaries across different platforms.
https://formulae.brew.sh/formula/gcc
pyenv is a simple Python version management tool that allows users to install and switch between multiple versions of Python. Pyenv helps developers easily manage different Python environments for projects with varying dependencies.
https://formulae.brew.sh/formula/pyenv
cmake is a cross-platform build system generator used to manage the build process of software projects. CMake simplifies compiling software by creating native build environments for different operating systems and toolchains.
https://formulae.brew.sh/formula/cmake
openblas is an optimized version of the Basic Linear Algebra Subprograms (BLAS) library used for performing basic vector and matrix operations. OpenBLAS is commonly used in scientific computing applications due to its high performance.
https://formulae.brew.sh/formula/openblas
ninja is a small build system designed to be fast and efficient, often used as a backend to other build tools like CMake. Ninja is designed for large codebases where incremental builds are essential for reducing build times.
https://formulae.brew.sh/formula/ninja
mtr (My Traceroute) is a network diagnostic tool that combines the functionality of ping and traceroute. Mtr is used to diagnose network issues by providing real-time statistics on packet loss and latency between hosts.
https://formulae.brew.sh/formula/mtr
mkcert is a tool that allows developers to easily create locally-trusted development certificates. Mkcert is widely used for securing local development environments with HTTPS without the need for manual certificate configuration.
https://formulae.brew.sh/formula/mkcert
libyaml is a YAML 1.1 parser and emitter written in C, used for reading and writing YAML documents. LibYAML is commonly used in applications that rely on YAML for configuration and data serialization.
https://formulae.brew.sh/formula/libyaml
iperf3 is a network testing tool used to measure the maximum TCP and UDP bandwidth performance between two systems. Iperf3 is commonly used to test the throughput and performance of network connections and diagnose potential bottlenecks.
https://formulae.brew.sh/formula/iperf3
xz is a general-purpose data compression tool that uses the LZMA2 compression algorithm. Xz is known for its high compression ratios and is commonly used for compressing software packages and large data files.
https://formulae.brew.sh/formula/xz
jq is a command-line tool used for parsing, filtering, and transforming JSON data. Jq is highly efficient and is commonly used for processing JSON in scripts and automation workflows, allowing users to manipulate JSON data structures directly from the terminal.
https://formulae.brew.sh/formula/jq
postgresql@14 is a version of the PostgreSQL database management system, providing advanced data management capabilities. PostgreSQL supports complex queries, foreign keys, triggers, and stored procedures, making it a powerful solution for relational databases.
https://formulae.brew.sh/formula/postgresql@14
aria2 is a lightweight, multi-protocol command-line download utility that supports HTTP, HTTPS, FTP, and BitTorrent. Aria2 is used for downloading large files quickly by splitting them into parts and downloading them simultaneously from multiple sources.
https://formulae.brew.sh/formula/aria2
bash is a widely-used UNIX shell and command language interpreter. Bash provides an environment for executing commands, running scripts, and managing processes, and it is the default shell on many Linux distributions.
https://formulae.brew.sh/formula/bash
neovim is an extension of the Vim text editor designed for extensibility and modern features like asynchronous plugins and a built-in terminal emulator. Neovim is popular among developers for its speed and flexibility, offering a more customizable editing experience.
https://formulae.brew.sh/formula/neovim
docker-compose is a tool used to define and run multi-container Docker applications. Docker Compose simplifies the management of complex containerized applications by using a YAML file to configure services, networks, and volumes.
https://formulae.brew.sh/formula/docker-compose
mpv is a free, open-source media player that supports a wide range of audio and video file formats. Mpv is based on MPlayer and ffmpeg and offers advanced features like hardware-accelerated playback and high-quality video output.
https://formulae.brew.sh/formula/mpv
mosh (Mobile Shell) is a remote terminal application that allows persistent, seamless connections even over unreliable networks. Mosh is often used for remote access to servers because it handles network disruptions better than traditional SSH.
https://formulae.brew.sh/formula/mosh
gnupg (Gnu Privacy Guard) is an open-source encryption tool that enables users to securely encrypt and sign data and communications. GnuPG is widely used for protecting sensitive information, verifying the integrity of files, and secure email communication.
https://formulae.brew.sh/formula/gnupg
screen is a terminal multiplexer that allows users to start and control multiple terminal sessions within a single window. Screen is useful for running long processes, as it allows users to disconnect from a session and reconnect later without stopping the running process.
https://formulae.brew.sh/formula/screen
libpng is a library used for handling PNG (Portable Network Graphics) image files. Libpng provides developers with tools to read, write, and manipulate PNG images, making it a core component in graphics processing applications and web development.
https://formulae.brew.sh/formula/libpng
ruby-build is a plugin for rbenv that simplifies the installation of Ruby versions. Ruby-build allows users to compile and install specific versions of Ruby, enabling developers to switch between different Ruby versions for different projects.
https://formulae.brew.sh/formula/ruby-build
zsh-completions is a collection of additional completion definitions for the Zsh shell. Zsh-completions improves productivity by enabling auto-complete functionality for more commands, making it easier to work efficiently in the terminal.
https://formulae.brew.sh/formula/zsh-completions
fzf is a command-line fuzzy finder that helps users search for files, directories, and commands interactively. Fzf is often integrated into shell workflows to speed up navigation and searching through large file systems or command histories.
https://formulae.brew.sh/formula/fzf
libevent is an event notification library that provides asynchronous event processing, commonly used in networking applications. Libevent supports events like timeouts, signals, and socket changes, making it a core dependency for scalable network servers and applications.
https://formulae.brew.sh/formula/libevent
ncdu is a disk usage analyzer with a text-based interface that provides a visual breakdown of space usage in directories and files. Ncdu is commonly used for quickly identifying large files and directories on systems where storage space is limited.
https://formulae.brew.sh/formula/ncdu
gawk is a command-line utility and programming language used for text processing. Gawk is the GNU version of AWK, and it allows users to perform pattern scanning, data extraction, and text manipulation in scripts or directly from the terminal.
https://formulae.brew.sh/formula/gawk
the_silver_searcher is a fast code-searching tool similar to grep, designed for quickly finding patterns in large codebases. The Silver Searcher is optimized for speed and often used by developers to search source code repositories.
https://formulae.brew.sh/formula/the_silver_searcher
youtube-dl is a command-line program for downloading videos from YouTube and other video hosting websites. Youtube-dl supports a wide range of platforms and video formats, making it a popular tool for saving and converting online videos.
https://formulae.brew.sh/formula/youtube-dl
mercurial (hg) is a distributed version control system used for tracking changes in source code. Mercurial is similar to Git but focuses on simplicity and performance, making it a preferred choice for some developers managing large projects.
https://formulae.brew.sh/formula/mercurial
libpng is a library used for handling PNG (Portable Network Graphics) image files. Libpng provides developers with tools to read, write, and manipulate PNG images, making it a core component in graphics processing applications and web development.
https://formulae.brew.sh/formula/libpng
ruby-build is a plugin for rbenv that simplifies the installation of Ruby versions. Ruby-build allows users to compile and install specific versions of Ruby, enabling developers to switch between different Ruby versions for different projects.
https://formulae.brew.sh/formula/ruby-build
zsh-completions is a collection of additional completion definitions for the Zsh shell. Zsh-completions improves productivity by enabling auto-complete functionality for more commands, making it easier to work efficiently in the terminal.
https://formulae.brew.sh/formula/zsh-completions
fzf is a command-line fuzzy finder that helps users search for files, directories, and commands interactively. Fzf is often integrated into shell workflows to speed up navigation and searching through large file systems or command histories.
https://formulae.brew.sh/formula/fzf
libevent is an event notification library that provides asynchronous event processing, commonly used in networking applications. Libevent supports events like timeouts, signals, and socket changes, making it a core dependency for scalable network servers and applications.
https://formulae.brew.sh/formula/libevent
ncdu is a disk usage analyzer with a text-based interface that provides a visual breakdown of space usage in directories and files. Ncdu is commonly used for quickly identifying large files and directories on systems where storage space is limited.
https://formulae.brew.sh/formula/ncdu
gawk is a command-line utility and programming language used for text processing. Gawk is the GNU version of AWK, and it allows users to perform pattern scanning, data extraction, and text manipulation in scripts or directly from the terminal.
https://formulae.brew.sh/formula/gawk
the_silver_searcher is a fast code-searching tool similar to grep, designed for quickly finding patterns in large codebases. The Silver Searcher is optimized for speed and often used by developers to search source code repositories.
https://formulae.brew.sh/formula/the_silver_searcher
youtube-dl is a command-line program for downloading videos from YouTube and other video hosting websites. Youtube-dl supports a wide range of platforms and video formats, making it a popular tool for saving and converting online videos.
https://formulae.brew.sh/formula/youtube-dl
mercurial (hg) is a distributed version control system used for tracking changes in source code. Mercurial is similar to Git but focuses on simplicity and performance, making it a preferred choice for some developers managing large projects.
https://formulae.brew.sh/formula/mercurial
sqlite is a lightweight, disk-based database that requires no server and supports a wide range of SQL operations. SQLite is commonly embedded in mobile devices, desktop applications, and web browsers due to its small footprint and reliability.
https://formulae.brew.sh/formula/sqlite
gpg is the command-line tool for GnuPG, used to encrypt, decrypt, and sign data and communications. GPG is widely utilized for secure email communication, file encryption, and verifying the integrity of files in secure software distribution.
https://formulae.brew.sh/formula/gpg
gdb is the GNU Debugger, a powerful tool used for debugging programs written in languages like C, C++, and Fortran. GDB allows developers to track and manipulate the execution of their programs, identify bugs, and inspect program state.
https://formulae.brew.sh/formula/gdb
wget is a non-interactive command-line utility for downloading files from the web, supporting HTTP, HTTPS, and FTP protocols. Wget is frequently used for downloading files in batch or mirroring websites.
https://formulae.brew.sh/formula/wget
openssl@3 is a version of the open-source toolkit for implementing SSL and TLS protocols, providing the ability to encrypt communication over networks. OpenSSL@3 ensures secure data transfer for applications such as web servers and email.
https://formulae.brew.sh/formula/openssl@3
libtiff is a library for reading and writing TIFF (Tagged Image File Format) files. Libtiff is widely used for handling raster image files, especially in applications requiring high-quality images or dealing with multi-page documents.
https://formulae.brew.sh/formula/libtiff
tree is a command-line tool that recursively lists directory contents in a tree-like structure, making it easy to visualize file hierarchies. Tree is useful for navigating complex file systems and seeing the structure of directories at a glance.
https://formulae.brew.sh/formula/tree
watch is a command-line utility that runs a given command at regular intervals and displays the output, allowing users to monitor command results over time. Watch is frequently used for observing system metrics or tracking changes in processes.
https://formulae.brew.sh/formula/watch
socat is a command-line based relay for bidirectional data transfer between two data channels, often used in networking and system administration. Socat supports a wide variety of protocols, making it ideal for advanced network troubleshooting.
https://formulae.brew.sh/formula/socat
shellcheck is a static analysis tool for shell scripts that helps developers detect and fix errors and improve the quality of their scripts. ShellCheck provides suggestions for best practices and identifies potential issues before execution.
https://formulae.brew.sh/formula/shellcheck
httpd is the open-source Apache HTTP Server used for serving web content. Httpd is one of the most popular and reliable web servers globally, supporting modules for dynamic content, security, and performance optimizations.
https://formulae.brew.sh/formula/httpd
phpmyadmin is a free and open-source web application that provides a graphical interface for managing MySQL and MariaDB databases. PhpMyAdmin is widely used by database administrators for executing SQL queries, managing tables, and performing database backups.
https://formulae.brew.sh/formula/phpmyadmin
openssl@1.1 is the previous major version of the OpenSSL toolkit, used to implement cryptographic functions and secure communications over networks via the SSL and TLS protocols. Many legacy applications still depend on openssl@1.1 for security purposes.
https://formulae.brew.sh/formula/openssl@1.1
asciinema is a terminal session recorder that captures and shares terminal activity as text-based recordings. Asciinema is commonly used for demonstrating command-line tools and workflows, allowing viewers to replay terminal sessions interactively.
https://formulae.brew.sh/formula/asciinema
iftop is a real-time network bandwidth monitoring tool that displays the bandwidth usage of network interfaces. Iftop provides a visual representation of data flowing in and out of a system, making it useful for identifying network traffic patterns.
https://formulae.brew.sh/formula/iftop
doctl is the official command-line interface for managing DigitalOcean cloud infrastructure. Doctl allows users to control DigitalOcean resources, such as droplets and storage, directly from the terminal, automating cloud operations.
https://formulae.brew.sh/formula/doctl
p7zip is a command-line file archiver used for compressing and decompressing files in various formats, including the popular 7z format. P7zip is known for its high compression ratios and supports encryption and multi-volume archives.
https://formulae.brew.sh/formula/p7zip
bash-completion provides programmable tab completion for the bash shell. Bash-completion enhances the command-line experience by allowing users to auto-complete commands, options, and file paths, making shell interactions faster and more efficient.
https://formulae.brew.sh/formula/bash-completion
texlive is a comprehensive TeX document production system used for typesetting documents. TeX Live includes tools and packages for creating scientific papers, books, and other publications with high typographic quality, commonly used in academia.
https://formulae.brew.sh/formula/texlive
pdftk is a command-line tool for manipulating PDF documents, allowing users to split, merge, and encrypt PDFs. Pdftk is commonly used for automating PDF-related tasks in scripts and workflows where document management is needed.
https://formulae.brew.sh/formula/pdftk
imagemagick is a powerful open-source software suite used for editing, converting, and composing bitmap images. ImageMagick supports a wide variety of image formats and is commonly used for tasks such as resizing, cropping, and optimizing images.
https://formulae.brew.sh/formula/imagemagick
zstd (Zstandard) is a fast, lossless compression algorithm designed for real-time compression scenarios. Zstd provides high compression ratios with very fast decompression speeds, making it ideal for data storage, transfer, and streaming.
https://formulae.brew.sh/formula/zstd
cmatrix is a command-line program that simulates the cascading green text from “The Matrix” movie in the terminal. CMatrix is often used as a fun visual effect and serves as a popular screen saver for terminal users.
https://formulae.brew.sh/formula/cmatrix
unzip is a utility for extracting files from ZIP archives. Unzip is widely used in UNIX-like operating systems to handle ZIP files, allowing users to decompress archives and access the files contained within.
https://formulae.brew.sh/formula/unzip
speedtest-cli is a command-line interface for testing internet bandwidth speed using the Speedtest.net service. Speedtest-cli allows users to measure network performance by checking download and upload speeds directly from the terminal.
https://formulae.brew.sh/formula/speedtest-cli
flac is an open-source audio codec used for lossless compression of audio files. FLAC retains the original quality of audio while reducing the file size, making it a popular choice for audiophiles and digital archiving.
https://formulae.brew.sh/formula/flac
wget2 is an improved version of the original wget, offering faster downloads, improved HTTP/2 support, and more efficient handling of network traffic. Wget2 is designed to replace wget for modern web retrieval tasks.
https://formulae.brew.sh/formula/wget2
bzip2 is a compression tool that uses the Burrows-Wheeler algorithm for compressing data. Bzip2 is known for its high compression ratio and is commonly used for archiving files in UNIX-based systems.
https://formulae.brew.sh/formula/bzip2
ffmpeg is a command-line tool used to process and convert multimedia files between different formats. FFmpeg supports video, audio, and image formats, making it a go-to tool for transcoding, streaming, and media manipulation tasks.
https://formulae.brew.sh/formula/ffmpeg
node@14 is a specific version of the Node JavaScript runtime that developers can use for compatibility with applications requiring this version. Node@14 is widely used for building scalable network applications with JavaScript.
https://formulae.brew.sh/formula/node@14
lua is a lightweight, embeddable scripting language commonly used in game development, web applications, and embedded systems. Lua is known for its simplicity, flexibility, and performance, making it an ideal choice for extending software functionality with custom scripts.
https://formulae.brew.sh/formula/lua
tmate is a fork of tmux that allows users to share terminal sessions over the internet in real-time. Tmate is widely used for remote collaboration, enabling others to join a live terminal session and interact with it as if they were on the same machine.
https://formulae.brew.sh/formula/tmate
pinentry is a collection of simple password entry dialogs that are used by GnuPG and other cryptographic software. Pinentry provides a secure way to enter sensitive information like passphrases, ensuring data is handled safely.
https://formulae.brew.sh/formula/pinentry
gawk is the GNU version of the AWK programming language, designed for pattern scanning and processing. Gawk is commonly used for parsing text files, transforming data, and generating reports based on specified patterns.
https://formulae.brew.sh/formula/gawk
brotli is an open-source compression algorithm developed by Google, designed for fast compression and decompression with high compression ratios. Brotli is widely used for web content compression, particularly in serving HTML, CSS, and JavaScript files.
https://formulae.brew.sh/formula/brotli
logrotate is a system utility for managing the automatic rotation, compression, and deletion of log files. Logrotate is frequently used in server environments to prevent log files from consuming excessive disk space.
https://formulae.brew.sh/formula/logrotate
httrack is a website copier tool that downloads websites for offline viewing by mirroring the directory structure and media files. Httrack is useful for archiving websites or browsing them without an internet connection.
https://formulae.brew.sh/formula/httrack
pgcli is a command-line interface for PostgreSQL with autocompletion and syntax highlighting. Pgcli enhances the experience of managing PostgreSQL databases by providing a more user-friendly and efficient command-line interface for SQL queries.
https://formulae.brew.sh/formula/pgcli
siege is a command-line HTTP load testing and benchmarking tool designed to evaluate the performance of web servers. Siege simulates multiple users accessing the server simultaneously, helping administrators understand server capacity and performance under stress.
https://formulae.brew.sh/formula/siege
git-flow is an extension for Git that defines a standard branching model for feature development, releases, and hotfixes. Git-flow helps teams manage their software development processes by organizing their Git branches more effectively.
https://formulae.brew.sh/formula/git-flow
dnsmasq is a lightweight, easy-to-configure DNS forwarder and DHCP server. Dnsmasq is commonly used to provide DNS services on small networks, caching DNS queries for improved performance and reducing bandwidth usage.
https://formulae.brew.sh/formula/dnsmasq
gradle is an open-source build automation tool that is primarily used for Java projects but supports many other programming languages. Gradle uses a Groovy-based DSL to define project builds and is known for its flexibility and scalability, often used in large-scale software projects.
https://formulae.brew.sh/formula/gradle
xz is a general-purpose data compression tool that uses the LZMA2 algorithm, offering high compression ratios with reasonable speeds. Xz is commonly used for compressing large files and distributing software packages.
https://formulae.brew.sh/formula/xz
mackup is a command-line utility that backs up and restores application settings from macOS or Linux. Mackup allows users to sync their configuration files (dotfiles) to the cloud, ensuring a seamless experience when moving between different devices.
https://formulae.brew.sh/formula/mackup
ansible-lint is a tool that checks Ansible playbooks for best practices and syntax errors. Ansible-lint helps developers improve their automation scripts by identifying potential issues before deployment.
https://formulae.brew.sh/formula/ansible-lint
mpich is a high-performance and widely portable implementation of the Message Passing Interface (MPI) standard. MPICH is used in distributed computing and parallel processing environments, particularly for scientific and engineering applications.
https://formulae.brew.sh/formula/mpich
ack is a tool for searching source code and text files with a focus on speed and efficiency. Ack is similar to grep but optimized for searching through large codebases, making it popular among developers.
https://formulae.brew.sh/formula/ack
boost is a collection of peer-reviewed C++ libraries that provide support for tasks such as linear algebra, multithreading, and regular expressions. Boost is widely used in C++ development to simplify common programming tasks.
https://formulae.brew.sh/formula/boost
screenfetch is a command-line tool that displays system information in the terminal along with a graphical representation of the system logo. Screenfetch is often used to quickly gather details about the operating system, kernel, and hardware configuration.
https://formulae.brew.sh/formula/screenfetch
sbcl (Steel Bank Common Lisp) is an open-source compiler and runtime system for the Common Lisp programming language. SBCL is known for its efficiency and performance, making it a popular choice for developing high-performance Lisp applications.
https://formulae.brew.sh/formula/sbcl
tidy-html5 is an open-source utility that cleans up and formats HTML, XHTML, and XML code. Tidy-html5 ensures code adheres to modern standards and fixes common errors, making it useful for web developers to improve the quality of their markup.
https://formulae.brew.sh/formula/tidy-html5
parallel is a shell tool for executing jobs in parallel, either on a single machine or across multiple machines. Parallel is used to speed up execution by running tasks simultaneously, making it a valuable tool for batch processing and automation.
https://formulae.brew.sh/formula/parallel
md5deep is a set of programs to compute MD5, SHA, and other hash values recursively for files and directories. Md5deep is often used to verify file integrity and detect changes in files by comparing their hash values.
https://formulae.brew.sh/formula/md5deep
ghostscript is a suite of software that interprets PostScript and PDF files. Ghostscript is commonly used for document processing tasks such as converting and rendering PDFs, making it essential for print workflows and document management systems.
https://formulae.brew.sh/formula/ghostscript
openldap is an open-source implementation of the Lightweight Directory Access Protocol (LDAP), used for directory services and centralized authentication. OpenLDAP is widely adopted in enterprise environments for managing user directories and permissions.
https://formulae.brew.sh/formula/openldap
automake is a tool for automatically generating Makefile scripts that are used to compile software. Automake simplifies the build process in multi-platform environments, ensuring that software can be compiled and installed consistently.
https://formulae.brew.sh/formula/automake
nethogs is a network monitoring tool that displays real-time network traffic usage per process. Nethogs is often used to troubleshoot which applications are consuming the most network bandwidth, helping system administrators manage network resources effectively.
https://formulae.brew.sh/formula/nethogs
inetutils is a collection of common networking utilities like ping, ftp, telnet, and hostname. Inetutils provides essential tools for network configuration and troubleshooting in Unix-like operating systems.
https://formulae.brew.sh/formula/inetutils
gnu-sed is a stream editor for filtering and transforming text. Gnu-sed allows users to edit text in scripts or interactively, and it is widely used in shell scripting to automate modifications to files and streams of data.
https://formulae.brew.sh/formula/gnu-sed
autoconf is a tool that generates shell scripts for automatically configuring source code packages. Autoconf simplifies the installation of software across different systems by detecting system-specific configurations and adapting the software to run on various environments.
https://formulae.brew.sh/formula/autoconf
flask is a lightweight web framework for Python that allows developers to build web applications quickly with minimal overhead. Flask is widely used for small to medium-sized applications and supports extensions for scaling as needed.
https://formulae.brew.sh/formula/flask
graphviz is a graph visualization software used to represent structural information as diagrams of abstract graphs and networks. Graphviz is commonly used in applications that require the visualization of data structures, hierarchies, and workflows.
https://formulae.brew.sh/formula/graphviz
json-c is a C library for parsing and printing JSON data. Json-c is used in various applications that need to handle JSON format data efficiently, including web services and APIs.
https://formulae.brew.sh/formula/json-c
nmap is a network discovery and security auditing tool. Nmap is widely used by system administrators to map networks, discover hosts and services, and assess security vulnerabilities on networked systems.
https://formulae.brew.sh/formula/nmap
htop is an interactive process viewer for Unix-like operating systems. Htop provides real-time statistics on system resource usage such as CPU, memory, and I/O, offering a more user-friendly alternative to the standard `top` command.
https://formulae.brew.sh/formula/htop
protobuf-c is a C implementation of Protocol Buffers (protobuf), Google's data interchange format. Protobuf-c allows applications to serialize structured data in an efficient, extensible format, making it useful for network communication and data storage.
https://formulae.brew.sh/formula/protobuf-c
exiftool is a Perl-based command-line utility for reading, writing, and editing metadata in image, video, and audio files. Exiftool is commonly used to extract metadata from photos and media files for purposes like organizing or identifying content.
https://formulae.brew.sh/formula/exiftool
fswatch is a file change monitor that detects file system changes and triggers actions when specific changes occur. Fswatch is useful in development environments for monitoring source code and automatically rebuilding or testing when files are modified.
https://formulae.brew.sh/formula/fswatch
gpgme is a library designed to make access to GnuPG easier for applications. GPGME allows developers to integrate encryption, decryption, signing, and key management into their applications, providing a secure way to handle sensitive data.
https://formulae.brew.sh/formula/gpgme
oniguruma is a regular expression library that supports multiple character encodings. Oniguruma is often used in text editors and programming languages that require advanced regex capabilities, particularly for processing Unicode data.
https://formulae.brew.sh/formula/oniguruma
libxml2 is a software library for parsing XML documents. Libxml2 is widely used in applications that need to read, manipulate, and validate XML, making it essential for web development, document processing, and other data interchange formats.
https://formulae.brew.sh/formula/libxml2
pcre (Perl Compatible Regular Expressions) is a library that implements regular expression pattern matching. PCRE is used in many programming languages and utilities to handle complex text processing tasks using regular expressions.
https://formulae.brew.sh/formula/pcre
openjdk@8 is a specific version of the open-source implementation of the Java Development Kit (JDK). OpenJDK@8 is used by developers who need to maintain compatibility with older Java applications or environments that require Java 8.
https://formulae.brew.sh/formula/openjdk@8
gnuplot is a portable command-line graphing utility used for plotting data points and mathematical functions. Gnuplot is commonly used in scientific research, engineering, and education to visualize data in a variety of formats.
https://formulae.brew.sh/formula/gnuplot
iperf is a network testing tool that measures the bandwidth performance of network connections. Iperf is widely used for testing throughput and diagnosing network issues, especially in environments requiring high-speed data transfers.
https://formulae.brew.sh/formula/iperf
netcat (often abbreviated as `nc`) is a networking utility for reading from and writing to network connections using TCP or UDP. Netcat is often referred to as the “Swiss Army knife” of networking due to its versatility in debugging and testing network connections.
https://formulae.brew.sh/formula/netcat
valgrind is a programming tool for memory debugging, memory leak detection, and profiling. Valgrind is widely used in C and C++ development to detect issues such as uninitialized memory access, improper memory deallocation, and memory leaks.
https://formulae.brew.sh/formula/valgrind
jq is a lightweight command-line JSON processor used for parsing, filtering, and transforming JSON data. Jq is an essential tool for working with JSON files and APIs, allowing users to manipulate data directly in the terminal.
https://formulae.brew.sh/formula/jq
guile is an implementation of the Scheme programming language, designed to be embedded into applications as a scripting language. Guile is used to extend applications with user-defined scripts and can be integrated into various software systems.
https://formulae.brew.sh/formula/guile
boost-python3 is a set of C++ libraries that enable seamless interoperability between C++ and Python 3. Boost-python3 is commonly used in scientific computing and high-performance applications where developers need to integrate Python with C++ codebases.
https://formulae.brew.sh/formula/boost-python3
sqlite is a lightweight, self-contained, serverless SQL database engine. SQLite is widely used in embedded systems, mobile applications, and as a local database in web browsers for managing small-to-medium data sets without requiring a full database server.
https://formulae.brew.sh/formula/sqlite
ffsend is a command-line client for Mozilla's Firefox Send service, allowing users to easily and securely share files through encrypted, expiring links. Ffsend is useful for private file sharing directly from the terminal, supporting end-to-end encryption.
https://formulae.brew.sh/formula/ffsend
unrar is a utility for extracting files from RAR archives. Unrar is essential for handling the proprietary RAR format, allowing users to decompress and extract files from compressed archives efficiently.
https://formulae.brew.sh/formula/unrar
gnupg (GNU Privacy Guard) is an open-source encryption tool used for secure communication, data encryption, and signing files. GnuPG is widely used for creating encrypted email and verifying digital signatures, offering strong encryption capabilities based on OpenPGP standards.
https://formulae.brew.sh/formula/gnupg
dnsutils is a collection of tools for performing DNS queries and diagnostics, including utilities like dig, nslookup, and host. Dnsutils is commonly used for network troubleshooting, resolving domain names, and querying DNS records.
https://formulae.brew.sh/formula/dnsutils
openconnect is an open-source client for Cisco AnyConnect VPNs. OpenConnect provides secure, encrypted access to virtual private networks, commonly used to connect remote users to corporate networks securely.
https://formulae.brew.sh/formula/openconnect
lftp is a sophisticated file transfer program that supports a wide variety of protocols including FTP, HTTP, and SFTP. Lftp is known for its reliability and features like parallel transfers, resuming downloads, and background operations.
https://formulae.brew.sh/formula/lftp
libffi is a foreign function interface library that allows code written in one programming language to call functions defined in another. Libffi is used in various programming environments to enable interoperability between different languages.
https://formulae.brew.sh/formula/libffi
gnu-time is a command-line tool that reports resource usage by programs. Gnu-time helps developers and system administrators measure the time, memory, and CPU usage of processes, making it useful for performance analysis and optimization.
https://formulae.brew.sh/formula/gnu-time
mosquitto is an open-source message broker that implements the MQTT (Message Queuing Telemetry Transport) protocol. Mosquitto is widely used in Internet of Things (IoT) applications for lightweight messaging between devices and sensors.
https://formulae.brew.sh/formula/mosquitto
imagemagick is a comprehensive image manipulation tool used for editing, converting, and composing bitmap images. ImageMagick supports a variety of image formats and is widely used for tasks such as resizing, cropping, and adding effects to images.
https://formulae.brew.sh/formula/imagemagick
watch is a command-line utility that repeatedly executes a specified command at regular intervals and displays the output. Watch is often used to monitor changes in system processes or output, making it useful for real-time observation of system behavior.
https://formulae.brew.sh/formula/watch
aria2 is a lightweight, multi-protocol, command-line download utility that supports downloading files via HTTP, HTTPS, FTP, and BitTorrent. Aria2 is known for its ability to handle segmented downloads from multiple sources, making downloads faster and more efficient.
https://formulae.brew.sh/formula/aria2
libtool is a generic library support script used to help manage the creation of static and dynamic libraries. Libtool is widely used in the process of compiling and linking libraries in software development, especially in UNIX-like environments.
https://formulae.brew.sh/formula/libtool
gnuplot is a command-line graphing utility for visualizing mathematical functions and data. Gnuplot is often used in research, education, and engineering to generate plots and charts from raw data, making it essential for data analysis.
https://formulae.brew.sh/formula/gnuplot
pkg-config is a helper tool used to compile applications and libraries. Pkg-config provides information about the installed libraries on the system, such as their locations and dependencies, simplifying the build process in development environments.
https://formulae.brew.sh/formula/pkg-config
tmux is a terminal multiplexer that allows users to manage multiple terminal sessions within a single window. Tmux is commonly used by developers and system administrators for running long-lived terminal sessions and managing multiple tasks simultaneously.
https://formulae.brew.sh/formula/tmux
rtmpdump is a toolkit for downloading media streams that use the RTMP (Real-Time Messaging Protocol). Rtmpdump is often used to capture or record live streams from various media platforms, making it a valuable tool for multimedia handling.
https://formulae.brew.sh/formula/rtmpdump
gettext is a library used for internationalizing software by providing a way to handle translations. Gettext allows programs to be adapted to different languages and regions by managing translation strings, making it crucial for developing multilingual applications.
https://formulae.brew.sh/formula/gettext
speedtest-cli is a command-line tool for measuring internet bandwidth using the Speedtest.net service. Speedtest-cli provides users with an easy way to test their upload and download speeds from the terminal, often used for network diagnostics.
https://formulae.brew.sh/formula/speedtest-cli
libxslt is a library for transforming XML documents into other formats such as HTML or plain text using XSLT (Extensible Stylesheet Language Transformations). Libxslt is widely used in applications that need to manipulate or present XML data in different ways.
https://formulae.brew.sh/formula/libxslt
redis is an open-source, in-memory data structure store used as a database, cache, and message broker. Redis supports data structures such as strings, hashes, lists, and sets, making it ideal for building high-performance, scalable applications.
https://formulae.brew.sh/formula/redis
curl is a command-line tool used to transfer data using various network protocols, including HTTP, HTTPS, and FTP. Curl is commonly used for downloading files, interacting with web services, and testing APIs.
https://formulae.brew.sh/formula/curl
pandoc is a universal document converter that allows the conversion of files between various markup formats, such as Markdown, HTML, and LaTeX. Pandoc is commonly used in academia, publishing, and technical documentation to handle different text formats.
https://formulae.brew.sh/formula/pandoc
sbcl (Steel Bank Common Lisp) is an open-source Common Lisp compiler and runtime system. SBCL is known for its performance and is widely used for developing high-level applications in industries like AI and game development.
https://formulae.brew.sh/formula/sbcl
gettext is an internationalization (i18n) library that provides a framework for translating software into different languages. Gettext helps developers manage translation files and easily switch between different language versions of their applications.
https://formulae.brew.sh/formula/gettext
libev is an event loop library used for asynchronous I/O operations. Libev provides an efficient mechanism for handling multiple event sources and is commonly used in high-performance networking applications.
https://formulae.brew.sh/formula/libev
xz is a lossless data compression program that uses the LZMA algorithm to provide high compression ratios. XZ is widely used for compressing large files, reducing disk space usage while maintaining data integrity.
https://formulae.brew.sh/formula/xz
qemu is an open-source machine emulator and virtualizer that enables users to run virtual machines on various hardware architectures. QEMU is widely used for testing, debugging, and running guest operating systems in a safe, isolated environment.
https://formulae.brew.sh/formula/qemu
emacs is an extensible, customizable text editor with a wide range of features for editing code, automating tasks, and managing workflows. Emacs is popular among developers for its flexibility and ability to run within various operating systems.
https://formulae.brew.sh/formula/emacs
lame is an open-source audio encoder used to convert audio files into the MP3 format. LAME is known for its high-quality compression and is commonly used in audio applications to produce MP3 files with minimal loss in sound quality.
https://formulae.brew.sh/formula/lame
poppler is a PDF rendering library that enables applications to view, print, and manipulate PDF documents. Poppler is widely used in desktop environments and document viewers to handle PDF file operations efficiently.
https://formulae.brew.sh/formula/poppler
fish (Friendly Interactive Shell) is a user-friendly command-line shell that offers features like autosuggestions, syntax highlighting, and smart history. Fish is designed to provide an intuitive user experience compared to traditional shells like bash and zsh.
https://formulae.brew.sh/formula/fish
jq is a lightweight, command-line JSON processor that allows users to parse, filter, and manipulate JSON data. Jq is commonly used in scripting and automation for handling JSON outputs from web APIs and other data sources.
https://formulae.brew.sh/formula/jq
texinfo is a typesetting and documentation system used to produce printed and online documentation from a single source file. Texinfo is widely used in GNU projects for writing manuals and help documentation.
https://formulae.brew.sh/formula/texinfo
nss (Network Security Services) is a set of libraries designed to support cross-platform development of security-enabled client and server applications. NSS provides tools for encryption, decryption, digital signatures, and authentication.
https://formulae.brew.sh/formula/nss
spidermonkey is Mozilla's JavaScript and WebAssembly engine used in Firefox and other applications. SpiderMonkey provides support for the execution of JavaScript code and is commonly used in embedded systems for script execution.
https://formulae.brew.sh/formula/spidermonkey
gettext is a tool used for internationalization (i18n) that helps developers write programs with multilingual support. Gettext manages translation strings and helps to adapt programs for different languages and regions.
https://formulae.brew.sh/formula/gettext
iftop is a network monitoring tool that displays bandwidth usage on network interfaces in real-time. Iftop is often used by system administrators to troubleshoot network performance issues and monitor traffic.
https://formulae.brew.sh/formula/iftop
icu4c (International Components for Unicode) is a library that provides robust and full-featured Unicode support, including text manipulation, formatting, and conversion between character encodings. Icu4c is used in many applications to ensure proper handling of international text.
https://formulae.brew.sh/formula/icu4c
ncurses is a programming library that provides an API to write text-based user interfaces in a terminal-independent manner. Ncurses is widely used for building text-based programs that handle windowing, menus, and user interaction in terminal environments.
https://formulae.brew.sh/formula/ncurses
coreutils is a package containing essential UNIX commands like `ls`, `cat`, and `mv`. Coreutils provides the basic tools needed for performing common file and system operations on GNU/Linux and macOS systems.
https://formulae.brew.sh/formula/coreutils
youtube-dl is a command-line tool for downloading videos from YouTube and other video hosting platforms. Youtube-dl supports a variety of formats and options for downloading media content directly from the web.
https://formulae.brew.sh/formula/youtube-dl
tree is a recursive directory listing command that visually displays the directory structure in a tree-like format. Tree is commonly used to explore file hierarchies and understand directory layouts in a simple and intuitive way.
https://formulae.brew.sh/formula/tree
libevent is a library that provides an asynchronous event notification mechanism, allowing applications to handle I/O-bound operations efficiently. Libevent is commonly used in networking applications to handle multiple connections simultaneously.
https://formulae.brew.sh/formula/libevent
wget2 is an improved version of wget with enhanced features like HTTP/2 support, concurrent connections, and more efficient download capabilities. Wget2 is designed for modern web retrieval tasks with better performance compared to its predecessor.
https://formulae.brew.sh/formula/wget2
tldr is a simplified version of traditional man pages, offering brief and practical examples for using UNIX commands. Tldr is designed to make learning and using common commands easier, especially for beginners or those needing a quick reference.
https://formulae.brew.sh/formula/tldr
nettle is a low-level cryptographic library that provides basic cryptographic algorithms such as hash functions, public key cryptography, and cipher operations. Nettle is used in applications requiring cryptographic security and encryption.
https://formulae.brew.sh/formula/nettle
freetype is a software library that renders fonts for applications. Freetype is widely used for font rendering in graphical user interfaces, video games, and desktop environments, supporting a wide range of font formats including TrueType and OpenType.
https://formulae.brew.sh/formula/freetype
gnupg@2.2 is a version of the GNU Privacy Guard software that allows users to encrypt, decrypt, and sign communications and files. GnuPG@2.2 is used for secure communications and file encryption, supporting both symmetric and asymmetric encryption.
https://formulae.brew.sh/formula/gnupg@2.2
ack is a search tool optimized for searching through source code. Ack is faster than traditional tools like grep when working with large codebases, and it automatically skips files and directories commonly found in version control systems.
https://formulae.brew.sh/formula/ack
heroku is a command-line interface used to manage applications on the Heroku platform. Heroku CLI allows developers to scale applications, view logs, and interact with their cloud services from the terminal.
https://formulae.brew.sh/formula/heroku
rsync is a utility for efficiently transferring and synchronizing files across systems by comparing timestamps and file sizes. Rsync is widely used for backups, mirroring, and deploying changes to remote servers.
https://formulae.brew.sh/formula/rsync
fdupes is a command-line utility for identifying and removing duplicate files within directories. Fdupes is useful for freeing up disk space by locating and deleting redundant files.
https://formulae.brew.sh/formula/fdupes
pwgen is a command-line tool for generating random, secure passwords. Pwgen allows users to create passwords of various lengths and complexities, ensuring strong protection for accounts and systems.
https://formulae.brew.sh/formula/pwgen
libyaml is a YAML 1.1 parser and emitter written in C, used to parse and write YAML documents. LibYAML is commonly used in applications that handle configuration data and serialization.
https://formulae.brew.sh/formula/libyaml
dos2unix is a tool used to convert plain text files between DOS/Windows and UNIX formats by adjusting line breaks. Dos2unix is useful for ensuring compatibility when sharing text files between different operating systems.
https://formulae.brew.sh/formula/dos2unix
gnutls is a secure communications library that implements SSL, TLS, and DTLS protocols. GnuTLS is used to provide encryption and secure communications for various networked applications.
https://formulae.brew.sh/formula/gnutls
findutils is a set of utilities for finding files on a UNIX system. Findutils includes tools like `find` and `xargs`, which are commonly used for searching and processing files based on a wide range of criteria.
https://formulae.brew.sh/formula/findutils
dnscrypt-proxy is a tool that encrypts DNS queries to protect users from man-in-the-middle attacks and DNS spoofing. DNSCrypt Proxy enhances security by ensuring that DNS requests are encrypted and authenticated.
https://formulae.brew.sh/formula/dnscrypt-proxy
md5sha1sum is a simple utility for generating and verifying MD5 and SHA1 checksums for files. Md5sha1sum is commonly used to ensure data integrity by comparing the hash values of files before and after transfer.
https://formulae.brew.sh/formula/md5sha1sum
goaccess is a real-time web log analyzer that provides fast and interactive visual reports on web traffic. GoAccess is used to analyze access logs from web servers and display key metrics like visitor count, bandwidth usage, and popular URLs.
https://formulae.brew.sh/formula/goaccess
ripgrep is a fast recursive search tool that is optimized for searching large codebases. Ripgrep combines the usability of tools like grep with the performance advantages of recursive file search, making it popular among developers.
https://formulae.brew.sh/formula/ripgrep
hyperfine is a benchmarking tool used to measure the performance of command-line programs. Hyperfine runs commands multiple times to generate detailed statistical reports on execution time, helping developers optimize their tools.
https://formulae.brew.sh/formula/hyperfine
mosh is a mobile shell that provides more reliable SSH-like connections over unreliable networks. Mosh keeps sessions alive even when the network connection is intermittent, making it ideal for mobile users.
https://formulae.brew.sh/formula/mosh
weechat is a fast, lightweight, and extensible chat client that supports various protocols like IRC. WeeChat is customizable through scripts and plugins, making it a flexible choice for users looking for a powerful terminal-based chat client.
https://formulae.brew.sh/formula/weechat
libexif is a library for parsing and writing EXIF data in image files. Libexif is used in applications that need to extract or modify metadata embedded in JPEG images, such as camera settings and timestamps.
https://formulae.brew.sh/formula/libexif
pango is a text layout and rendering library that supports internationalization. Pango is used in graphical applications to render text with proper layout and font handling, supporting complex scripts and languages.
https://formulae.brew.sh/formula/pango
tinc is a VPN daemon that uses tunneling and encryption to create secure private networks between hosts. Tinc is commonly used to build secure, encrypted networks across multiple locations, ensuring data confidentiality.
https://formulae.brew.sh/formula/tinc
xdotool is a command-line tool that automates keyboard and mouse inputs in X11 environments. Xdotool is used to simulate user input for scripting tasks and automating interactions with graphical applications.
https://formulae.brew.sh/formula/xdotool
webp is an image format developed by Google that provides lossy and lossless compression for web images. WebP is designed to reduce file size while maintaining high quality, making it a popular choice for optimizing images on the web.
https://formulae.brew.sh/formula/webp
asciidoctor is a fast text processor and publishing toolchain for converting AsciiDoc documents into formats like HTML, PDF, and ePub. Asciidoctor is widely used in technical documentation and publishing workflows due to its ease of use and formatting flexibility.
https://formulae.brew.sh/formula/asciidoctor
etcd is a distributed key-value store that provides reliable data storage for distributed systems. Etcd is often used as a backend for service discovery, configuration management, and coordination of distributed systems like Kubernetes.
https://formulae.brew.sh/formula/etcd
thefuck is a command-line tool that corrects previous terminal commands. TheFuck analyzes failed commands and suggests possible corrections, such as fixing typos or incorrect flags, making it a handy utility for terminal users.
https://formulae.brew.sh/formula/thefuck
dive is a tool for exploring Docker images and analyzing their contents layer by layer. Dive allows developers to inspect image layers to identify issues such as bloated files and inefficient caching, helping optimize Docker images.
https://formulae.brew.sh/formula/dive
locate is a fast command-line utility that indexes and searches for files on a system. Locate is commonly used to quickly find files based on their names, providing results much faster than traditional search commands like find.
https://formulae.brew.sh/formula/locate
ffmpeg is a command-line tool for converting, processing, and streaming multimedia files. FFmpeg supports a vast range of audio, video, and image formats, making it a key utility for handling media conversion tasks.
https://formulae.brew.sh/formula/ffmpeg
kafkacat is a generic command-line producer and consumer for Apache Kafka message streams. Kafkacat is commonly used to publish, consume, and debug Kafka topics in a simple and efficient manner.
https://formulae.brew.sh/formula/kafkacat
kops is a Kubernetes operations tool that simplifies the creation, management, and operation of Kubernetes clusters in cloud environments. Kops automates tasks such as provisioning, upgrading, and scaling clusters.
https://formulae.brew.sh/formula/kops
duplicity is a command-line utility that performs encrypted, bandwidth-efficient backups using incremental snapshots. Duplicity supports multiple storage backends, making it ideal for securely backing up data to the cloud.
https://formulae.brew.sh/formula/duplicity
cloc (Count Lines of Code) is a command-line tool that counts the number of lines of code in source files, breaking them down by language. Cloc is useful for analyzing codebases, measuring productivity, and comparing project sizes.
https://formulae.brew.sh/formula/cloc
tcpdump is a powerful command-line packet analyzer used for network troubleshooting and analysis. Tcpdump captures and displays network packets, making it essential for diagnosing connectivity issues and analyzing network traffic in detail.
https://formulae.brew.sh/formula/tcpdump
maven is a build automation tool used primarily for Java projects, managing dependencies, compiling code, and packaging applications. Maven uses a standardized project structure and is highly popular in enterprise software development.
https://formulae.brew.sh/formula/maven
nload is a command-line tool for monitoring network traffic and bandwidth usage in real-time. Nload provides a graphical display of incoming and outgoing traffic, helping users track data flow and identify network issues.
https://formulae.brew.sh/formula/nload
exa is a modern replacement for the ls command, adding features like syntax highlighting, Git integration, and improved file detail views. Exa is designed to enhance the user experience while navigating directories from the command line.
https://formulae.brew.sh/formula/exa
ffsend is a command-line tool for securely sharing files through encrypted links generated by Firefox Send. Ffsend simplifies the sharing of sensitive files by providing end-to-end encryption and temporary download links.
https://formulae.brew.sh/formula/ffsend
pandoc is a universal document converter that can transform files between various markup languages, such as Markdown, LaTeX, and HTML. Pandoc is widely used for academic and technical documentation, supporting various formats for publishing.
https://formulae.brew.sh/formula/pandoc
socat is a versatile networking tool that facilitates bidirectional data transfer between two data streams. Socat supports a wide range of protocols, making it useful for port forwarding, tunneling, and network testing.
https://formulae.brew.sh/formula/socat
rename is a command-line utility that renames multiple files based on specified patterns. Rename is commonly used for batch file renaming, allowing users to modify file names in bulk according to defined rules.
https://formulae.brew.sh/formula/rename
p7zip is a command-line tool for compressing and decompressing files in the 7z format. P7zip offers high compression ratios and supports password protection, making it a popular choice for archiving and sharing large files.
https://formulae.brew.sh/formula/p7zip
exiv2 is a command-line tool and library for managing image metadata such as EXIF, IPTC, and XMP. Exiv2 is commonly used in digital photography workflows to read, write, and modify metadata in images.
https://formulae.brew.sh/formula/exiv2
youtube-dlc is a fork of youtube-dl that allows downloading videos from YouTube and other platforms.
caddy is a powerful, enterprise-ready, open-source web server with automatic HTTPS. Caddy is known for its ease of use, modern features, and secure defaults, making it popular for hosting websites, APIs, and microservices.
https://formulae.brew.sh/formula/caddy
gnuplot is a command-line graphing utility that allows users to create 2D and 3D plots of data and mathematical functions. Gnuplot is widely used in scientific research, engineering, and education for data visualization.
https://formulae.brew.sh/formula/gnuplot
fftw is a C library designed to compute the discrete Fourier transform (DFT) of real or complex data in one or more dimensions. FFTW is commonly used in scientific and engineering applications that require fast Fourier transforms.
https://formulae.brew.sh/formula/fftw
zstd is a fast lossless compression algorithm that provides high compression ratios with fast decompression. Zstd is often used in data storage, backups, and file archiving to save space while maintaining performance.
https://formulae.brew.sh/formula/zstd
postgresql is an open-source relational database management system known for its robustness and extensibility. PostgreSQL supports advanced features like full-text search, JSON data types, and powerful indexing, making it a popular choice for web applications and data analysis.
https://formulae.brew.sh/formula/postgresql
cmake is an open-source build system generator that helps manage the build process in a cross-platform environment. CMake automates the process of configuring and generating build files, making it easier to compile and link software projects.
https://formulae.brew.sh/formula/cmake
gawk is the GNU implementation of the AWK programming language, designed for text processing and pattern matching. Gawk is commonly used in data extraction and reporting tasks within scripts and automation workflows.
https://formulae.brew.sh/formula/gawk
rclone is a command-line program that manages and synchronizes files across various cloud storage services. Rclone is widely used for backups, cloud syncing, and file transfers across platforms like Google Drive, Dropbox, and Amazon S3.
https://formulae.brew.sh/formula/rclone
mpv is a media player based on MPlayer and ffmpeg that supports a wide range of video and audio formats. MPV is known for its high-quality video output, performance optimizations, and ability to handle complex media formats.
https://formulae.brew.sh/formula/mpv
hugo is a fast and flexible static site generator written in Go. Hugo is used for building websites, blogs, and documentation sites by transforming Markdown files into fully functional websites with customizable themes.
https://formulae.brew.sh/formula/hugo
sysbench is a benchmarking tool designed to assess the performance of various system components like the CPU, memory, and disk I/O. Sysbench is commonly used to test the limits of servers and databases under load.
https://formulae.brew.sh/formula/sysbench
protobuf (Protocol Buffers) is a language-agnostic binary serialization format developed by Google. Protobuf is used to efficiently serialize structured data, particularly in network communication between microservices and APIs.
https://formulae.brew.sh/formula/protobuf
gradle is an open-source build automation tool used primarily for Java projects, but it also supports other languages. Gradle simplifies project builds, dependency management, and multi-project builds in a scalable way.
https://formulae.brew.sh/formula/gradle
nmap is a network scanning tool used to discover hosts and services on a computer network by sending packets and analyzing the responses. Nmap is widely used for network inventory, security auditing, and monitoring.
https://formulae.brew.sh/formula/nmap
imagemagick is a versatile software suite used for editing, converting, and composing bitmap images. ImageMagick supports a wide variety of image formats and is often used in web development and graphic design workflows.
https://formulae.brew.sh/formula/imagemagick
sqlite is a lightweight, serverless, self-contained SQL database engine. SQLite is widely used in mobile applications and web browsers for managing local storage needs without the overhead of a dedicated database server.
https://formulae.brew.sh/formula/sqlite
ninja is a small build system with a focus on speed. Ninja is often used in projects where fast incremental builds are critical, such as in large software builds or in combination with build systems like CMake.
https://formulae.brew.sh/formula/ninja
mosquitto is an open-source message broker that implements the MQTT protocol, making it ideal for lightweight messaging between devices in IoT applications. Mosquitto is used to facilitate communication between sensors, controllers, and monitoring systems.
https://formulae.brew.sh/formula/mosquitto
openvpn is an open-source VPN client and server application that provides secure point-to-point or site-to-site connections. OpenVPN is widely used for establishing encrypted tunnels over the internet between remote users and corporate networks.
https://formulae.brew.sh/formula/openvpn
xz is a general-purpose data compression tool that uses the LZMA algorithm. XZ provides high compression ratios and is commonly used for compressing large files and distributing software packages in Unix-like systems.
https://formulae.brew.sh/formula/xz
vim is a highly configurable text editor built for efficient text editing, an enhanced version of the original vi editor. Vim is widely used by developers for writing code, scripts, and configuration files due to its powerful features and extensive customization options.
https://formulae.brew.sh/formula/vim
git-lfs (Git Large File Storage) is an extension to Git that improves handling of large files by storing them outside of the regular Git repository. Git-lfs is used to version control large assets like media files without bloating the repository size.
https://formulae.brew.sh/formula/git-lfs
htop is an interactive process viewer for Unix-like systems that provides real-time information about system resources. Htop is a more user-friendly alternative to the default `top` command, offering an intuitive interface for monitoring CPU, memory, and process activity.
https://formulae.brew.sh/formula/htop
terraform is an open-source infrastructure-as-code tool that enables users to define and provision infrastructure using configuration files. Terraform supports a wide range of cloud providers and helps automate the deployment and scaling of infrastructure.
https://formulae.brew.sh/formula/terraform
libffi is a foreign function interface library that allows programs written in one programming language to call functions written in another. Libffi is widely used in applications that need to interact with external libraries or languages, such as Python or Ruby bindings to C code.
https://formulae.brew.sh/formula/libffi
netcat (often abbreviated as `nc`) is a networking utility for reading from and writing to network connections using TCP or UDP. Netcat is widely used for troubleshooting, port scanning, and creating network tunnels.
https://formulae.brew.sh/formula/netcat
bash-completion enhances the bash shell by providing programmable tab completions for commands, options, and file paths. Bash-completion improves user productivity by suggesting potential completions as users type commands in the terminal.
https://formulae.brew.sh/formula/bash-completion
gnupg (GNU Privacy Guard) is a complete and free implementation of the OpenPGP standard for encrypting, decrypting, and signing data and communications. Gnupg is commonly used for secure email communication and software signing to ensure integrity and privacy.
https://formulae.brew.sh/formula/gnupg
p7zip is a command-line utility used to compress and decompress files using the 7z format, known for its high compression ratio. P7zip supports encryption and multi-volume archives, making it a versatile tool for managing compressed files.
https://formulae.brew.sh/formula/p7zip
shellcheck is a static analysis tool for shell scripts that identifies syntax errors, potential bugs, and best practice violations. ShellCheck is widely used by developers to improve the quality and robustness of their bash scripts before execution.
https://formulae.brew.sh/formula/shellcheck
ansible is an open-source automation tool used for configuration management, application deployment, and task automation. Ansible uses simple YAML files (called playbooks) to define tasks, making it easy to manage and scale infrastructure without the need for agents.
https://formulae.brew.sh/formula/ansible
fd is a user-friendly alternative to the find command, providing fast and intuitive searching capabilities. Fd simplifies directory and file searches with a focus on speed and usability, offering improved defaults and additional features over traditional tools.
https://formulae.brew.sh/formula/fd
jq is a lightweight command-line JSON processor that allows users to parse, filter, and manipulate JSON data. Jq is commonly used in automation scripts to handle API responses and transform JSON data into usable outputs.
https://formulae.brew.sh/formula/jq
flac (Free Lossless Audio Codec) is an open-source audio compression format that reduces file size without loss of audio quality. Flac is widely used for archiving high-fidelity audio recordings where maintaining original sound quality is essential.
https://formulae.brew.sh/formula/flac
rsync is a fast and versatile utility for synchronizing files between systems. Rsync is commonly used for backups, file transfers, and mirroring directories, with support for incremental transfers and compression to optimize bandwidth usage.
https://formulae.brew.sh/formula/rsync
watchman is a tool developed by Facebook that monitors files and directories for changes and triggers actions when updates occur. Watchman is often used in development workflows to automatically trigger builds or tests when source files are modified.
https://formulae.brew.sh/formula/watchman
gnutls is a secure communications library that implements the SSL, TLS, and DTLS protocols. GnuTLS provides encryption and authentication for applications and services that require secure communication channels, such as web servers and VPNs.
https://formulae.brew.sh/formula/gnutls
cmatrix is a simple command-line program that displays a scrolling screen of random characters resembling the “Matrix” digital rain effect. CMatrix is often used as a screensaver or terminal decoration.
https://formulae.brew.sh/formula/cmatrix
iperf3 is a network performance measurement tool used to test the throughput of network connections. Iperf3 is commonly used to diagnose bandwidth bottlenecks and measure network speed across different hosts.
https://formulae.brew.sh/formula/iperf3
geoip is a tool that provides geographical information about IP addresses by looking up IP ranges in a database. Geoip is often used in applications for location-based services and network analysis.
https://formulae.brew.sh/formula/geoip
openssl is a robust, full-featured open-source toolkit implementing the SSL and TLS protocols. OpenSSL is widely used for securing communications over networks and provides cryptographic functions to encrypt, decrypt, and sign data.
https://formulae.brew.sh/formula/openssl
nano is a simple, easy-to-use text editor for Unix-like systems. Nano is designed to provide a straightforward interface for editing files from the command line, making it a popular choice for users who prefer minimalism over advanced features.
https://formulae.brew.sh/formula/nano
lftp is a sophisticated file transfer program supporting various protocols including FTP, HTTP, and SFTP. Lftp is known for its ability to handle parallel transfers, mirroring, and resuming downloads.
https://formulae.brew.sh/formula/lftp
tcpdump is a packet analyzer that allows users to capture and inspect network traffic passing through a computer. Tcpdump is widely used for network troubleshooting and security auditing by analyzing TCP/IP traffic in real time.
https://formulae.brew.sh/formula/tcpdump
maven is a build automation tool primarily used for Java projects. Maven simplifies the management of project dependencies, builds, and releases by using a central configuration file to define a project’s structure and dependencies.
https://formulae.brew.sh/formula/maven
gpg (GNU Privacy Guard) is a tool that provides encryption and signing of data and communications. GPG is commonly used to secure email communications, verify software integrity, and encrypt sensitive data.
https://formulae.brew.sh/formula/gpg
mariadb is a drop-in replacement for MySQL that is community-developed and open-source. MariaDB is widely used as a relational database management system, offering improvements in speed, security, and scalability over MySQL.
https://formulae.brew.sh/formula/mariadb
gradle is a powerful build automation tool used for multi-language projects, offering a flexible model that supports multiple build phases and dependency management. Gradle is especially popular for Java-based software development.
https://formulae.brew.sh/formula/gradle
duplicity is a command-line backup tool that uses incremental snapshots and encryption to back up data securely. Duplicity is often used for remote backups, supporting multiple backends like SFTP, Amazon S3, and WebDAV.
https://formulae.brew.sh/formula/duplicity
weechat is a fast, modular, and extensible chat client for IRC and other protocols. WeeChat can be customized with scripts and plugins, making it ideal for advanced users looking to automate or extend chat functionality in a terminal-based environment.
https://formulae.brew.sh/formula/weechat
Fair Use Sources
Cloud Monk is Retired ( for now). Buddha with you. © 2025 and Beginningless Time - Present Moment - Three Times: The Buddhas or Fair Use. Disclaimers
SYI LU SENG E MU CHYWE YE. NAN. WEI LA YE. WEI LA YE. SA WA HE.
Major Glossary Categories: Information Technology - IT - Computing Topics, AWS Glossary, Azure Glossary, C Language Glossary (21st Century C Glossary), CPP Glossary | C++ Glossary, C Sharp Glossary | Glossary, Cloud Glossary, Cloud Native Glossary, Clojure Glossary, COBOL Glossary, Cybersecurity Glossary, DevOps Glossary, Fortran Glossary, Functional Programming Glossary, Golang Glossary, GCP Glossary, IBM Glossary, IBM Mainframe Glossary, iOS Glossary, Java Glossary, JavaScript Glossary, Kotlin Glossary, Kubernetes Glossary, Linux Glossary, macOS Glossary, MongoDB Glossary, PowerShell Glossary, Python Glossary and Python Official Glossary, Ruby Glossary, Rust Glossary, Scala Glossary, Concurrency Glossary, SQL Glossary, SQL Server Glossary, Swift Glossary, TypeScript Glossary, Windows Glossary, Windows Server Glossary, GitHub Glossary, Awesome Glossaries. (navbar_glossary)