B4n1Web Agentic Browser Engine - Ultra-lightweight headless browser for AI agents
Project description
B4n1Web SDK — Ultra-lightweight Agentic Browser Engine
B4n1Web is a 5MB binary browser engine for AI agents. Navigate URLs, extract structured content (markdown, links, screenshots), and build AI agent workflows.
Installation
# Install the binary
curl -sL https://github.com/B4N1-com/b4n1-web/releases/latest/download/b4n1web-v0.6.2-flat.tar.gz | tar -xz && ./b4n1web --version
# Install the Python SDK
pip install b4n1-web
Quick Start
from b4n1web import AgentBrowser, BrowserMode
browser = AgentBrowser(mode=BrowserMode.LIGHT)
page = browser.goto("https://example.com")
print(page.markdown)
print(page.links)
browser.close()
Features
- Ultra-lightweight — 5MB binary, instant startup
- 3 modes — Light (HTTP+HTML), JS (tag extraction), Render (full Chromium)
- MCP server — Integrates with Claude, Cursor, OpenCode, Windsurf, Antigravity
- SecurityShield — SQLite-based domain safety validation
--wait-forselector — Wait for dynamic content in render mode
Links
License
MIT OR Apache-2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
b4n1_web-0.7.0.tar.gz
(2.8 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file b4n1_web-0.7.0.tar.gz.
File metadata
- Download URL: b4n1_web-0.7.0.tar.gz
- Upload date:
- Size: 2.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67f402ad743645c969e91f6e3931016d232a18b1628b6bed08c6da571cd5568a
|
|
| MD5 |
482ca2c53ce4582d7e4531a2e7588e07
|
|
| BLAKE2b-256 |
f4b4b6ffac6f860ac40bee6742d21f1cfba599ba34873ed718a94051f5820389
|
File details
Details for the file b4n1_web-0.7.0-py3-none-any.whl.
File metadata
- Download URL: b4n1_web-0.7.0-py3-none-any.whl
- Upload date:
- Size: 2.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ffc22865d413e93340004e9d677e2edcaef471ff8c2a47c0877262e2930f94e4
|
|
| MD5 |
5abc488f0ad3158fa977bda76b991ecb
|
|
| BLAKE2b-256 |
f801bb31cf8285420e76fa47cb5d6464da09d265b467260851f6a4faa82dd56c
|