docs: update website with v2.0 features and cross-platform support
Some checks failed
Quality / golangci-lint (push) Has been cancelled
Quality / Build (push) Has been cancelled
Security / Go Vulnerability Check (push) Has been cancelled
Security / Security Scanner (push) Has been cancelled

Comprehensive website update to reflect Bold Brew 2.0 capabilities and official Project Bluefin partnership.
This commit is contained in:
Vito Castellano 2025-10-13 23:14:42 +02:00
commit ed036296a0
No known key found for this signature in database
GPG key ID: E13085DB38BC5819
16 changed files with 1539 additions and 159 deletions

View file

@ -46,9 +46,9 @@ async function generatePage(template, data, outputPath) {
async function generateHomepage() {
const posts = getBlogPosts();
await generatePage('index.ejs', {
title: 'Bold Brew (bbrew) - Modern Homebrew TUI Manager for macOS',
description: '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.',
keywords: 'bbrew, Bold Brew, Homebrew TUI, macOS package manager, Homebrew GUI, terminal package manager, Homebrew alternative, macOS development tools',
title: 'Bold Brew (bbrew) - Modern Homebrew TUI Manager for macOS and Linux',
description: 'Bold Brew (bbrew) is the modern Terminal User Interface for Homebrew on macOS and Linux. Install, update, and manage packages and casks with an elegant TUI.',
keywords: 'bbrew, Bold Brew, Homebrew TUI, macOS package manager, Linux package manager, Homebrew casks, Homebrew GUI, terminal package manager, Homebrew alternative, Project Bluefin, macOS development tools, Linux development tools',
canonicalUrl: config.site.url,
ogType: 'website',
posts,

View file

@ -0,0 +1,420 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bold Brew 2.0: Complete Homebrew Management with Cask Support</title>
<meta name="description" content="Bold Brew 2.0 brings major new features including full Cask support, Leaves filter, XDG compliance, and enhanced security. Manage both CLI tools and GUI applications seamlessly.">
<meta name="keywords" content="Bold Brew 2.0, Homebrew casks, TUI package manager, leaves filter, XDG compliance, Homebrew GUI, terminal UI, package management, macOS apps, Linux apps">
<meta name="author" content="Valkyrie00">
<meta name="robots" content="index, follow, max-image-preview:large">
<meta name="theme-color" content="#1a1a1a">
<!-- DNS Prefetch & Preconnect for Performance -->
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net">
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin>
<link rel="dns-prefetch" href="https://www.googletagmanager.com">
<link rel="preconnect" href="https://www.googletagmanager.com" crossorigin>
<!-- OpenGraph Tags -->
<meta property="og:title" content="Bold Brew 2.0: Complete Homebrew Management with Cask Support">
<meta property="og:description" content="Bold Brew 2.0 brings major new features including full Cask support, Leaves filter, XDG compliance, and enhanced security. Manage both CLI tools and GUI applications seamlessly.">
<meta property="og:image" content="https://bold-brew.com/assets/logo/bbrew-logo-rounded.png">
<meta property="og:image:width" content="200">
<meta property="og:image:height" content="200">
<meta property="og:image:alt" content="Bold Brew Logo">
<meta property="og:url" content="https://bold-brew.com/blog/bold-brew-2-0-cask-support.html">
<meta property="og:type" content="article">
<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 2.0: Complete Homebrew Management with Cask Support">
<meta name="twitter:description" content="Bold Brew 2.0 brings major new features including full Cask support, Leaves filter, XDG compliance, and enhanced security. Manage both CLI tools and GUI applications seamlessly.">
<meta name="twitter:image" content="https://bold-brew.com/assets/logo/bbrew-logo-rounded.png">
<meta name="twitter:image:alt" content="Bold Brew Logo">
<meta name="twitter:creator" content="@Valkyrie00">
<meta name="twitter:site" 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/blog/bold-brew-2-0-cask-support.html">
<link rel="alternate" hreflang="en" href="https://bold-brew.com/blog/bold-brew-2-0-cask-support.html">
<link rel="alternate" hreflang="x-default" href="https://bold-brew.com/blog/bold-brew-2-0-cask-support.html">
<!-- 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", "Linux"],
"applicationCategory": "DeveloperApplication",
"description": "Bold Brew: A modern TUI interface for managing Homebrew packages and casks on macOS and Linux. 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"
}
}
</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 class="container my-5">
<div class="container my-4">
<nav aria-label="breadcrumb">
<div class="breadcrumb">
<div class="breadcrumb-item ">
<a href="/">Home</a>
</div>
<div class="breadcrumb-item ">
<a href="/blog/">Blog</a>
</div>
<div class="breadcrumb-item active">
Bold Brew 2.0: Complete Homebrew Management with Cask Support
</div>
</div>
</nav>
</div>
<article>
<header class="mb-5">
<h1>Bold Brew 2.0: Complete Homebrew Management with Cask Support</h1>
<div class="meta">
<span class="date">2025-10-13</span>
<span class="author">By Valkyrie00</span>
</div>
</header>
<div class="content">
<h1>Bold Brew 2.0: Complete Homebrew Management with Cask Support</h1>
<p>We&#39;re thrilled to announce <strong>Bold Brew 2.0</strong>, the biggest update since launch! This release transforms Bold Brew from a formula-only manager into a <strong>complete Homebrew management solution</strong> that handles both command-line tools and GUI applications.</p>
<h2>🎉 What&#39;s New</h2>
<h3>Full Homebrew Casks Support</h3>
<p>The most requested feature is finally here! Bold Brew now provides <strong>complete support for Homebrew Casks</strong>, allowing you to manage GUI applications and binaries directly from the same intuitive interface you love.</p>
<p><strong>What are Casks?</strong> Homebrew Casks extend Homebrew&#39;s package management to include macOS and Linux GUI applications. Instead of just installing command-line tools like <code>git</code> or <code>node</code>, you can now manage apps like Google Chrome, Visual Studio Code, Docker Desktop, and thousands more.</p>
<h4>Visual Type Indicators</h4>
<p>Never wonder what type of package you&#39;re looking at! Bold Brew 2.0 introduces clear visual indicators:</p>
<ul>
<li><code>[F]</code> - Formula (command-line tool)</li>
<li><code>[C]</code> - Cask (GUI application or binary)</li>
</ul>
<p>These tags appear throughout the interface, making it instantly clear whether you&#39;re working with a CLI tool or a desktop application.</p>
<h3>Smart Leaves Filter</h3>
<p>Tired of seeing all those dependency packages cluttering your installed list? The new <strong>Leaves Filter</strong> (press <code>L</code>) shows only packages you explicitly installed, hiding all the dependencies that came along for the ride.</p>
<p><strong>Perfect for:</strong></p>
<ul>
<li>Cleaning up your system by identifying what you actually need</li>
<li>Creating reproducible development environments</li>
<li>Understanding your actual package footprint</li>
<li>Selective updates of only your core tools</li>
</ul>
<h3>XDG Base Directory Compliance</h3>
<p>Bold Brew 2.0 now follows the <a href="https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html">XDG Base Directory Specification</a>, providing a cleaner, more standards-compliant cache management:</p>
<ul>
<li><strong>Linux</strong>: <code>~/.cache/bbrew</code> or <code>$XDG_CACHE_HOME/bbrew</code></li>
<li><strong>macOS</strong>: <code>~/Library/Caches/bbrew</code> (native macOS location!)</li>
<li><strong>Windows</strong> (WSL2): Windows Known Folders support</li>
</ul>
<p>No more random dotfiles in your home directory—everything is where it should be.</p>
<h2>🔧 Technical Improvements</h2>
<h3>Go 1.25 and Modern Tooling</h3>
<ul>
<li><strong>Updated to Go 1.25</strong> for better performance and latest language features</li>
<li><strong>Migrated to Podman</strong> and OCI-compliant Containerfile for better security</li>
<li><strong>Enhanced Makefile</strong> with 15+ new targets including <code>make test</code>, <code>make security</code>, and <code>make install</code></li>
<li><strong>Improved build system</strong> with local and containerized build options</li>
</ul>
<h3>Enhanced Security</h3>
<p>Security is a priority. Bold Brew 2.0 includes:</p>
<ul>
<li><strong>govulncheck</strong> - Automated Go vulnerability scanning</li>
<li><strong>gosec</strong> - Static security analysis</li>
<li><strong>GitHub Security integration</strong> - SARIF reports uploaded to Security tab</li>
<li><strong>Fixed memory aliasing issues</strong> - Cleaner, safer code</li>
<li><strong>Better permission handling</strong> - Secure cache directory permissions (0750)</li>
</ul>
<h3>Better User Experience</h3>
<ul>
<li><strong>Enhanced keyboard shortcuts</strong> - More intuitive navigation and filtering</li>
<li><strong>Improved error messages</strong> - Better debugging and user feedback</li>
<li><strong>Analytics integration</strong> - See popular packages based on 90-day download stats</li>
<li><strong>Real-time feedback</strong> - Live updates during package operations</li>
<li><strong>Fixed rendering issues</strong> - Proper display of all UI elements</li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>Fixed cask analytics endpoint (now correctly fetches download statistics)</li>
<li>Corrected installed casks detection (properly identifies locally installed casks)</li>
<li>Fixed tview special character rendering for type tags</li>
<li>Improved directory permission handling for cache</li>
<li>Enhanced error handling throughout the application</li>
</ul>
<h2>🚀 Getting Started</h2>
<h3>For Existing Users</h3>
<p>Update to the latest version:</p>
<pre><code class="language-bash">brew update
brew upgrade bbrew
</code></pre>
<h3>For New Users</h3>
<p>Install Bold Brew via Homebrew:</p>
<pre><code class="language-bash">brew install Valkyrie00/homebrew-bbrew/bbrew
</code></pre>
<p>Or download from the <a href="https://github.com/Valkyrie00/bold-brew/releases">releases page</a>.</p>
<h2>📖 Using the New Features</h2>
<h3>Managing Casks</h3>
<ol>
<li><strong>Filter Casks Only</strong>: Press <code>C</code> to show only Cask packages</li>
<li><strong>Search Casks</strong>: Type <code>/</code> and search for your favorite GUI app (e.g., &quot;chrome&quot;, &quot;vscode&quot;, &quot;docker&quot;)</li>
<li><strong>Install a Cask</strong>: Select it and press <code>I</code></li>
<li><strong>Update Casks</strong>: Press <code>U</code> on any outdated Cask, or <code>Ctrl+U</code> to update all</li>
</ol>
<h3>Using the Leaves Filter</h3>
<ol>
<li>Press <code>L</code> to activate the Leaves filter</li>
<li>Browse only the packages you explicitly installed</li>
<li>Identify packages you no longer need</li>
<li>Press <code>R</code> to remove unwanted packages</li>
</ol>
<h3>Keyboard Shortcuts Reference</h3>
<h4>Filters</h4>
<ul>
<li><code>F</code> - Filter installed packages</li>
<li><code>O</code> - Filter outdated packages</li>
<li><code>L</code> - Filter leaves (explicitly installed, no dependencies)</li>
<li><code>C</code> - Filter casks only</li>
</ul>
<h4>Package Operations</h4>
<ul>
<li><code>I</code> - Install selected package</li>
<li><code>U</code> - Update selected package</li>
<li><code>R</code> - Remove selected package</li>
<li><code>Ctrl+U</code> - Update all outdated packages</li>
</ul>
<h2>🌐 Cross-Platform Support</h2>
<p>Bold Brew 2.0 provides excellent support across platforms:</p>
<table>
<thead>
<tr>
<th>Platform</th>
<th>Support</th>
<th>Notes</th>
</tr>
</thead>
<tbody><tr>
<td>🍎 <strong>macOS</strong></td>
<td>✅ Full</td>
<td>Native Homebrew support with macOS-specific cache location</td>
</tr>
<tr>
<td>🐧 <strong>Linux</strong></td>
<td>✅ Full</td>
<td>Linuxbrew/Homebrew support with XDG compliance</td>
</tr>
<tr>
<td>🪟 <strong>Windows</strong></td>
<td>⚠️ Partial</td>
<td>Via WSL2 with Homebrew</td>
</tr>
</tbody></table>
<h2>🎯 What&#39;s Next</h2>
<p>We&#39;re not stopping here! Future plans include:</p>
<ul>
<li><strong>Tap management</strong> - Add and manage custom Homebrew taps</li>
<li><strong>Formulae pinning</strong> - Pin specific package versions</li>
<li><strong>Backup/restore</strong> - Export and import your package lists</li>
<li><strong>Themes</strong> - Customizable color schemes</li>
<li><strong>Plugin system</strong> - Extend Bold Brew with custom functionality</li>
</ul>
<h2>🙏 Acknowledgments</h2>
<p>A huge thank you to:</p>
<ul>
<li>The Homebrew team for the excellent package management system</li>
<li>Project Bluefin for adopting Bold Brew as their official Homebrew TUI</li>
<li>All contributors who submitted issues, PRs, and feature requests</li>
<li>The community for their continued support and feedback</li>
</ul>
<h2>📣 Spread the Word</h2>
<p>If you love Bold Brew 2.0:</p>
<ul>
<li><a href="https://github.com/Valkyrie00/bold-brew">Star the project on GitHub</a></li>
<li>🐦 Share on social media</li>
<li>📝 Write about it on your blog</li>
<li>💬 Tell your developer friends</li>
</ul>
<h2>🔗 Resources</h2>
<ul>
<li><a href="https://github.com/Valkyrie00/bold-brew">GitHub Repository</a></li>
<li><a href="https://bold-brew.com">Documentation</a></li>
<li><a href="https://github.com/Valkyrie00/bold-brew/releases">Release Notes</a></li>
<li><a href="https://github.com/Valkyrie00/bold-brew/issues">Report Issues</a></li>
</ul>
<hr>
<p><strong>Happy brewing! 🍺</strong></p>
<p><em>The Bold Brew Team</em></p>
</div>
<footer class="mt-5">
<div class="tags">
<span class="tag">Homebrew</span>
<span class="tag">macOS</span>
<span class="tag">Command Line</span>
<span class="tag">Development Tools</span>
</div>
</footer>
</article>
</main>
<footer>
<div class="container">
<p>&copy; 2025 Bold Brew | <a href="https://github.com/Valkyrie00/bold-brew" target="_blank" rel="noopener noreferrer">GitHub</a></p>
</div>
</footer>
<!-- Back to top button -->
<button class="back-to-top" aria-label="Torna in alto">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 10l7-7m0 0l7 7m-7-7v18" />
</svg>
</button>
<!-- Scripts -->
<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);
});
}
// Chiudi il menu mobile quando si clicca su un link
document.addEventListener('DOMContentLoaded', function() {
const navLinks = document.querySelectorAll('.navbar-nav .nav-link');
const menuToggle = document.getElementById('navbarNav');
const bsCollapse = new bootstrap.Collapse(menuToggle, {toggle: false});
navLinks.forEach(link => {
link.addEventListener('click', () => {
if (window.innerWidth < 992) { // Solo su mobile
bsCollapse.hide();
}
});
});
// Gestione del pulsante back-to-top
const backToTop = document.querySelector('.back-to-top');
window.addEventListener('scroll', () => {
if (window.scrollY > 300) {
backToTop.classList.add('visible');
} else {
backToTop.classList.remove('visible');
}
});
backToTop.addEventListener('click', () => {
window.scrollTo({
top: 0,
behavior: 'smooth'
});
});
});
</script>
</body>
</html>

