Skip to content
github-actions[bot] edited this page Sep 5, 2026 · 17 revisions

AIHawk Wiki

AIHawk is an open-source AI browser agent: a web browsing agent with a real browser. You say what you want in plain language, and it browses, clicks, types and reads the actual web to get it done. This wiki is the reading room around it - what an AI web agent is, how the tools in this space compare, what to do when an agent gets blocked, and how to put an agent to work.

The README is the fastest way to run AIHawk. The pages here are for the questions that come before and after: which tool fits, why something failed, and what is actually happening underneath. Every page on this wiki is one link away from this one.

The AI browser-agent landscape: OpenAI Operator and what replaced it, browser-use, computer-use agents, and how the open-source options differ.

Challenge pages, rate limits, timing tells, and which of those the browser can fix versus which are yours.

Task-shaped guides for putting an AI agent to work on real websites.

The layer underneath

AIHawk drives a Firefox patched at the C++ level so the browser itself looks and behaves like a normal desktop browser. That engine has its own documentation, maintained with the same care as this wiki: the invisible_playwright wiki covers browser fingerprinting, bot-detection vendors, network and proxy mechanics, and the automation layer in depth. Pages here link into it wherever the mechanism matters.

Alternatives and Comparisons

When the Agent Gets Blocked

Using the Agent

Clone this wiki locally