# zerobrew ## Docs - [Introduction](https://mintlify.wiki/lucasgelfond/zerobrew/introduction.md): zerobrew is a fast Homebrew-compatible package installer that brings uv-style architecture to macOS and Linux - [Installation](https://mintlify.wiki/lucasgelfond/zerobrew/installation.md): Install zerobrew on macOS or Linux - [Quick start](https://mintlify.wiki/lucasgelfond/zerobrew/quickstart.md): Get started with zerobrew and run your first commands - [System architecture](https://mintlify.wiki/lucasgelfond/zerobrew/concepts/architecture.md): Understanding zerobrew's workspace structure and component organization - [Content-addressable storage](https://mintlify.wiki/lucasgelfond/zerobrew/concepts/content-addressable-storage.md): How zerobrew uses SHA-256 hashing and APFS clonefile for efficient package storage - [Performance optimizations](https://mintlify.wiki/lucasgelfond/zerobrew/concepts/performance.md): How zerobrew achieves 2-30x speedup over Homebrew through parallelism, caching, and zero-copy operations - [Migrating from Homebrew](https://mintlify.wiki/lucasgelfond/zerobrew/guides/migration-from-homebrew.md): Step-by-step guide to migrate your packages from Homebrew to zerobrew - [Brewfile Management](https://mintlify.wiki/lucasgelfond/zerobrew/guides/brewfile-management.md): Use Brewfiles to manage and reproduce your package installations - [Building Packages from Source](https://mintlify.wiki/lucasgelfond/zerobrew/guides/building-from-source.md): Compile packages from source code instead of using pre-built bottles - [Shell Completion](https://mintlify.wiki/lucasgelfond/zerobrew/guides/shell-completion.md): Enable tab completion for zerobrew commands in bash, zsh, and fish - [Environment Variables](https://mintlify.wiki/lucasgelfond/zerobrew/configuration/environment-variables.md): Configure zerobrew behavior using environment variables - [Advanced Settings](https://mintlify.wiki/lucasgelfond/zerobrew/configuration/advanced-settings.md): Fine-tune zerobrew performance and behavior with advanced configuration options - [Troubleshooting](https://mintlify.wiki/lucasgelfond/zerobrew/troubleshooting.md): Common issues and solutions for zerobrew - [Contributing](https://mintlify.wiki/lucasgelfond/zerobrew/contributing.md): Guidelines for contributing to zerobrew - [Changelog](https://mintlify.wiki/lucasgelfond/zerobrew/changelog.md): All notable changes to zerobrew - [zb install](https://mintlify.wiki/lucasgelfond/zerobrew/commands/install.md): Install one or more packages from Homebrew - [zb uninstall](https://mintlify.wiki/lucasgelfond/zerobrew/commands/uninstall.md): Remove one or more installed packages - [zb bundle](https://mintlify.wiki/lucasgelfond/zerobrew/commands/bundle.md): Install packages from or export packages to a Brewfile - [zb list](https://mintlify.wiki/lucasgelfond/zerobrew/commands/list.md): List all installed packages - [zb info](https://mintlify.wiki/lucasgelfond/zerobrew/commands/info.md): Display detailed information about an installed package - [zb update](https://mintlify.wiki/lucasgelfond/zerobrew/commands/update.md): Update package formula cache - [zb outdated](https://mintlify.wiki/lucasgelfond/zerobrew/commands/outdated.md): List installed packages with available updates - [zb gc](https://mintlify.wiki/lucasgelfond/zerobrew/commands/gc.md): Run garbage collection to remove unreferenced store entries - [zb reset](https://mintlify.wiki/lucasgelfond/zerobrew/commands/reset.md): Reset zerobrew by removing all data and reinitializing - [zb migrate](https://mintlify.wiki/lucasgelfond/zerobrew/commands/migrate.md): Migrate installed packages from Homebrew to zerobrew - [zb init](https://mintlify.wiki/lucasgelfond/zerobrew/commands/init.md): Initialize zerobrew directories and configure your shell environment - [zbx (zb run)](https://mintlify.wiki/lucasgelfond/zerobrew/commands/run.md): Run a package without linking it to your PATH - [zb completion](https://mintlify.wiki/lucasgelfond/zerobrew/commands/completion.md): Generate shell completion scripts for zerobrew