View file

@ -0,0 +1,401 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bold Brew Named Official Homebrew TUI for Project Bluefin</title>
<meta name="description" content="Bold Brew becomes the official Terminal UI for managing Homebrew in Project Bluefin, a next-generation Linux desktop serving tens of thousands of users worldwide.">
<meta name="keywords" content="Bold Brew, Project Bluefin, Universal Blue, Fedora Silverblue, atomic desktop, official TUI, Linux desktop, Homebrew Linux, immutable OS, cloud-native desktop">
<meta name="author" content="Valkyrie00">
<meta name="robots" content="index, follow, max-image-preview:large">
<meta name="theme-color" content="#1a1a1a">
<!-- DNS Prefetch & Preconnect for Performance -->
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net">
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin>
<link rel="dns-prefetch" href="https://www.googletagmanager.com">
<link rel="preconnect" href="https://www.googletagmanager.com" crossorigin>
<!-- OpenGraph Tags -->
<meta property="og:title" content="Bold Brew Named Official Homebrew TUI for Project Bluefin">
<meta property="og:description" content="Bold Brew becomes the official Terminal UI for managing Homebrew in Project Bluefin, a next-generation Linux desktop serving tens of thousands of users worldwide.">
<meta property="og:image" content="https://bold-brew.com/assets/logo/bbrew-logo-rounded.png">
<meta property="og:image:width" content="200">
<meta property="og:image:height" content="200">
<meta property="og:image:alt" content="Bold Brew Logo">
<meta property="og:url" content="https://bold-brew.com/blog/bold-brew-official-project-bluefin-tui.html">
<meta property="og:type" content="article">
<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 Named Official Homebrew TUI for Project Bluefin">
<meta name="twitter:description" content="Bold Brew becomes the official Terminal UI for managing Homebrew in Project Bluefin, a next-generation Linux desktop serving tens of thousands of users worldwide.">
<meta name="twitter:image" content="https://bold-brew.com/assets/logo/bbrew-logo-rounded.png">
<meta name="twitter:image:alt" content="Bold Brew Logo">
<meta name="twitter:creator" content="@Valkyrie00">
<meta name="twitter:site" 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/blog/bold-brew-official-project-bluefin-tui.html">
<link rel="alternate" hreflang="en" href="https://bold-brew.com/blog/bold-brew-official-project-bluefin-tui.html">
<link rel="alternate" hreflang="x-default" href="https://bold-brew.com/blog/bold-brew-official-project-bluefin-tui.html">
<!-- 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", "Linux"],
"applicationCategory": "DeveloperApplication",
"description": "Bold Brew: A modern TUI interface for managing Homebrew packages and casks on macOS and Linux. 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"
}
}
</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 class="container my-5">
<div class="container my-4">
<nav aria-label="breadcrumb">
<div class="breadcrumb">
<div class="breadcrumb-item ">
<a href="/">Home</a>
</div>
<div class="breadcrumb-item ">
<a href="/blog/">Blog</a>
</div>
<div class="breadcrumb-item active">
Bold Brew Named Official Homebrew TUI for Project Bluefin
</div>
</div>
</nav>
</div>
<article>
<header class="mb-5">
<h1>Bold Brew Named Official Homebrew TUI for Project Bluefin</h1>
<div class="meta">
<span class="date">2025-10-13</span>
<span class="author">By Valkyrie00</span>
</div>
</header>
<div class="content">
<h1>Bold Brew Named Official Homebrew TUI for Project Bluefin</h1>
<p>We&#39;re incredibly proud to announce that <strong>Bold Brew has been selected as the official Terminal UI</strong> for managing Homebrew in <a href="https://projectbluefin.io/"><strong>Project Bluefin</strong></a>, a next-generation Linux desktop that serves tens of thousands of users worldwide!</p>
<h2>🌊 What is Project Bluefin?</h2>
<p><a href="https://projectbluefin.io/">Project Bluefin</a> is a cutting-edge Linux desktop distribution that&#39;s part of the <a href="https://universal-blue.org/">Universal Blue</a> ecosystem. Built on Fedora Atomic Desktop (formerly Silverblue), Bluefin represents the future of cloud-native desktop computing.</p>
<h3>Key Features of Bluefin</h3>
<ul>
<li><strong>Atomic Updates</strong> - System updates are atomic and can be rolled back</li>
<li><strong>Immutable Base</strong> - Core system is read-only for enhanced security</li>
<li><strong>Container-First</strong> - Development happens in containers, keeping the host clean</li>
<li><strong>Modern Tooling</strong> - Ships with the latest development tools and workflows</li>
<li><strong>Cloud-Native</strong> - Designed for modern cloud-native development practices</li>
</ul>
<p>Bluefin is perfect for developers, DevOps engineers, and anyone who wants a reliable, cutting-edge Linux desktop that &quot;just works.&quot;</p>
<h2>🎯 Why Bold Brew?</h2>
<p>Bluefin&#39;s philosophy emphasizes <strong>quality over quantity</strong> and <strong>user experience</strong> above all else. The project carefully curates every tool and application that ships with the distribution, ensuring they meet high standards for usability and reliability.</p>
<p>From the <a href="https://docs.projectbluefin.io/command-line/">Bluefin documentation</a>:</p>
<blockquote>
<p><strong>Bold Brew</strong> is included as a text based user interface (TUI) to Brew. This application features full package management for homebrew in a nice nerdy interface.</p>
</blockquote>
<p>Bold Brew was selected because it:</p>
<ul>
<li><strong>Simplifies Homebrew management</strong> with an intuitive TUI</li>
<li><strong>Aligns with Bluefin&#39;s design philosophy</strong> of modern, user-friendly tools</li>
<li><strong>Enhances the terminal experience</strong> that Bluefin is passionate about</li>
<li><strong>Works seamlessly</strong> with Bluefin&#39;s container-first workflow</li>
<li><strong>Provides both power and simplicity</strong> for all user levels</li>
</ul>
<h2>🚀 Bold Brew on Bluefin</h2>
<h3>Pre-installed and Ready</h3>
<p>Bold Brew comes <strong>pre-installed</strong> on every Bluefin system. Users can launch it simply by typing:</p>
<pre><code class="language-bash">bbrew
</code></pre>
<p>No installation, no configuration—it just works.</p>
<h3>Perfect Integration</h3>
<p>Bold Brew fits perfectly into Bluefin&#39;s command-line ecosystem, which includes:</p>
<ul>
<li><strong>Homebrew</strong> - Package manager for command-line tools</li>
<li><strong>Flatpak</strong> - GUI application management</li>
<li><strong>Podman</strong> - Container management</li>
<li><strong>ujust</strong> - System configuration and automation</li>
</ul>
<p>Together, these tools provide a complete, modern package management experience.</p>
<h3>The Bluefin CLI Experience</h3>
<p>Bluefin offers an optional enhanced CLI experience called <code>bluefin-cli</code>, which includes modern terminal tools like:</p>
<ul>
<li><code>atuin</code> for shell history</li>
<li><code>eza</code> as a modern <code>ls</code> replacement</li>
<li><code>fd</code> for finding files</li>
<li><code>ripgrep</code> for search</li>
<li><code>zoxide</code> as a smarter <code>cd</code></li>
</ul>
<p>Bold Brew complements these tools by providing visual, interactive Homebrew management that&#39;s faster and more intuitive than typing commands.</p>
<h2>📊 Impact and Reach</h2>
<p>Being adopted by Project Bluefin means Bold Brew now reaches:</p>
<ul>
<li><strong>Tens of thousands</strong> of active Bluefin users</li>
<li><strong>Developers and DevOps professionals</strong> worldwide</li>
<li><strong>Cloud-native engineers</strong> building modern applications</li>
<li><strong>Linux enthusiasts</strong> who want cutting-edge desktop experiences</li>
</ul>
<p>This partnership significantly expands Bold Brew&#39;s user base and validates our approach to TUI package management.</p>
<h2>🤝 Community and Ecosystem</h2>
<h3>Universal Blue Ecosystem</h3>
<p>Project Bluefin is part of the broader <strong>Universal Blue</strong> ecosystem, which includes:</p>
<ul>
<li><strong><a href="https://getaurora.dev/">Aurora</a></strong> - KDE Plasma variant of Bluefin</li>
<li><strong><a href="https://bazzite.gg/">Bazzite</a></strong> - Gaming-focused Linux desktop</li>
<li><strong><a href="https://projectbluefin.io/cayo">Cayo</a></strong> - Bluefin for developers</li>
</ul>
<p>Bold Brew&#39;s adoption in Bluefin opens doors to potential integration across the entire Universal Blue ecosystem, bringing our TUI to even more users and use cases.</p>
<h3>Growing Together</h3>
<p>This partnership benefits both projects:</p>
<p><strong>For Bluefin:</strong></p>
<ul>
<li>Enhanced user experience for Homebrew management</li>
<li>Modern, intuitive tool that matches their design philosophy</li>
<li>Active maintenance and feature development</li>
<li>Community-driven improvements</li>
</ul>
<p><strong>For Bold Brew:</strong></p>
<ul>
<li>Significant user base and real-world testing</li>
<li>Valuable feedback from power users</li>
<li>Integration with a respected Linux distribution</li>
<li>Increased visibility in the Linux community</li>
</ul>
<h2>🎓 What This Means for Users</h2>
<h3>Bluefin Users</h3>
<p>If you&#39;re a Bluefin user, you already have Bold Brew installed! Here&#39;s how to get started:</p>
<ol>
<li><strong>Launch Bold Brew</strong>: Just type <code>bbrew</code> in your terminal</li>
<li><strong>Explore packages</strong>: Press <code>/</code> to search for any package</li>
<li><strong>Filter views</strong>: Use <code>F</code> for installed, <code>O</code> for outdated, <code>L</code> for leaves, <code>C</code> for casks</li>
<li><strong>Manage packages</strong>: Press <code>I</code> to install, <code>U</code> to update, <code>R</code> to remove</li>
<li><strong>Stay updated</strong>: Bold Brew updates are automatically delivered with Bluefin</li>
</ol>
<h3>Bold Brew Users on Other Systems</h3>
<p>This partnership validates Bold Brew as a production-ready tool trusted by a major Linux distribution. Whether you&#39;re on macOS or Linux, you can benefit from the same tool that Bluefin trusts.</p>
<h2>🔮 Future Collaboration</h2>
<p>We&#39;re excited to deepen our collaboration with Project Bluefin:</p>
<ul>
<li><strong>Feature requests</strong> from Bluefin users will help shape Bold Brew&#39;s roadmap</li>
<li><strong>Integration improvements</strong> to make Bold Brew even more native to Bluefin</li>
<li><strong>Documentation</strong> tailored for Bluefin users</li>
<li><strong>Joint community events</strong> and user support</li>
<li><strong>Possible expansion</strong> to other Universal Blue distributions</li>
</ul>
<h2>🙏 Thank You</h2>
<p>We want to thank:</p>
<ul>
<li><strong>The Bluefin team</strong> for recognizing Bold Brew&#39;s potential and making it their official choice</li>
<li><strong>Jorge Castro</strong> and the <strong>Universal Blue</strong> community for building amazing cloud-native desktops</li>
<li><strong>The Bluefin community</strong> for welcoming Bold Brew and providing valuable feedback</li>
<li><strong>Our contributors</strong> who made Bold Brew worthy of this recognition</li>
<li><strong>The Homebrew team</strong> for creating the excellent package manager we&#39;re building on top of</li>
</ul>
<h2>📣 Try Bluefin Today</h2>
<p>Interested in experiencing the future of Linux desktops?</p>
<ol>
<li><strong>Visit</strong> <a href="https://projectbluefin.io/">projectbluefin.io</a></li>
<li><strong>Download</strong> the latest ISO</li>
<li><strong>Install</strong> and experience Bold Brew out of the box</li>
<li><strong>Join</strong> the <a href="https://universal-blue.discourse.group/">Bluefin community</a> on Discourse</li>
</ol>
<h2>🔗 Resources</h2>
<h3>Bold Brew</h3>
<ul>
<li><a href="https://github.com/Valkyrie00/bold-brew">GitHub Repository</a></li>
<li><a href="https://bold-brew.com">Documentation</a></li>
<li><a href="https://github.com/Valkyrie00/bold-brew/releases">Releases</a></li>
</ul>
<h3>Project Bluefin</h3>
<ul>
<li><a href="https://projectbluefin.io/">Official Website</a></li>
<li><a href="https://docs.projectbluefin.io/">Documentation</a></li>
<li><a href="https://docs.projectbluefin.io/command-line/">Command Line Guide</a></li>
<li><a href="https://github.com/ublue-os/bluefin">GitHub</a></li>
</ul>
<h3>Universal Blue</h3>
<ul>
<li><a href="https://universal-blue.org/">Website</a></li>
<li><a href="https://universal-blue.discourse.group/">Discourse Community</a></li>
<li><a href="https://github.com/ublue-os">GitHub Organization</a></li>
</ul>
<hr>
<p><strong>This is just the beginning of an exciting partnership!</strong> 🎉</p>
</div>
<footer class="mt-5">
<div class="tags">
<span class="tag">Homebrew</span>
<span class="tag">macOS</span>
<span class="tag">Command Line</span>
<span class="tag">Development Tools</span>
</div>
</footer>
</article>
</main>
<footer>
<div class="container">
<p>&copy; 2025 Bold Brew | <a href="https://github.com/Valkyrie00/bold-brew" target="_blank" rel="noopener noreferrer">GitHub</a></p>
</div>
</footer>
<!-- Back to top button -->
<button class="back-to-top" aria-label="Torna in alto">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 10l7-7m0 0l7 7m-7-7v18" />
</svg>
</button>
<!-- Scripts -->
<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);
});
}
// Chiudi il menu mobile quando si clicca su un link
document.addEventListener('DOMContentLoaded', function() {
const navLinks = document.querySelectorAll('.navbar-nav .nav-link');
const menuToggle = document.getElementById('navbarNav');
const bsCollapse = new bootstrap.Collapse(menuToggle, {toggle: false});
navLinks.forEach(link => {
link.addEventListener('click', () => {
if (window.innerWidth < 992) { // Solo su mobile
bsCollapse.hide();
}
});
});
// Gestione del pulsante back-to-top
const backToTop = document.querySelector('.back-to-top');
window.addEventListener('scroll', () => {
if (window.scrollY > 300) {
backToTop.classList.add('visible');
} else {
backToTop.classList.remove('visible');
}
});
backToTop.addEventListener('click', () => {
window.scrollTo({
top: 0,
behavior: 'smooth'
});
});
});
</script>
</body>
</html>

