<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="atom.xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>http://localhost:3000/ja/blog</id>
    <title>BeaRust Blog</title>
    <updated>2026-08-17T00:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="http://localhost:3000/ja/blog"/>
    <subtitle>BeaRust Blog</subtitle>
    <icon>http://localhost:3000/ja/img/favicon.png</icon>
    <entry>
        <title type="html"><![CDATA[Welcome to BeaRust]]></title>
        <id>http://localhost:3000/ja/blog/welcome-to-bearust</id>
        <link href="http://localhost:3000/ja/blog/welcome-to-bearust"/>
        <updated>2026-08-17T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[BeaRust is now open source: a reverse proxy, load balancer, and Web Application Firewall built in Rust,]]></summary>
        <content type="html"><![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>
        <author>
            <name>rizalord</name>
            <uri>https://github.com/rizalord</uri>
        </author>
        <category label="announcement" term="announcement"/>
    </entry>
</feed>