<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Web-Search on ToolGenix — Open-Source AI &amp; Developer Tools: Honest Hands-On Reviews</title><link>https://toolgenix.nxtniche.com/tags/web-search/</link><description>Recent content in Web-Search on ToolGenix — Open-Source AI &amp; Developer Tools: Honest Hands-On Reviews</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 29 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://toolgenix.nxtniche.com/tags/web-search/index.xml" rel="self" type="application/rss+xml"/><item><title>Browser-Search: Self-Hosted Web Search for AI Agents in 2026</title><link>https://toolgenix.nxtniche.com/posts/browser-search-quick-review-2026/</link><pubDate>Mon, 29 Jun 2026 00:00:00 +0000</pubDate><guid>https://toolgenix.nxtniche.com/posts/browser-search-quick-review-2026/</guid><description>Browser-search gives AI coding agents real web search without API fees. Self-hosted SearXNG + Camofox pipeline I tested on a Ryzen 9 — under 10 min setup.</description><content:encoded><![CDATA[<p>Your AI coding agent can refactor your entire codebase in one shot. But ask it &ldquo;what&rsquo;s the latest Rust AI framework released this month&rdquo; and you get a hallucinated answer or &ldquo;I don&rsquo;t have internet access.&rdquo; If you&rsquo;ve been on r/LocalLLaMA lately, you know this is the single biggest gap in agent workflows right now.</p>
<p><strong>Here&rsquo;s the thing:</strong> browser-search by Johell1NS is a skill suite that plugs into Claude Code, Codex, OpenCode, or any major coding agent and gives it real web search and page-reading abilities. Self-hosted. Zero API fees. No data leaving your infrastructure.</p>
<h2 id="three-components-one-pipeline">Three Components, One Pipeline</h2>
<p>So here&rsquo;s how the stack works:</p>
<ul>
<li><strong>SearXNG</strong> — the meta-search engine that aggregates results from Google, Bing, DuckDuckGo, and others. Single endpoint your agent calls to search the web.</li>
<li><strong>Camofox</strong> — cloud-based browser renderer that reads full page content. Not just snippets like a search API — actual rendered text from the page your agent needs to read.</li>
<li><strong>CloakBrowser</strong> — open-source anti-detection layer that prevents cloud IDE sessions from getting blocked during automated browsing.</li>
</ul>
<p>Still, the real win is how they form a search → browse → read pipeline your agent controls from start to finish, without ever touching a third-party AI search API.</p>
<h2 id="quick-install--first-test">Quick Install &amp; First Test</h2>
<p>And installing it was dead simple. I ran <code>npm install -g @johell1ns/browser-search</code> on my Ryzen 9 workstation — took about 25 seconds. Then configured the SearXNG endpoint (pointed at a public instance first for quick testing), dropped in the Camofox API key, then registered the skill in my Claude Code agent config. And just like that — from zero to &ldquo;agent can search the web&rdquo; in under 10 minutes.</p>
<p>Then I ran the real test. So I asked my agent: &ldquo;Search for the latest AI agent frameworks released in June 2026 and compare their GitHub star growth.&rdquo; And it hit SearXNG, browsed three result pages through Camofox, READ the actual READMEs, and came back with grounded data — project names, star counts, release dates. No &ldquo;I think&rdquo; or &ldquo;based on my training data.&rdquo; Real web content, real answer.</p>
<p>That&rsquo;s the anti-hallucination play. But your agent isn&rsquo;t guessing from its training cutoff — it&rsquo;s reading the live web and reporting what it finds.</p>
<h2 id="browser-search--peerd-complementary-tools">browser-search + Peerd: Complementary Tools</h2>
<p>But one thing I want to highlight: browser-search is complementary to <a href="/posts/peerd-review-2026/"><strong>Peerd</strong></a> (which I covered earlier today). And Peerd lets your agent control a browser to interact with web apps — fill forms, click buttons, browse sites. browser-search gives your agent its own search+browse ability. Two different parts of the agent-browser spectrum, and they work together nicely.</p>
<h2 id="why-self-host-on-a-vps">Why Self-Host on a VPS</h2>
<p>Now, for the full private setup, you&rsquo;ll want to self-host SearXNG on a VPS. A basic DigitalOcean or Vultr droplet handles the Docker Compose deployment easily — SearXNG runs in a container with minimal resources. Public instances exist and work fine for testing, but running your own means your agent&rsquo;s search queries stay on hardware you control. No third party sees what your agent is researching.</p>
<p>So that&rsquo;s the data sovereignty argument, and it&rsquo;s a strong one for production agent workflows. If you&rsquo;re setting up a VPS for the first time, my <a href="/posts/hermes-vps-deployment-guide/"><strong>Hermes VPS deployment guide</strong></a> covers the basics of getting a droplet ready for self-hosted tools.</p>
<h2 id="caveats--limitations">Caveats &amp; Limitations</h2>
<p>But there are a few things to watch out for. But three components means three things to configure. It&rsquo;s not a single-package-and-done situation — you need a SearXNG endpoint and a Camofox API key. Sure, the free tier of Camofox is generous but has limits. CloakBrowser is mainly useful if your agents run in cloud IDE environments like GitHub Codespaces; skip it if you&rsquo;re running agents locally.</p>
<p>Also worth noting: the project is relatively young — 208 stars, last commit three days ago. The core works, but expect some rough edges in the config flow, especially around the CloakBrowser integration.</p>
<p><strong>Bottom line.</strong> If you&rsquo;re running coding agents and want them to stop hallucinating, browser-search is the most practical self-hosted solution I&rsquo;ve found. It&rsquo;s free, composable across agent frameworks, and the SearXNG integration gives you complete control over your agent&rsquo;s search pipeline. The VPS angle for self-hosting is a natural fit if you want the full private setup.</p>
<div class="affiliate-block">
  <p><em>Disclosure: Some links below are affiliate links. If you sign up through them, I may earn a commission at no extra cost to you.</em></p>
  <ul>
    <li><a href="https://toolgenix.nxtniche.com/go/vultr" rel="nofollow sponsored" target="_blank">Vultr</a> — starts at $6/mo</li>
    <li><a href="https://toolgenix.nxtniche.com/go/do" rel="nofollow sponsored" target="_blank">DigitalOcean</a> — $200 credit for new users</li>
  </ul>
</div>
]]></content:encoded></item></channel></rss>