View file

@ -10,10 +10,19 @@
<meta name="robots" content="index, follow, max-image-preview:large">
<meta name="theme-color" content="#1a1a1a">
<!-- DNS Prefetch & Preconnect for Performance -->
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net">
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin>
<link rel="dns-prefetch" href="https://www.googletagmanager.com">
<link rel="preconnect" href="https://www.googletagmanager.com" crossorigin>
<!-- OpenGraph Tags -->
<meta property="og:title" content="10 Essential Homebrew Commands You Should Know">
<meta property="og:description" content="Master the most important Homebrew commands for macOS package management. Learn how to install, update, and manage packages efficiently.">
<meta property="og:image" content="https://bold-brew.com/assets/logo/bbrew-logo-rounded.png">
<meta property="og:image:width" content="200">
<meta property="og:image:height" content="200">
<meta property="og:image:alt" content="Bold Brew Logo">
<meta property="og:url" content="https://bold-brew.com/blog/essential-homebrew-commands.html">
<meta property="og:type" content="article">
<meta property="og:site_name" content="Bold Brew">
@ -23,7 +32,9 @@
<meta name="twitter:title" content="10 Essential Homebrew Commands You Should Know">
<meta name="twitter:description" content="Master the most important Homebrew commands for macOS package management. Learn how to install, update, and manage packages efficiently.">
<meta name="twitter:image" content="https://bold-brew.com/assets/logo/bbrew-logo-rounded.png">
<meta name="twitter:image:alt" content="Bold Brew Logo">
<meta name="twitter:creator" content="@Valkyrie00">
<meta name="twitter:site" content="@Valkyrie00">
<!-- Additional SEO Meta Tags -->
<meta name="application-name" content="Bold Brew">
@ -64,9 +75,9 @@
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Bold Brew (bbrew)",
"operatingSystem": "macOS",
"operatingSystem": ["macOS", "Linux"],
"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.",
"description": "Bold Brew: A modern TUI interface for managing Homebrew packages and casks on macOS and Linux. Effortlessly install, search, update, and remove packages with an elegant and intuitive interface.",
"url": "https://bold-brew.com",
"author": {
"@type": "Person",
@ -76,11 +87,6 @@
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"ratingCount": "150"
}
}
</script>
@ -250,7 +256,7 @@
<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>
<p>&copy; 2025 Bold Brew | <a href="https://github.com/Valkyrie00/bold-brew" target="_blank" rel="noopener noreferrer">GitHub</a></p>
</div>
</footer>

