<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="rss.xsl"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>BeaRust Blog</title>
        <link>http://localhost:3000/ja/blog</link>
        <description>BeaRust Blog</description>
        <lastBuildDate>Mon, 17 Aug 2026 00:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>ja</language>
        <item>
            <title><![CDATA[Welcome to BeaRust]]></title>
            <link>http://localhost:3000/ja/blog/welcome-to-bearust</link>
            <guid>http://localhost:3000/ja/blog/welcome-to-bearust</guid>
            <pubDate>Mon, 17 Aug 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[BeaRust is now open source: a reverse proxy, load balancer, and Web Application Firewall built in Rust,]]></description>
            <content:encoded><![CDATA[<p>BeaRust is now open source: a reverse proxy, load balancer, and Web Application Firewall built in Rust,
installable with a single Docker Compose command.</p>
<!-- -->
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="why-another-reverse-proxy">Why another reverse proxy?<a href="http://localhost:3000/ja/blog/welcome-to-bearust#why-another-reverse-proxy" class="hash-link" aria-label="Why another reverse proxy? への直接リンク" title="Why another reverse proxy? への直接リンク" translate="no">​</a></h2>
<p>Getting a full reverse proxy, load balancer, WAF, and management UI usually means one of two paths: stitch
together Nginx or HAProxy with a separate WAF and a separate GUI tool, each with its own configuration
format — or pay for commercial tooling like F5 or Nginx Plus. Neither is a great fit for a small team or an
individual running a homelab.</p>
<p>BeaRust's goal is straightforward: install as easily as Nginx Proxy Manager, but don't stop at "easy." Under
the same single-command install is a real load balancer with multiple algorithms, a built-in WAF, IP and bot
security, rate limiting, traffic analytics, and free multi-node clustering — all in the open-source edition,
with nothing locked behind a paid tier.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="whats-in-this-first-release">What's in this first release<a href="http://localhost:3000/ja/blog/welcome-to-bearust#whats-in-this-first-release" class="hash-link" aria-label="What's in this first release への直接リンク" title="What's in this first release への直接リンク" translate="no">​</a></h2>
<ul>
<li class="">A Rust data plane (Pingora-based) for HTTP/1.1 and HTTP/2 proxying, with host/path routing and five load
balancing algorithms.</li>
<li class="">An authenticated control plane and bundled browser UI for managing everything without hand-editing config
files mid-incident.</li>
<li class="">WAF, IP security, bot protection, and rate limiting — all configuration-driven and off until you turn them
on.</li>
<li class="">Analytics with anomaly detection, Raft-based multi-node clustering, a sandboxed WASM plugin system, and an
optional AI advisor.</li>
</ul>
<p>See <a class="" href="http://localhost:3000/ja/docs/introduction/what-is-bearust">what BeaRust actually is</a> for the full picture, or jump straight to
<a class="" href="http://localhost:3000/ja/docs/getting-started/installation">installing it</a> — no source checkout required, just the published
<code>rizalord/bearust</code> Docker image.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="whats-next">What's next<a href="http://localhost:3000/ja/blog/welcome-to-bearust#whats-next" class="hash-link" aria-label="What's next への直接リンク" title="What's next への直接リンク" translate="no">​</a></h2>
<p>This documentation site and the BeaRust source are both public now. Indonesian and Japanese localization is
rolling out page by page — start with the introduction and getting-started guides, with more to follow.
Bug reports, questions, and contributions are welcome on <a href="https://github.com/rizalord/bearust/discussions" target="_blank" rel="noopener noreferrer" class="">GitHub Discussions</a>
and <a href="https://github.com/rizalord/bearust/issues" target="_blank" rel="noopener noreferrer" class="">GitHub Issues</a>.</p>]]></content:encoded>
            <category>announcement</category>
        </item>
    </channel>
</rss>