Ultra-lightweight agentic browser engine (5MB binary) for AI agents. Navigate URLs, extract structured content (markdown, links, screenshots).
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://web.b4n1.com/install | bash
# 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
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.6.2.tar.gz.
File metadata
- Download URL: b4n1_web-0.6.2.tar.gz
- Upload date:
- Size: 2.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0702fa7bfdab12591af13e7653815eb7bbc2c25b5cc96ffd61982ed054e33408
|
|
| MD5 |
9035f14b3e4ce733f5e09b8e239ee002
|
|
| BLAKE2b-256 |
076fe69bd97cfe6825852b10edac1c7db9328a243d0d2d1e890af93385e49090
|
File details
Details for the file b4n1_web-0.6.2-py3-none-any.whl.
File metadata
- Download URL: b4n1_web-0.6.2-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.11.0rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5909e984e674f01061af8b33caa1f3e8ba872f6a541125adee2f4dcd0f435624
|
|
| MD5 |
d7b683c4739be7aa90e7c6264a4c63da
|
|
| BLAKE2b-256 |
baa31f3978a34c3f6d370b38455b5fdba4ebe1df471fb539dfdb600fdaf5d9cb
|