View file

@ -10,10 +10,19 @@
<meta name="robots" content="index, follow, max-image-preview:large">
<meta name="theme-color" content="#1a1a1a">
<!-- DNS Prefetch & Preconnect for Performance -->
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net">
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin>
<link rel="dns-prefetch" href="https://www.googletagmanager.com">
<link rel="preconnect" href="https://www.googletagmanager.com" crossorigin>
<!-- OpenGraph Tags -->
<meta property="og:title" content="Blog | Bold Brew (bbrew)">
<meta property="og:description" content="Tips, tutorials, and guides for managing Homebrew packages on macOS">
<meta property="og:image" content="https://bold-brew.com/assets/logo/bbrew-logo-rounded.png">
<meta property="og:image:width" content="200">
<meta property="og:image:height" content="200">
<meta property="og:image:alt" content="Bold Brew Logo">
<meta property="og:url" content="https://bold-brew.com/blog/">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Bold Brew">
@ -23,7 +32,9 @@
<meta name="twitter:title" content="Blog | Bold Brew (bbrew)">
<meta name="twitter:description" content="Tips, tutorials, and guides for managing Homebrew packages on macOS">
<meta name="twitter:image" content="https://bold-brew.com/assets/logo/bbrew-logo-rounded.png">
<meta name="twitter:image:alt" content="Bold Brew Logo">
<meta name="twitter:creator" content="@Valkyrie00">
<meta name="twitter:site" content="@Valkyrie00">
<!-- Additional SEO Meta Tags -->
<meta name="application-name" content="Bold Brew">
@ -64,9 +75,9 @@
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Bold Brew (bbrew)",
"operatingSystem": "macOS",
"operatingSystem": ["macOS", "Linux"],
"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.",
"description": "Bold Brew: A modern TUI interface for managing Homebrew packages and casks on macOS and Linux. Effortlessly install, search, update, and remove packages with an elegant and intuitive interface.",
"url": "https://bold-brew.com",
"author": {
"@type": "Person",
@ -76,11 +87,6 @@
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"ratingCount": "150"
}
}
</script>
@ -153,13 +159,43 @@
<header class="mb-5">
<h1>Bold Brew Blog</h1>
<p class="lead">Tips, tutorials, and guides for managing Homebrew packages on macOS</p>
<p class="lead">Tips, tutorials, and guides for managing Homebrew packages and casks</p>
</header>
<div class="row">
<div class="col-lg-8">
<div class="blog-posts">
<article class="blog-post mb-5">
<div class="post-meta">
<span class="date">2025-10-13</span>
<span class="author">By Valkyrie00</span>
</div>
<h2><a href="/blog/bold-brew-2-0-cask-support.html">Bold Brew 2.0: Complete Homebrew Management with Cask Support</a></h2>
<p class="excerpt">Bold Brew 2.0 brings major new features including full Cask support, Leaves filter, XDG compliance, and enhanced security. Manage both CLI tools and GUI applications seamlessly.</p>
<div class="tags">
<span class="tag">Homebrew</span>
<span class="tag">TUI</span>
<span class="tag">Command Line</span>
</div>
<a href="/blog/bold-brew-2-0-cask-support.html" class="read-more">Read more →</a>
</article>
<article class="blog-post mb-5">
<div class="post-meta">
<span class="date">2025-10-13</span>
<span class="author">By Valkyrie00</span>
</div>
<h2><a href="/blog/bold-brew-official-project-bluefin-tui.html">Bold Brew Named Official Homebrew TUI for Project Bluefin</a></h2>
<p class="excerpt">Bold Brew becomes the official Terminal UI for managing Homebrew in Project Bluefin, a next-generation Linux desktop serving tens of thousands of users worldwide.</p>
<div class="tags">
<span class="tag">Homebrew</span>
<span class="tag">TUI</span>
<span class="tag">Command Line</span>
</div>
<a href="/blog/bold-brew-official-project-bluefin-tui.html" class="read-more">Read more →</a>
</article>
<article class="blog-post mb-5">
<div class="post-meta">
<span class="date">2025-04-12</span>
@ -169,7 +205,7 @@
<p class="excerpt">Discover essential Homebrew packages for macOS developers. A curated list of the best development tools every programmer should install.</p>
<div class="tags">
<span class="tag">Homebrew</span>
<span class="tag">macOS</span>
<span class="tag">TUI</span>
<span class="tag">Command Line</span>
</div>
<a href="/blog/top-homebrew-packages-for-developers.html" class="read-more">Read more →</a>
@ -184,7 +220,7 @@
<p class="excerpt">Master the most important Homebrew commands for macOS package management. Learn how to install, update, and manage packages efficiently.</p>
<div class="tags">
<span class="tag">Homebrew</span>
<span class="tag">macOS</span>
<span class="tag">TUI</span>
<span class="tag">Command Line</span>
</div>
<a href="/blog/essential-homebrew-commands.html" class="read-more">Read more →</a>
@ -199,7 +235,7 @@
<p class="excerpt">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>
<div class="tags">
<span class="tag">Homebrew</span>
<span class="tag">macOS</span>
<span class="tag">TUI</span>
<span class="tag">Command Line</span>
</div>
<a href="/blog/install-homebrew-macos.html" class="read-more">Read more →</a>
@ -214,7 +250,7 @@
<p class="excerpt">Learn how to efficiently manage Homebrew packages on macOS using Bold Brew. Discover best practices, tips, and tricks for package management.</p>
<div class="tags">
<span class="tag">Homebrew</span>
<span class="tag">macOS</span>
<span class="tag">TUI</span>
<span class="tag">Command Line</span>
</div>
<a href="/blog/managing-homebrew-packages.html" class="read-more">Read more →</a>
@ -227,7 +263,7 @@
<div class="sidebar">
<div class="widget mb-4">
<h3>About Bold Brew</h3>
<p>Bold Brew is a modern Terminal User Interface (TUI) for managing Homebrew packages on macOS. It makes package management more intuitive and efficient.</p>
<p>Bold Brew is a modern Terminal User Interface (TUI) for managing Homebrew packages and casks on macOS and Linux.</p>
<a href="/#install" class="btn btn-primary">Install Now</a>
</div>
@ -235,10 +271,10 @@
<h3>Popular Tags</h3>
<div class="tags">
<a href="#" class="tag">Homebrew</a>
<a href="#" class="tag">macOS</a>
<a href="#" class="tag">Command Line</a>
<a href="#" class="tag">TUI</a>
<a href="#" class="tag">Casks</a>
<a href="#" class="tag">Package Management</a>
<a href="#" class="tag">Development Tools</a>
<a href="#" class="tag">Project Bluefin</a>
</div>
</div>
@ -255,7 +291,7 @@
<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>
<p>&copy; 2025 Bold Brew | <a href="https://github.com/Valkyrie00/bold-brew" target="_blank" rel="noopener noreferrer">GitHub</a></p>
</div>
</footer>

View file

@ -10,10 +10,19 @@
<meta name="robots" content="index, follow, max-image-preview:large">
<meta name="theme-color" content="#1a1a1a">
<!-- DNS Prefetch & Preconnect for Performance -->
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net">
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin>
<link rel="dns-prefetch" href="https://www.googletagmanager.com">
<link rel="preconnect" href="https://www.googletagmanager.com" crossorigin>
<!-- OpenGraph Tags -->
<meta property="og:title" content="How to Install and Configure Homebrew on macOS">
<meta property="og:description" content="Learn how to install and configure Homebrew on macOS. A step-by-step guide to setting up the most popular package manager for macOS.">
<meta property="og:image" content="https://bold-brew.com/assets/logo/bbrew-logo-rounded.png">
<meta property="og:image:width" content="200">
<meta property="og:image:height" content="200">
<meta property="og:image:alt" content="Bold Brew Logo">
<meta property="og:url" content="https://bold-brew.com/blog/install-homebrew-macos.html">
<meta property="og:type" content="article">
<meta property="og:site_name" content="Bold Brew">
@ -23,7 +32,9 @@
<meta name="twitter:title" content="How to Install and Configure Homebrew on macOS">
<meta name="twitter:description" content="Learn how to install and configure Homebrew on macOS. A step-by-step guide to setting up the most popular package manager for macOS.">
<meta name="twitter:image" content="https://bold-brew.com/assets/logo/bbrew-logo-rounded.png">
<meta name="twitter:image:alt" content="Bold Brew Logo">
<meta name="twitter:creator" content="@Valkyrie00">
<meta name="twitter:site" content="@Valkyrie00">
<!-- Additional SEO Meta Tags -->
<meta name="application-name" content="Bold Brew">
@ -64,9 +75,9 @@
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Bold Brew (bbrew)",
"operatingSystem": "macOS",
"operatingSystem": ["macOS", "Linux"],
"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.",
"description": "Bold Brew: A modern TUI interface for managing Homebrew packages and casks on macOS and Linux. Effortlessly install, search, update, and remove packages with an elegant and intuitive interface.",
"url": "https://bold-brew.com",
"author": {
"@type": "Person",
@ -76,11 +87,6 @@
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"ratingCount": "150"
}
}
</script>
@ -265,7 +271,7 @@ export HOMEBREW_CORE_GIT_REMOTE=&quot;https://mirrors.tuna.tsinghua.edu.cn/git/h
<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>
<p>&copy; 2025 Bold Brew | <a href="https://github.com/Valkyrie00/bold-brew" target="_blank" rel="noopener noreferrer">GitHub</a></p>
</div>
</footer>

