bold-brew/docs/index.html
2025-03-30 01:05:41 +01:00

490 lines
No EOL
26 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bold Brew (bbrew) - Modern Homebrew TUI Manager for macOS</title>
<meta name="description" content="Bold Brew (bbrew) is the modern Terminal User Interface for Homebrew on macOS. Install, update, and manage packages with an elegant TUI. The perfect alternative to traditional Homebrew commands.">
<meta name="keywords" content="bbrew, Bold Brew, Homebrew TUI, macOS package manager, Homebrew GUI, terminal package manager, Homebrew alternative, macOS development tools">
<meta name="author" content="Valkyrie00">
<meta name="robots" content="index, follow, max-image-preview:large">
<meta name="theme-color" content="#1a1a1a">
<!-- OpenGraph Tags -->
<meta property="og:title" content="Bold Brew (bbrew) - Modern Homebrew TUI Manager for macOS">
<meta property="og:description" content="Bold Brew (bbrew) is the modern Terminal User Interface for Homebrew on macOS. Install, update, and manage packages with an elegant TUI. The perfect alternative to traditional Homebrew commands.">
<meta property="og:image" content="https://bold-brew.com/assets/logo/bbrew-logo-rounded.png">
<meta property="og:url" content="https://bold-brew.com">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Bold Brew">
<!-- Twitter Card Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Bold Brew (bbrew) - Modern Homebrew TUI Manager for macOS">
<meta name="twitter:description" content="Bold Brew (bbrew) is the modern Terminal User Interface for Homebrew on macOS. Install, update, and manage packages with an elegant TUI. The perfect alternative to traditional Homebrew commands.">
<meta name="twitter:image" content="https://bold-brew.com/assets/logo/bbrew-logo-rounded.png">
<meta name="twitter:creator" content="@Valkyrie00">
<!-- Additional SEO Meta Tags -->
<meta name="application-name" content="Bold Brew">
<meta name="apple-mobile-web-app-title" content="Bold Brew">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no">
<meta name="mobile-web-app-capable" content="yes">
<meta name="msapplication-TileColor" content="#1a1a1a">
<meta name="msapplication-config" content="none">
<link rel="canonical" href="https://bold-brew.com">
<link rel="alternate" hreflang="en" href="https://bold-brew.com">
<link rel="alternate" hreflang="x-default" href="https://bold-brew.com">
<!-- Stylesheets -->
<link rel="preload" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" as="stylesheet">
<link rel="preload" href="/assets/css/styles.css" as="stylesheet">
<link rel="preload" href="/assets/bbrew-logo-nobg.png" as="image">
<!-- Stylesheets -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="/assets/css/styles.css" rel="stylesheet">
<!-- Favicons -->
<link rel="icon" href="/assets/ico/bbrew-16.ico" sizes="16x16" type="image/x-icon">
<link rel="icon" href="/assets/ico/bbrew-24.ico" sizes="24x24" type="image/x-icon">
<link rel="icon" href="/assets/ico/bbrew-32.ico" sizes="32x32" type="image/x-icon">
<link rel="icon" href="/assets/ico/bbrew-48.ico" sizes="48x48" type="image/x-icon">
<link rel="manifest" href="/manifest.json">
<!-- Scripts -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" defer></script>
<!-- Schema.org Markup -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Bold Brew (bbrew)",
"operatingSystem": "macOS",
"applicationCategory": "DeveloperApplication",
"description": "Bold Brew: A modern TUI interface for managing Homebrew packages on macOS. Effortlessly install, search, update, and remove packages with an elegant and intuitive interface.",
"url": "https://bold-brew.com",
"author": {
"@type": "Person",
"name": "Valkyrie00"
},
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"ratingCount": "150"
}
}
</script>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MM4FCW9XZM"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MM4FCW9XZM');
</script>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-dark">
<div class="container">
<a class="navbar-brand" href="/">
<img src="/assets/bbrew-logo-nobg.png" alt="Bold Brew Logo" width="32" height="32">
<span>Bold Brew</span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="/#features">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#install">Install</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/blog/">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/Valkyrie00/bold-brew" target="_blank" rel="noopener noreferrer">GitHub</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main>
<section class="hero-section" aria-label="Hero">
<div class="hero-bg-overlay"></div>
<div class="container">
<div class="hero-content">
<img src="assets/bbrew-logo-nobg.png" alt="Bold Brew Logo" class="logo-img animate-pulse" width="120" height="120">
<h1 class="display-4">Bold Brew</h1>
<h2 class="tagline"><code>bbrew</code></h2>
<p class="lead">A fast and practical TUI that simplifies your Homebrew package management on macOS, making installations and updates effortless</p>
<div class="badges">
<img src="https://img.shields.io/github/v/release/Valkyrie00/bold-brew" alt="Version" width="100" height="20">
<img src="https://img.shields.io/github/license/Valkyrie00/bold-brew" alt="License" width="100" height="20">
<img src="https://img.shields.io/github/actions/workflow/status/Valkyrie00/bold-brew/release.yml" alt="Build Status" width="100" height="20">
<img src="https://img.shields.io/github/downloads/Valkyrie00/bold-brew/total" alt="Downloads" width="100" height="20">
</div>
<div class="hero-cta">
<a href="#install" class="btn-primary">Start Now</a>
<a href="https://github.com/Valkyrie00/bold-brew" class="btn-secondary" target="_blank">View on GitHub</a>
</div>
</div>
</div>
</section>
<section class="install-section" id="install" aria-label="Installation">
<div class="container">
<h2>Installation</h2>
<p class="lead text-center mb-4">Get started with Bold Brew in just a few simple commands</p>
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="install-card">
<div class="install-step">
<div class="step-header">
<div class="step-number">1</div>
<h3>Install Bold Brew</h3>
</div>
<div class="code-block">
<pre><code><span class="prompt">></span> brew install Valkyrie00/homebrew-bbrew/bbrew</code></pre>
<button class="copy-btn" onclick="copyToClipboard(this)" aria-label="Copy command">
<span class="copy-icon"></span>
<span class="copy-text">Copy</span>
</button>
</div>
<p class="install-note"><i>This installs Bold Brew directly from the repository via Homebrew</i></p>
</div>
<div class="install-step">
<div class="step-header">
<div class="step-number">2</div>
<h3>Run Bold Brew</h3>
</div>
<div class="code-block">
<pre><code><span class="prompt">></span> bbrew</code></pre>
<button class="copy-btn" onclick="copyToClipboard(this)" aria-label="Copy command">
<span class="copy-icon"></span>
<span class="copy-text">Copy</span>
</button>
</div>
</div>
</div>
<div class="alternative-install">
<div class="divider">
<span>OR</span>
</div>
<p class="text-center">Download the latest version directly from GitHub</p>
<div class="text-center">
<a class="btn-download" href="https://github.com/Valkyrie00/bold-brew/releases" target="_blank" rel="noopener noreferrer">
<span class="download-icon"></span>
Download Latest Release
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="screenshots-section" aria-label="Screenshots">
<div class="container">
<h2>Screenshots</h2>
<p class="lead text-center mb-4">Explore the Bold Brew interface and its features</p>
<div class="row justify-content-center">
<div class="col-md-4 mb-4">
<figure class="screenshot-card">
<img src="assets/screenshots/bbrew-main-screenshot.png" alt="Main Dashboard showing package management interface" class="img-fluid" loading="lazy" width="400" height="300">
<figcaption class="screenshot-caption">
<p>Main Dashboard</p>
</figcaption>
</figure>
</div>
<div class="col-md-4 mb-4">
<figure class="screenshot-card">
<img src="assets/screenshots/bbrew-installed-screenshot.png" alt="Installed packages management view" class="img-fluid" loading="lazy" width="400" height="300">
<figcaption class="screenshot-caption">
<p>Handle Installed Packages</p>
</figcaption>
</figure>
</div>
<div class="col-md-4 mb-4">
<figure class="screenshot-card">
<img src="assets/screenshots/bbrew-search-screenshot.png" alt="Package search interface" class="img-fluid" loading="lazy" width="400" height="300">
<figcaption class="screenshot-caption">
<p>Search for Packages</p>
</figcaption>
</figure>
</div>
</div>
</div>
</section>
<section id="features" class="py-5">
<div class="container">
<h2 class="text-center mb-5">Features</h2>
<div class="row">
<div class="col-md-4">
<div class="feature-card">
<i class="fas fa-search"></i>
<h3>Search Packages</h3>
<p>Easily search and find Homebrew packages with our intuitive interface.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature-card">
<i class="fas fa-download"></i>
<h3>Install & Update</h3>
<p>Install, update, and manage packages with just a few clicks.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature-card">
<i class="fas fa-cogs"></i>
<h3>System Management</h3>
<p>Monitor system status and manage Homebrew services efficiently.</p>
</div>
</div>
</div>
</div>
</section>
<section id="latest-posts" class="py-5">
<div class="container">
<h2 class="text-center mb-5">Latest Articles</h2>
<div class="row">
<div class="col-md-4">
<div class="blog-card">
<div class="post-meta">
<span class="date">2024-03-29</span>
</div>
<h3><a href="/blog/essential-homebrew-commands.html">10 Essential Homebrew Commands You Should Know</a></h3>
<p>Master the most important Homebrew commands for macOS package management. Learn how to install, update, and manage packages efficiently.</p>
<a href="/blog/essential-homebrew-commands.html" class="read-more">Read more →</a>
</div>
</div>
<div class="col-md-4">
<div class="blog-card">
<div class="post-meta">
<span class="date">2024-03-29</span>
</div>
<h3><a href="/blog/install-homebrew-macos.html">How to Install and Configure Homebrew on macOS</a></h3>
<p>Learn how to install and configure Homebrew on macOS. A step-by-step guide to setting up the most popular package manager for macOS.</p>
<a href="/blog/install-homebrew-macos.html" class="read-more">Read more →</a>
</div>
</div>
<div class="col-md-4">
<div class="blog-card">
<div class="post-meta">
<span class="date">2024-03-29</span>
</div>
<h3><a href="/blog/managing-homebrew-packages.html">Managing Homebrew Packages on macOS with Bold Brew</a></h3>
<p>Learn how to efficiently manage Homebrew packages on macOS using Bold Brew. Discover best practices, tips, and tricks for package management.</p>
<a href="/blog/managing-homebrew-packages.html" class="read-more">Read more →</a>
</div>
</div>
</div>
<div class="text-center mt-4">
<a href="blog/" class="btn btn-primary">View All Articles</a>
</div>
</div>
</section>
<section class="seo-content" aria-label="Additional Information">
<div class="container">
<h2>Manage Homebrew Packages on macOS with Bold Brew</h2>
<div class="row">
<div class="col-lg-8 mx-auto">
<p><strong>Bold Brew</strong> transforms the way developers manage <strong>Homebrew packages on macOS</strong> with its elegant Terminal User Interface. Stop struggling with complex command-line syntax and enjoy a streamlined package management experience.</p>
<h3>Why macOS Users Choose Bold Brew</h3>
<p>Managing your <strong>Homebrew ecosystem</strong> has never been easier. Bold Brew provides real-time visual feedback for installations, updates, and package removals—all while maintaining the speed and efficiency you expect from terminal-based applications.</p>
<h3>Key Benefits for macOS Developers</h3>
<ul>
<li><strong>Faster package discovery</strong> with intuitive search functionality</li>
<li><strong>Simplified dependency management</strong> with visual relationship mapping</li>
<li><strong>Streamlined updates</strong> for all installed Homebrew packages</li>
<li><strong>One-click installations</strong> without memorizing complex commands</li>
</ul>
<p>Built specifically for <strong>macOS users</strong> who rely on <strong>Homebrew</strong>, Bold Brew integrates perfectly with your development workflow while reducing cognitive load and increasing productivity.</p>
</div>
</div>
</div>
</section>
<section class="about-section" id="about" aria-label="About">
<div class="container">
<h2>About Bold Brew for macOS</h2>
<div class="row justify-content-center">
<div class="col-lg-8">
<p class="lead">The modern Homebrew package manager that macOS developers have been waiting for</p>
<h3>The Bold Brew Advantage</h3>
<p>Bold Brew was designed from the ground up to address the limitations of traditional Homebrew management. By providing a Terminal User Interface (TUI), Bold Brew combines the efficiency of command-line operations with intuitive visual feedback.</p>
<h3>Homebrew Integration</h3>
<p>As a dedicated Homebrew TUI manager for macOS, Bold Brew seamlessly integrates with your existing Homebrew installation. All operations—from searching the formula repository to managing casks—are visualized through an elegant interface while preserving the speed and reliability of Homebrew's core functionality.</p>
<div class="compatibility-info">
<h4>System Requirements</h4>
<ul>
<li>macOS 10.15 Catalina or newer</li>
<li>Homebrew installation</li>
<li>Terminal with true color support</li>
</ul>
</div>
<p>Whether you're a seasoned developer or new to macOS package management, Bold Brew streamlines your workflow and makes Homebrew more accessible than ever before.</p>
</div>
</div>
</div>
</section>
<section class="faq-section" aria-label="FAQ">
<div class="container">
<h2>FAQ</h2>
<p class="lead text-center mb-5">Frequently asked questions about Bold Brew</p>
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="accordion faq-accordion" id="faqAccordion">
<div class="faq-item">
<div class="faq-question" data-bs-toggle="collapse" data-bs-target="#faq1">
<h3>What is Bold Brew?</h3>
<div class="faq-icon">
<span class="plus">+</span>
<span class="minus"></span>
</div>
</div>
<div id="faq1" class="faq-answer collapse show" data-bs-parent="#faqAccordion">
<p>Bold Brew (bbrew) is a modern Terminal User Interface for managing Homebrew packages on macOS. It provides an elegant and intuitive way to install, update, and manage your Homebrew packages without memorizing complex commands.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question" data-bs-toggle="collapse" data-bs-target="#faq2">
<h3>How do I install Bold Brew?</h3>
<div class="faq-icon">
<span class="plus">+</span>
<span class="minus"></span>
</div>
</div>
<div id="faq2" class="faq-answer collapse" data-bs-parent="#faqAccordion">
<p>You can install Bold Brew in two ways:</p>
<ol>
<li>Using Homebrew: <code>brew install Valkyrie00/homebrew-bbrew/bbrew</code></li>
<li>Downloading the latest release from our GitHub repository</li>
</ol>
</div>
</div>
<div class="faq-item">
<div class="faq-question" data-bs-toggle="collapse" data-bs-target="#faq3">
<h3>How do I update Bold Brew?</h3>
<div class="faq-icon">
<span class="plus">+</span>
<span class="minus"></span>
</div>
</div>
<div id="faq3" class="faq-answer collapse" data-bs-parent="#faqAccordion">
<p>Run <code>brew upgrade bbrew</code> to update the application to the latest version.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question" data-bs-toggle="collapse" data-bs-target="#faq4">
<h3>How do I remove Bold Brew?</h3>
<div class="faq-icon">
<span class="plus">+</span>
<span class="minus"></span>
</div>
</div>
<div id="faq4" class="faq-answer collapse" data-bs-parent="#faqAccordion">
<p>Use <code>brew remove bbrew</code> if you need to uninstall it from your system.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question" data-bs-toggle="collapse" data-bs-target="#faq5">
<h3>Does it work on Linux or Windows?</h3>
<div class="faq-icon">
<span class="plus">+</span>
<span class="minus"></span>
</div>
</div>
<div id="faq5" class="faq-answer collapse" data-bs-parent="#faqAccordion">
<p>Currently, Bold Brew is designed specifically for macOS since it depends on the Homebrew package manager, which is primarily for macOS.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question" data-bs-toggle="collapse" data-bs-target="#faq6">
<h3>Where can I report issues or request features?</h3>
<div class="faq-icon">
<span class="plus">+</span>
<span class="minus"></span>
</div>
</div>
<div id="faq6" class="faq-answer collapse" data-bs-parent="#faqAccordion">
<p>Feel free to open an issue on our <a href="https://github.com/Valkyrie00/bold-brew" target="_blank" rel="noopener noreferrer">GitHub repository</a>.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer>
<div class="container">
<p>&copy; 2024 Bold Brew | <a href="https://github.com/Valkyrie00/bold-brew" target="_blank" rel="noopener noreferrer">GitHub</a></p>
</div>
</footer>
<!-- Scripts -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<script>
function copyToClipboard(button) {
const preEl = button.parentElement.querySelector('pre');
const codeText = preEl.textContent;
const cleanText = codeText.replace(/^>\s/, '');
navigator.clipboard.writeText(cleanText).then(() => {
const copyText = button.querySelector('.copy-text');
copyText.textContent = 'Copied!';
setTimeout(() => {
copyText.textContent = 'Copy';
}, 2000);
});
}
</script>
</body>
</html>