View file

@ -10,10 +10,19 @@
<meta name="robots" content="index, follow, max-image-preview:large">
<meta name="theme-color" content="#1a1a1a">
<!-- DNS Prefetch & Preconnect for Performance -->
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net">
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin>
<link rel="dns-prefetch" href="https://www.googletagmanager.com">
<link rel="preconnect" href="https://www.googletagmanager.com" crossorigin>
<!-- OpenGraph Tags -->
<meta property="og:title" content="Managing Homebrew Packages on macOS with Bold Brew">
<meta property="og:description" content="Learn how to efficiently manage Homebrew packages on macOS using Bold Brew. Discover best practices, tips, and tricks for package management.">
<meta property="og:image" content="https://bold-brew.com/assets/logo/bbrew-logo-rounded.png">
<meta property="og:image:width" content="200">
<meta property="og:image:height" content="200">
<meta property="og:image:alt" content="Bold Brew Logo">
<meta property="og:url" content="https://bold-brew.com/blog/managing-homebrew-packages.html">
<meta property="og:type" content="article">
<meta property="og:site_name" content="Bold Brew">
@ -23,7 +32,9 @@
<meta name="twitter:title" content="Managing Homebrew Packages on macOS with Bold Brew">
<meta name="twitter:description" content="Learn how to efficiently manage Homebrew packages on macOS using Bold Brew. Discover best practices, tips, and tricks for package management.">
<meta name="twitter:image" content="https://bold-brew.com/assets/logo/bbrew-logo-rounded.png">
<meta name="twitter:image:alt" content="Bold Brew Logo">
<meta name="twitter:creator" content="@Valkyrie00">
<meta name="twitter:site" content="@Valkyrie00">
<!-- Additional SEO Meta Tags -->
<meta name="application-name" content="Bold Brew">
@ -64,9 +75,9 @@
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Bold Brew (bbrew)",
"operatingSystem": "macOS",
"operatingSystem": ["macOS", "Linux"],
"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.",
"description": "Bold Brew: A modern TUI interface for managing Homebrew packages and casks on macOS and Linux. Effortlessly install, search, update, and remove packages with an elegant and intuitive interface.",
"url": "https://bold-brew.com",
"author": {
"@type": "Person",
@ -76,11 +87,6 @@
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"ratingCount": "150"
}
}
</script>
@ -291,7 +297,7 @@
<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>
<p>&copy; 2025 Bold Brew | <a href="https://github.com/Valkyrie00/bold-brew" target="_blank" rel="noopener noreferrer">GitHub</a></p>
</div>
</footer>

View file

@ -10,10 +10,19 @@
<meta name="robots" content="index, follow, max-image-preview:large">
<meta name="theme-color" content="#1a1a1a">
<!-- DNS Prefetch & Preconnect for Performance -->
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net">
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin>
<link rel="dns-prefetch" href="https://www.googletagmanager.com">
<link rel="preconnect" href="https://www.googletagmanager.com" crossorigin>
<!-- OpenGraph Tags -->
<meta property="og:title" content="Top 20 Homebrew Packages for Developers in 2024">
<meta property="og:description" content="Discover essential Homebrew packages for macOS developers. A curated list of the best development tools every programmer should install.">
<meta property="og:image" content="https://bold-brew.com/assets/logo/bbrew-logo-rounded.png">
<meta property="og:image:width" content="200">
<meta property="og:image:height" content="200">
<meta property="og:image:alt" content="Bold Brew Logo">
<meta property="og:url" content="https://bold-brew.com/blog/top-homebrew-packages-for-developers.html">
<meta property="og:type" content="article">
<meta property="og:site_name" content="Bold Brew">
@ -23,7 +32,9 @@
<meta name="twitter:title" content="Top 20 Homebrew Packages for Developers in 2024">
<meta name="twitter:description" content="Discover essential Homebrew packages for macOS developers. A curated list of the best development tools every programmer should install.">
<meta name="twitter:image" content="https://bold-brew.com/assets/logo/bbrew-logo-rounded.png">
<meta name="twitter:image:alt" content="Bold Brew Logo">
<meta name="twitter:creator" content="@Valkyrie00">
<meta name="twitter:site" content="@Valkyrie00">
<!-- Additional SEO Meta Tags -->
<meta name="application-name" content="Bold Brew">
@ -64,9 +75,9 @@
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Bold Brew (bbrew)",
"operatingSystem": "macOS",
"operatingSystem": ["macOS", "Linux"],
"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.",
"description": "Bold Brew: A modern TUI interface for managing Homebrew packages and casks on macOS and Linux. Effortlessly install, search, update, and remove packages with an elegant and intuitive interface.",
"url": "https://bold-brew.com",
"author": {
"@type": "Person",
@ -76,11 +87,6 @@
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"ratingCount": "150"
}
}
</script>
@ -313,7 +319,7 @@
<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>
<p>&copy; 2025 Bold Brew | <a href="https://github.com/Valkyrie00/bold-brew" target="_blank" rel="noopener noreferrer">GitHub</a></p>
</div>
</footer>

View file

@ -3,27 +3,38 @@
<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">
<title>Bold Brew (bbrew) - Modern Homebrew TUI Manager for macOS and Linux</title>
<meta name="description" content="Bold Brew (bbrew) is the modern Terminal User Interface for Homebrew on macOS and Linux. Install, update, and manage packages and casks with an elegant TUI.">
<meta name="keywords" content="bbrew, Bold Brew, Homebrew TUI, macOS package manager, Linux package manager, Homebrew casks, Homebrew GUI, terminal package manager, Homebrew alternative, Project Bluefin, macOS development tools, Linux development tools">
<meta name="author" content="Valkyrie00">
<meta name="robots" content="index, follow, max-image-preview:large">
<meta name="theme-color" content="#1a1a1a">
<!-- DNS Prefetch & Preconnect for Performance -->
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net">
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin>
<link rel="dns-prefetch" href="https://www.googletagmanager.com">
<link rel="preconnect" href="https://www.googletagmanager.com" crossorigin>
<!-- 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:title" content="Bold Brew (bbrew) - Modern Homebrew TUI Manager for macOS and Linux">
<meta property="og:description" content="Bold Brew (bbrew) is the modern Terminal User Interface for Homebrew on macOS and Linux. Install, update, and manage packages and casks with an elegant TUI.">
<meta property="og:image" content="https://bold-brew.com/assets/logo/bbrew-logo-rounded.png">
<meta property="og:image:width" content="200">
<meta property="og:image:height" content="200">
<meta property="og:image:alt" content="Bold Brew Logo">
<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:title" content="Bold Brew (bbrew) - Modern Homebrew TUI Manager for macOS and Linux">
<meta name="twitter:description" content="Bold Brew (bbrew) is the modern Terminal User Interface for Homebrew on macOS and Linux. Install, update, and manage packages and casks with an elegant TUI.">
<meta name="twitter:image" content="https://bold-brew.com/assets/logo/bbrew-logo-rounded.png">
<meta name="twitter:image:alt" content="Bold Brew Logo">
<meta name="twitter:creator" content="@Valkyrie00">
<meta name="twitter:site" content="@Valkyrie00">
<!-- Additional SEO Meta Tags -->
<meta name="application-name" content="Bold Brew">
@ -64,9 +75,9 @@
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Bold Brew (bbrew)",
"operatingSystem": "macOS",
"operatingSystem": ["macOS", "Linux"],
"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.",
"description": "Bold Brew: A modern TUI interface for managing Homebrew packages and casks on macOS and Linux. Effortlessly install, search, update, and remove packages with an elegant and intuitive interface.",
"url": "https://bold-brew.com",
"author": {
"@type": "Person",
@ -76,11 +87,6 @@
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"ratingCount": "150"
}
}
</script>
@ -136,12 +142,14 @@
<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>
<p class="lead">The modern Terminal UI for managing Homebrew packages and casks on macOS and Linux.</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://github.com/Valkyrie00/bold-brew/workflows/Security/badge.svg" alt="Security" width="100" height="20">
<img src="https://img.shields.io/github/downloads/Valkyrie00/bold-brew/total" alt="Downloads" width="100" height="20">
<img src="https://img.shields.io/badge/Featured_in-Project_Bluefin-0091e2" alt="Project Bluefin" width="140" height="20">
</div>
<div class="hero-cta">
<a href="#install" class="btn-primary">Start Now</a>
@ -239,29 +247,68 @@
</div>
</section>
<section class="bluefin-banner" style="background: linear-gradient(135deg, #0091e2 0%, #5865f2 100%); color: white; padding: 3rem 0; margin: 2rem 0;">
<div class="container text-center">
<h2 style="color: white; margin-bottom: 1rem;">🌟 Official Homebrew TUI for Project Bluefin</h2>
<p class="lead" style="color: rgba(255,255,255,0.95); margin-bottom: 1.5rem;">
Bold Brew is the official Terminal UI for managing Homebrew in <strong>Project Bluefin</strong>,
a next-generation Linux desktop serving tens of thousands of users worldwide.
</p>
<div style="display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;">
<a href="https://projectbluefin.io/" target="_blank" class="btn" style="background: white; color: #0091e2; padding: 0.75rem 1.5rem; border-radius: 8px; text-decoration: none; font-weight: 600;">
Learn About Bluefin →
</a>
<a href="blog/bold-brew-official-project-bluefin-tui.html" class="btn" style="background: rgba(255,255,255,0.2); color: white; padding: 0.75rem 1.5rem; border-radius: 8px; text-decoration: none; font-weight: 600; border: 2px solid white;">
Read Announcement →
</a>
</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="row g-4">
<div class="col-md-4">
<div class="feature-card">
<i class="fas fa-cube"></i>
<h3>Formulae & Casks</h3>
<p>Manage both CLI tools and GUI applications. Full support for Homebrew formulae and casks in one interface.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature-card">
<i class="fas fa-filter"></i>
<h3>Smart Filters</h3>
<p>Filter by installed, outdated, leaves (explicitly installed), or casks. Find what you need instantly.</p>
</div>
</div>
<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>
<h3>Fuzzy Search</h3>
<p>Fast fuzzy search across all packages with real-time results and analytics integration.</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>
<i class="fas fa-rocket"></i>
<h3>Real-time Updates</h3>
<p>Live feedback during installations, updates, and removals with detailed progress information.</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>
<i class="fas fa-shield-alt"></i>
<h3>Secure & Compliant</h3>
<p>XDG Base Directory compliant with automated security scanning and vulnerability checks.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature-card">
<i class="fas fa-keyboard"></i>
<h3>Keyboard Shortcuts</h3>
<p>Intuitive keybindings for all operations. Navigate and manage packages without touching the mouse.</p>
</div>
</div>
</div>
@ -273,6 +320,28 @@
<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">2025-10-13</span>
</div>
<h3><a href="/blog/bold-brew-2-0-cask-support.html">Bold Brew 2.0: Complete Homebrew Management with Cask Support</a></h3>
<p>Bold Brew 2.0 brings major new features including full Cask support, Leaves filter, XDG compliance, and enhanced security. Manage both CLI tools and GUI applications seamlessly.</p>
<a href="/blog/bold-brew-2-0-cask-support.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">2025-10-13</span>
</div>
<h3><a href="/blog/bold-brew-official-project-bluefin-tui.html">Bold Brew Named Official Homebrew TUI for Project Bluefin</a></h3>
<p>Bold Brew becomes the official Terminal UI for managing Homebrew in Project Bluefin, a next-generation Linux desktop serving tens of thousands of users worldwide.</p>
<a href="/blog/bold-brew-official-project-bluefin-tui.html" class="read-more">Read more →</a>
</div>
</div>
<div class="col-md-4">
<div class="blog-card">
<div class="post-meta">
@ -284,28 +353,6 @@
</div>
</div>
<div class="col-md-4">
<div class="blog-card">
<div class="post-meta">
<span class="date">2025-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">2025-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>
<div class="text-center mt-4">
<a href="blog/" class="btn btn-primary">View All Articles</a>
@ -315,23 +362,25 @@
<section class="seo-content" aria-label="Additional Information">
<div class="container">
<h2>Manage Homebrew Packages on macOS with Bold Brew</h2>
<h2>Manage Homebrew Packages and Casks 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>
<p><strong>Bold Brew</strong> transforms the way developers manage <strong>Homebrew packages and casks</strong> across macOS and Linux with its elegant Terminal User Interface. Stop struggling with complex command-line syntax and enjoy a streamlined package management experience for both CLI tools and GUI applications.</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>Why Developers Choose Bold Brew</h3>
<p>Managing your <strong>Homebrew ecosystem</strong> has never been easier. Bold Brew 2.0 provides complete support for both formulae (command-line tools) and casks (GUI applications), with 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>
<h3>Key Benefits for 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>
<li><strong>Complete package management</strong> for both CLI tools and GUI applications</li>
<li><strong>Smart filtering</strong> by installed, outdated, leaves, or casks</li>
<li><strong>Faster package discovery</strong> with fuzzy search and analytics</li>
<li><strong>XDG Base Directory compliance</strong> for clean cache management</li>
<li><strong>Streamlined updates</strong> for all Homebrew packages with visual progress</li>
<li><strong>Keyboard-driven workflow</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>
<p>Trusted by <strong>Project Bluefin</strong> and used by <strong>tens of thousands of developers</strong>, Bold Brew integrates perfectly with your workflow while reducing cognitive load and increasing productivity on macOS and Linux.</p>
</div>
</div>
</div>
@ -339,27 +388,28 @@
<section class="about-section" id="about" aria-label="About">
<div class="container">
<h2>About Bold Brew for macOS</h2>
<h2>About Bold Brew</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>
<p class="lead">The modern Homebrew TUI that developers trust—from macOS to Linux</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>
<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. Version 2.0 brings complete support for both formulae (CLI tools) and casks (GUI applications).</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>
<h3>Complete Homebrew Integration</h3>
<p>As the official Homebrew TUI for Project Bluefin, Bold Brew seamlessly integrates with your existing Homebrew installation. All operations—from searching packages to managing casks, filtering leaves, and updating dependencies—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>
<h4>Platform Support</h4>
<ul>
<li>macOS 10.15 Catalina or newer</li>
<li>Homebrew installation</li>
<li>Terminal with true color support</li>
<li><strong>macOS:</strong> Full support (10.15 Catalina or newer)</li>
<li><strong>Linux:</strong> Full support (Project Bluefin, Linuxbrew, Homebrew on Linux)</li>
<li>Requires: Homebrew installation, 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>
<h3>Trusted by the Community</h3>
<p>Bold Brew is pre-installed in Project Bluefin, serving tens of thousands of developers worldwide. Whether you're a seasoned developer or new to package management, Bold Brew streamlines your workflow and makes Homebrew more accessible than ever before.</p>
</div>
</div>
</div>
@ -381,7 +431,7 @@
</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>
<p>Bold Brew (bbrew) is a modern Terminal User Interface for managing Homebrew packages and casks on macOS and Linux. It provides an elegant and intuitive way to install, update, and manage both command-line tools (formulae) and GUI applications (casks) without memorizing complex commands. It's the official Homebrew TUI for Project Bluefin.</p>
</div>
</div>
@ -437,7 +487,20 @@
</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>
<p>Yes! Bold Brew has full support for Linux (it's the official TUI for Project Bluefin). It works anywhere Homebrew is installed.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question" data-bs-toggle="collapse" data-bs-target="#faq7">
<h3>What's new in Bold Brew 2.0?</h3>
<div class="faq-icon">
<span class="plus">+</span>
<span class="minus"></span>
</div>
</div>
<div id="faq7" class="faq-answer collapse" data-bs-parent="#faqAccordion">
<p>Version 2.0 introduces full Homebrew Casks support (GUI applications), a Leaves filter (explicitly installed packages), XDG Base Directory compliance, enhanced security scanning, and many performance improvements. <a href="blog/bold-brew-2-0-cask-support.html">Read the full announcement</a>.</p>
</div>
</div>
@ -462,7 +525,7 @@
<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>
<p>&copy; 2025 Bold Brew | <a href="https://github.com/Valkyrie00/bold-brew" target="_blank" rel="noopener noreferrer">GitHub</a></p>
</div>
</footer>

View file

@ -2,16 +2,28 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://bold-brew.com/</loc>
<lastmod>2025-04-13</lastmod>
<lastmod>2025-10-13</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://bold-brew.com/blog/</loc>
<lastmod>2025-04-13</lastmod>
<lastmod>2025-10-13</lastmod>
<changefreq>weekly</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>https://bold-brew.com/blog/bold-brew-2-0-cask-support.html</loc>
<lastmod>2025-10-13</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://bold-brew.com/blog/bold-brew-official-project-bluefin-tui.html</loc>
<lastmod>2025-10-13</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://bold-brew.com/blog/top-homebrew-packages-for-developers.html</loc>
<lastmod>2025-04-12</lastmod>

View file

@ -0,0 +1,180 @@
---
title: "Bold Brew 2.0: Complete Homebrew Management with Cask Support"
date: "2025-10-13"
description: "Bold Brew 2.0 brings major new features including full Cask support, Leaves filter, XDG compliance, and enhanced security. Manage both CLI tools and GUI applications seamlessly."
keywords: "Bold Brew 2.0, Homebrew casks, TUI package manager, leaves filter, XDG compliance, Homebrew GUI, terminal UI, package management, macOS apps, Linux apps"
---
# Bold Brew 2.0: Complete Homebrew Management with Cask Support
We're thrilled to announce **Bold Brew 2.0**, the biggest update since launch! This release transforms Bold Brew from a formula-only manager into a **complete Homebrew management solution** that handles both command-line tools and GUI applications.
## 🎉 What's New
### Full Homebrew Casks Support
The most requested feature is finally here! Bold Brew now provides **complete support for Homebrew Casks**, allowing you to manage GUI applications and binaries directly from the same intuitive interface you love.
**What are Casks?** Homebrew Casks extend Homebrew's package management to include macOS and Linux GUI applications. Instead of just installing command-line tools like `git` or `node`, you can now manage apps like Google Chrome, Visual Studio Code, Docker Desktop, and thousands more.
#### Visual Type Indicators
Never wonder what type of package you're looking at! Bold Brew 2.0 introduces clear visual indicators:
- `[F]` - Formula (command-line tool)
- `[C]` - Cask (GUI application or binary)
These tags appear throughout the interface, making it instantly clear whether you're working with a CLI tool or a desktop application.
### Smart Leaves Filter
Tired of seeing all those dependency packages cluttering your installed list? The new **Leaves Filter** (press `L`) shows only packages you explicitly installed, hiding all the dependencies that came along for the ride.
**Perfect for:**
- Cleaning up your system by identifying what you actually need
- Creating reproducible development environments
- Understanding your actual package footprint
- Selective updates of only your core tools
### XDG Base Directory Compliance
Bold Brew 2.0 now follows the [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html), providing a cleaner, more standards-compliant cache management:
- **Linux**: `~/.cache/bbrew` or `$XDG_CACHE_HOME/bbrew`
- **macOS**: `~/Library/Caches/bbrew` (native macOS location!)
- **Windows** (WSL2): Windows Known Folders support
No more random dotfiles in your home directory—everything is where it should be.
## 🔧 Technical Improvements
### Go 1.25 and Modern Tooling
- **Updated to Go 1.25** for better performance and latest language features
- **Migrated to Podman** and OCI-compliant Containerfile for better security
- **Enhanced Makefile** with 15+ new targets including `make test`, `make security`, and `make install`
- **Improved build system** with local and containerized build options
### Enhanced Security
Security is a priority. Bold Brew 2.0 includes:
- **govulncheck** - Automated Go vulnerability scanning
- **gosec** - Static security analysis
- **GitHub Security integration** - SARIF reports uploaded to Security tab
- **Fixed memory aliasing issues** - Cleaner, safer code
- **Better permission handling** - Secure cache directory permissions (0750)
### Better User Experience
- **Enhanced keyboard shortcuts** - More intuitive navigation and filtering
- **Improved error messages** - Better debugging and user feedback
- **Analytics integration** - See popular packages based on 90-day download stats
- **Real-time feedback** - Live updates during package operations
- **Fixed rendering issues** - Proper display of all UI elements
## 🐛 Bug Fixes
- Fixed cask analytics endpoint (now correctly fetches download statistics)
- Corrected installed casks detection (properly identifies locally installed casks)
- Fixed tview special character rendering for type tags
- Improved directory permission handling for cache
- Enhanced error handling throughout the application
## 🚀 Getting Started
### For Existing Users
Update to the latest version:
```bash
brew update
brew upgrade bbrew
```
### For New Users
Install Bold Brew via Homebrew:
```bash
brew install Valkyrie00/homebrew-bbrew/bbrew
```
Or download from the [releases page](https://github.com/Valkyrie00/bold-brew/releases).
## 📖 Using the New Features
### Managing Casks
1. **Filter Casks Only**: Press `C` to show only Cask packages
2. **Search Casks**: Type `/` and search for your favorite GUI app (e.g., "chrome", "vscode", "docker")
3. **Install a Cask**: Select it and press `I`
4. **Update Casks**: Press `U` on any outdated Cask, or `Ctrl+U` to update all
### Using the Leaves Filter
1. Press `L` to activate the Leaves filter
2. Browse only the packages you explicitly installed
3. Identify packages you no longer need
4. Press `R` to remove unwanted packages
### Keyboard Shortcuts Reference
#### Filters
- `F` - Filter installed packages
- `O` - Filter outdated packages
- `L` - Filter leaves (explicitly installed, no dependencies)
- `C` - Filter casks only
#### Package Operations
- `I` - Install selected package
- `U` - Update selected package
- `R` - Remove selected package
- `Ctrl+U` - Update all outdated packages
## 🌐 Cross-Platform Support
Bold Brew 2.0 provides excellent support across platforms:
| Platform | Support | Notes |
|----------|---------|-------|
| 🍎 **macOS** | ✅ Full | Native Homebrew support with macOS-specific cache location |
| 🐧 **Linux** | ✅ Full | Linuxbrew/Homebrew support with XDG compliance |
| 🪟 **Windows** | ⚠️ Partial | Via WSL2 with Homebrew |
## 🎯 What's Next
We're not stopping here! Future plans include:
- **Tap management** - Add and manage custom Homebrew taps
- **Formulae pinning** - Pin specific package versions
- **Backup/restore** - Export and import your package lists
- **Themes** - Customizable color schemes
- **Plugin system** - Extend Bold Brew with custom functionality
## 🙏 Acknowledgments
A huge thank you to:
- The Homebrew team for the excellent package management system
- Project Bluefin for adopting Bold Brew as their official Homebrew TUI
- All contributors who submitted issues, PRs, and feature requests
- The community for their continued support and feedback
## 📣 Spread the Word
If you love Bold Brew 2.0:
- ⭐ [Star the project on GitHub](https://github.com/Valkyrie00/bold-brew)
- 🐦 Share on social media
- 📝 Write about it on your blog
- 💬 Tell your developer friends
## 🔗 Resources
- [GitHub Repository](https://github.com/Valkyrie00/bold-brew)
- [Documentation](https://bold-brew.com)
- [Release Notes](https://github.com/Valkyrie00/bold-brew/releases)
- [Report Issues](https://github.com/Valkyrie00/bold-brew/issues)
---
**Happy brewing! 🍺**
*The Bold Brew Team*

View file

@ -0,0 +1,181 @@
---
title: "Bold Brew Named Official Homebrew TUI for Project Bluefin"
date: "2025-10-13"
description: "Bold Brew becomes the official Terminal UI for managing Homebrew in Project Bluefin, a next-generation Linux desktop serving tens of thousands of users worldwide."
keywords: "Bold Brew, Project Bluefin, Universal Blue, Fedora Silverblue, atomic desktop, official TUI, Linux desktop, Homebrew Linux, immutable OS, cloud-native desktop"
---
# Bold Brew Named Official Homebrew TUI for Project Bluefin
We're incredibly proud to announce that **Bold Brew has been selected as the official Terminal UI** for managing Homebrew in [**Project Bluefin**](https://projectbluefin.io/), a next-generation Linux desktop that serves tens of thousands of users worldwide!
## 🌊 What is Project Bluefin?
[Project Bluefin](https://projectbluefin.io/) is a cutting-edge Linux desktop distribution that's part of the [Universal Blue](https://universal-blue.org/) ecosystem. Built on Fedora Atomic Desktop (formerly Silverblue), Bluefin represents the future of cloud-native desktop computing.
### Key Features of Bluefin
- **Atomic Updates** - System updates are atomic and can be rolled back
- **Immutable Base** - Core system is read-only for enhanced security
- **Container-First** - Development happens in containers, keeping the host clean
- **Modern Tooling** - Ships with the latest development tools and workflows
- **Cloud-Native** - Designed for modern cloud-native development practices
Bluefin is perfect for developers, DevOps engineers, and anyone who wants a reliable, cutting-edge Linux desktop that "just works."
## 🎯 Why Bold Brew?
Bluefin's philosophy emphasizes **quality over quantity** and **user experience** above all else. The project carefully curates every tool and application that ships with the distribution, ensuring they meet high standards for usability and reliability.
From the [Bluefin documentation](https://docs.projectbluefin.io/command-line/):
> **Bold Brew** is included as a text based user interface (TUI) to Brew. This application features full package management for homebrew in a nice nerdy interface.
Bold Brew was selected because it:
- **Simplifies Homebrew management** with an intuitive TUI
- **Aligns with Bluefin's design philosophy** of modern, user-friendly tools
- **Enhances the terminal experience** that Bluefin is passionate about
- **Works seamlessly** with Bluefin's container-first workflow
- **Provides both power and simplicity** for all user levels
## 🚀 Bold Brew on Bluefin
### Pre-installed and Ready
Bold Brew comes **pre-installed** on every Bluefin system. Users can launch it simply by typing:
```bash
bbrew
```
No installation, no configuration—it just works.
### Perfect Integration
Bold Brew fits perfectly into Bluefin's command-line ecosystem, which includes:
- **Homebrew** - Package manager for command-line tools
- **Flatpak** - GUI application management
- **Podman** - Container management
- **ujust** - System configuration and automation
Together, these tools provide a complete, modern package management experience.
### The Bluefin CLI Experience
Bluefin offers an optional enhanced CLI experience called `bluefin-cli`, which includes modern terminal tools like:
- `atuin` for shell history
- `eza` as a modern `ls` replacement
- `fd` for finding files
- `ripgrep` for search
- `zoxide` as a smarter `cd`
Bold Brew complements these tools by providing visual, interactive Homebrew management that's faster and more intuitive than typing commands.
## 📊 Impact and Reach
Being adopted by Project Bluefin means Bold Brew now reaches:
- **Tens of thousands** of active Bluefin users
- **Developers and DevOps professionals** worldwide
- **Cloud-native engineers** building modern applications
- **Linux enthusiasts** who want cutting-edge desktop experiences
This partnership significantly expands Bold Brew's user base and validates our approach to TUI package management.
## 🤝 Community and Ecosystem
### Universal Blue Ecosystem
Project Bluefin is part of the broader **Universal Blue** ecosystem, which includes:
- **[Aurora](https://getaurora.dev/)** - KDE Plasma variant of Bluefin
- **[Bazzite](https://bazzite.gg/)** - Gaming-focused Linux desktop
- **[Cayo](https://projectbluefin.io/cayo)** - Bluefin for developers
Bold Brew's adoption in Bluefin opens doors to potential integration across the entire Universal Blue ecosystem, bringing our TUI to even more users and use cases.
### Growing Together
This partnership benefits both projects:
**For Bluefin:**
- Enhanced user experience for Homebrew management
- Modern, intuitive tool that matches their design philosophy
- Active maintenance and feature development
- Community-driven improvements
**For Bold Brew:**
- Significant user base and real-world testing
- Valuable feedback from power users
- Integration with a respected Linux distribution
- Increased visibility in the Linux community
## 🎓 What This Means for Users
### Bluefin Users
If you're a Bluefin user, you already have Bold Brew installed! Here's how to get started:
1. **Launch Bold Brew**: Just type `bbrew` in your terminal
2. **Explore packages**: Press `/` to search for any package
3. **Filter views**: Use `F` for installed, `O` for outdated, `L` for leaves, `C` for casks
4. **Manage packages**: Press `I` to install, `U` to update, `R` to remove
5. **Stay updated**: Bold Brew updates are automatically delivered with Bluefin
### Bold Brew Users on Other Systems
This partnership validates Bold Brew as a production-ready tool trusted by a major Linux distribution. Whether you're on macOS or Linux, you can benefit from the same tool that Bluefin trusts.
## 🔮 Future Collaboration
We're excited to deepen our collaboration with Project Bluefin:
- **Feature requests** from Bluefin users will help shape Bold Brew's roadmap
- **Integration improvements** to make Bold Brew even more native to Bluefin
- **Documentation** tailored for Bluefin users
- **Joint community events** and user support
- **Possible expansion** to other Universal Blue distributions
## 🙏 Thank You
We want to thank:
- **The Bluefin team** for recognizing Bold Brew's potential and making it their official choice
- **Jorge Castro** and the **Universal Blue** community for building amazing cloud-native desktops
- **The Bluefin community** for welcoming Bold Brew and providing valuable feedback
- **Our contributors** who made Bold Brew worthy of this recognition
- **The Homebrew team** for creating the excellent package manager we're building on top of
## 📣 Try Bluefin Today
Interested in experiencing the future of Linux desktops?
1. **Visit** [projectbluefin.io](https://projectbluefin.io/)
2. **Download** the latest ISO
3. **Install** and experience Bold Brew out of the box
4. **Join** the [Bluefin community](https://universal-blue.discourse.group/) on Discourse
## 🔗 Resources
### Bold Brew
- [GitHub Repository](https://github.com/Valkyrie00/bold-brew)
- [Documentation](https://bold-brew.com)
- [Releases](https://github.com/Valkyrie00/bold-brew/releases)
### Project Bluefin
- [Official Website](https://projectbluefin.io/)
- [Documentation](https://docs.projectbluefin.io/)
- [Command Line Guide](https://docs.projectbluefin.io/command-line/)
- [GitHub](https://github.com/ublue-os/bluefin)
### Universal Blue
- [Website](https://universal-blue.org/)
- [Discourse Community](https://universal-blue.discourse.group/)
- [GitHub Organization](https://github.com/ublue-os)
---
**This is just the beginning of an exciting partnership!** 🎉

View file

@ -5,7 +5,7 @@
<header class="mb-5">
<h1>Bold Brew Blog</h1>
<p class="lead">Tips, tutorials, and guides for managing Homebrew packages on macOS</p>
<p class="lead">Tips, tutorials, and guides for managing Homebrew packages and casks</p>
</header>
<div class="row">
@ -21,7 +21,7 @@
<p class="excerpt"><%= post.excerpt %></p>
<div class="tags">
<span class="tag">Homebrew</span>
<span class="tag">macOS</span>
<span class="tag">TUI</span>
<span class="tag">Command Line</span>
</div>
<a href="<%= post.url %>" class="read-more">Read more →</a>
@ -34,7 +34,7 @@
<div class="sidebar">
<div class="widget mb-4">
<h3>About Bold Brew</h3>
<p>Bold Brew is a modern Terminal User Interface (TUI) for managing Homebrew packages on macOS. It makes package management more intuitive and efficient.</p>
<p>Bold Brew is a modern Terminal User Interface (TUI) for managing Homebrew packages and casks on macOS and Linux.</p>
<a href="/#install" class="btn btn-primary">Install Now</a>
</div>
@ -42,10 +42,10 @@
<h3>Popular Tags</h3>
<div class="tags">
<a href="#" class="tag">Homebrew</a>
<a href="#" class="tag">macOS</a>
<a href="#" class="tag">Command Line</a>
<a href="#" class="tag">TUI</a>
<a href="#" class="tag">Casks</a>
<a href="#" class="tag">Package Management</a>
<a href="#" class="tag">Development Tools</a>
<a href="#" class="tag">Project Bluefin</a>
</div>
</div>

View file

@ -6,12 +6,14 @@
<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>
<p class="lead">The modern Terminal UI for managing Homebrew packages and casks on macOS and Linux.</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://github.com/Valkyrie00/bold-brew/workflows/Security/badge.svg" alt="Security" width="100" height="20">
<img src="https://img.shields.io/github/downloads/Valkyrie00/bold-brew/total" alt="Downloads" width="100" height="20">
<img src="https://img.shields.io/badge/Featured_in-Project_Bluefin-0091e2" alt="Project Bluefin" width="140" height="20">
</div>
<div class="hero-cta">
<a href="#install" class="btn-primary">Start Now</a>
@ -109,29 +111,68 @@
</div>
</section>
<section class="bluefin-banner" style="background: linear-gradient(135deg, #0091e2 0%, #5865f2 100%); color: white; padding: 3rem 0; margin: 2rem 0;">
<div class="container text-center">
<h2 style="color: white; margin-bottom: 1rem;">🌟 Official Homebrew TUI for Project Bluefin</h2>
<p class="lead" style="color: rgba(255,255,255,0.95); margin-bottom: 1.5rem;">
Bold Brew is the official Terminal UI for managing Homebrew in <strong>Project Bluefin</strong>,
a next-generation Linux desktop serving tens of thousands of users worldwide.
</p>
<div style="display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;">
<a href="https://projectbluefin.io/" target="_blank" class="btn" style="background: white; color: #0091e2; padding: 0.75rem 1.5rem; border-radius: 8px; text-decoration: none; font-weight: 600;">
Learn About Bluefin →
</a>
<a href="blog/bold-brew-official-project-bluefin-tui.html" class="btn" style="background: rgba(255,255,255,0.2); color: white; padding: 0.75rem 1.5rem; border-radius: 8px; text-decoration: none; font-weight: 600; border: 2px solid white;">
Read Announcement →
</a>
</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="row g-4">
<div class="col-md-4">
<div class="feature-card">
<i class="fas fa-cube"></i>
<h3>Formulae & Casks</h3>
<p>Manage both CLI tools and GUI applications. Full support for Homebrew formulae and casks in one interface.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature-card">
<i class="fas fa-filter"></i>
<h3>Smart Filters</h3>
<p>Filter by installed, outdated, leaves (explicitly installed), or casks. Find what you need instantly.</p>
</div>
</div>
<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>
<h3>Fuzzy Search</h3>
<p>Fast fuzzy search across all packages with real-time results and analytics integration.</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>
<i class="fas fa-rocket"></i>
<h3>Real-time Updates</h3>
<p>Live feedback during installations, updates, and removals with detailed progress information.</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>
<i class="fas fa-shield-alt"></i>
<h3>Secure & Compliant</h3>
<p>XDG Base Directory compliant with automated security scanning and vulnerability checks.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature-card">
<i class="fas fa-keyboard"></i>
<h3>Keyboard Shortcuts</h3>
<p>Intuitive keybindings for all operations. Navigate and manage packages without touching the mouse.</p>
</div>
</div>
</div>
@ -163,23 +204,25 @@
<section class="seo-content" aria-label="Additional Information">
<div class="container">
<h2>Manage Homebrew Packages on macOS with Bold Brew</h2>
<h2>Manage Homebrew Packages and Casks 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>
<p><strong>Bold Brew</strong> transforms the way developers manage <strong>Homebrew packages and casks</strong> across macOS and Linux with its elegant Terminal User Interface. Stop struggling with complex command-line syntax and enjoy a streamlined package management experience for both CLI tools and GUI applications.</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>Why Developers Choose Bold Brew</h3>
<p>Managing your <strong>Homebrew ecosystem</strong> has never been easier. Bold Brew 2.0 provides complete support for both formulae (command-line tools) and casks (GUI applications), with 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>
<h3>Key Benefits for 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>
<li><strong>Complete package management</strong> for both CLI tools and GUI applications</li>
<li><strong>Smart filtering</strong> by installed, outdated, leaves, or casks</li>
<li><strong>Faster package discovery</strong> with fuzzy search and analytics</li>
<li><strong>XDG Base Directory compliance</strong> for clean cache management</li>
<li><strong>Streamlined updates</strong> for all Homebrew packages with visual progress</li>
<li><strong>Keyboard-driven workflow</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>
<p>Trusted by <strong>Project Bluefin</strong> and used by <strong>tens of thousands of developers</strong>, Bold Brew integrates perfectly with your workflow while reducing cognitive load and increasing productivity on macOS and Linux.</p>
</div>
</div>
</div>
@ -187,27 +230,28 @@
<section class="about-section" id="about" aria-label="About">
<div class="container">
<h2>About Bold Brew for macOS</h2>
<h2>About Bold Brew</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>
<p class="lead">The modern Homebrew TUI that developers trust—from macOS to Linux</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>
<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. Version 2.0 brings complete support for both formulae (CLI tools) and casks (GUI applications).</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>
<h3>Complete Homebrew Integration</h3>
<p>As the official Homebrew TUI for Project Bluefin, Bold Brew seamlessly integrates with your existing Homebrew installation. All operations—from searching packages to managing casks, filtering leaves, and updating dependencies—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>
<h4>Platform Support</h4>
<ul>
<li>macOS 10.15 Catalina or newer</li>
<li>Homebrew installation</li>
<li>Terminal with true color support</li>
<li><strong>macOS:</strong> Full support (10.15 Catalina or newer)</li>
<li><strong>Linux:</strong> Full support (Project Bluefin, Linuxbrew, Homebrew on Linux)</li>
<li>Requires: Homebrew installation, 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>
<h3>Trusted by the Community</h3>
<p>Bold Brew is pre-installed in Project Bluefin, serving tens of thousands of developers worldwide. Whether you're a seasoned developer or new to package management, Bold Brew streamlines your workflow and makes Homebrew more accessible than ever before.</p>
</div>
</div>
</div>
@ -229,7 +273,7 @@
</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>
<p>Bold Brew (bbrew) is a modern Terminal User Interface for managing Homebrew packages and casks on macOS and Linux. It provides an elegant and intuitive way to install, update, and manage both command-line tools (formulae) and GUI applications (casks) without memorizing complex commands. It's the official Homebrew TUI for Project Bluefin.</p>
</div>
</div>
@ -285,7 +329,20 @@
</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>
<p>Yes! Bold Brew has full support for Linux (it's the official TUI for Project Bluefin). It works anywhere Homebrew is installed.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question" data-bs-toggle="collapse" data-bs-target="#faq7">
<h3>What's new in Bold Brew 2.0?</h3>
<div class="faq-icon">
<span class="plus">+</span>
<span class="minus"></span>
</div>
</div>
<div id="faq7" class="faq-answer collapse" data-bs-parent="#faqAccordion">
<p>Version 2.0 introduces full Homebrew Casks support (GUI applications), a Leaves filter (explicitly installed packages), XDG Base Directory compliance, enhanced security scanning, and many performance improvements. <a href="blog/bold-brew-2-0-cask-support.html">Read the full announcement</a>.</p>
</div>
</div>

View file

@ -10,10 +10,19 @@
<meta name="robots" content="index, follow, max-image-preview:large">
<meta name="theme-color" content="#1a1a1a">
<!-- DNS Prefetch & Preconnect for Performance -->
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net">
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin>
<link rel="dns-prefetch" href="https://www.googletagmanager.com">
<link rel="preconnect" href="https://www.googletagmanager.com" crossorigin>
<!-- OpenGraph Tags -->
<meta property="og:title" content="<%= title %>">
<meta property="og:description" content="<%= description %>">
<meta property="og:image" content="https://bold-brew.com/assets/logo/bbrew-logo-rounded.png">
<meta property="og:image:width" content="200">
<meta property="og:image:height" content="200">
<meta property="og:image:alt" content="Bold Brew Logo">
<meta property="og:url" content="<%= canonicalUrl %>">
<meta property="og:type" content="<%= ogType || 'website' %>">
<meta property="og:site_name" content="Bold Brew">
@ -23,7 +32,9 @@
<meta name="twitter:title" content="<%= title %>">
<meta name="twitter:description" content="<%= description %>">
<meta name="twitter:image" content="https://bold-brew.com/assets/logo/bbrew-logo-rounded.png">
<meta name="twitter:image:alt" content="Bold Brew Logo">
<meta name="twitter:creator" content="@Valkyrie00">
<meta name="twitter:site" content="@Valkyrie00">
<!-- Additional SEO Meta Tags -->
<meta name="application-name" content="Bold Brew">
@ -64,9 +75,9 @@
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Bold Brew (bbrew)",
"operatingSystem": "macOS",
"operatingSystem": ["macOS", "Linux"],
"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.",
"description": "Bold Brew: A modern TUI interface for managing Homebrew packages and casks on macOS and Linux. Effortlessly install, search, update, and remove packages with an elegant and intuitive interface.",
"url": "https://bold-brew.com",
"author": {
"@type": "Person",
@ -76,11 +87,6 @@
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"ratingCount": "150"
}
}
</script>

View file

@ -1,5 +1,5 @@
<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>
<p>&copy; <%= new Date().getFullYear() %> Bold Brew | <a href="https://github.com/Valkyrie00/bold-brew" target="_blank" rel="noopener noreferrer">GitHub</a></p>
</div>
</footer>