Show HN: Ember – Lightweight headless browser for AI agents (17MB idle) Ember, a lightweight open-source headless browser for AI agents, launches at just 17 MB idle, significantly smaller than alternatives like Chromium-based tools. It requires no Docker or API keys, supporting scraping, search, crawling, and interactive browser control via a single pip install. The tool aims to make web automation accessible on low-resource devices like VPS, laptops, or Raspberry Pis. ███████╗███╗ ███╗██████╗ ███████╗██████╗ ██╔════╝████╗ ████║██╔══██╗██╔════╝██╔══██╗ █████╗ ██╔████╔██║██████╔╝█████╗ ██████╔╝ ██╔══╝ ██║╚██╔╝██║██╔══██╗██╔══╝ ██╔══██╗ ███████╗██║ ╚═╝ ██║██████╔╝███████╗██║ ██║ ╚══════╝╚═╝ ╚═╝╚═════╝ ╚══════╝╚═╝ ╚═╝ Open source, lightweight headless browser for AI agents. pip install ember-browser No Docker. No API key to start. Most web tools for agents ship with Chromium ~281 MB or require Docker just to get started. We needed something an agent could use on a VPS, a laptop, or a Raspberry Pi without thinking about it. ember runs at ~17 MB idle. It decides whether a page needs a browser — you just pass it a URL. | ember | Crawl4AI | Firecrawl OSS | Playwright | | |---|---|---|---|---| | Setup | pip install | pip install | Docker + Redis + Node | pip + browser install | | Package size | ~54 MB | ~200–350 MB | Thin client only | ~47 MB | | Browser binary | Lightpanda ~12 MB | Chromium ~281 MB | Chromium ~281 MB | Chromium ~281 MB | | Docker required | No | No | Yes | No | | API key required | No | No | No | No | | MCP server | Yes | No | Yes | Yes | | Search built-in | Yes | No | Yes | No | | Zero-infra self-host | Yes | Yes | No | Yes | pip install ember-browser ember version verify install ember start the interactive session ember url https://example.com or run a one-shot command ember serve start the REST API ember with no arguments opens a persistent session. Commands and a save guide are shown on startup — no need to type help first. ███████╗███╗ ███╗██████╗ ███████╗██████╗ ██╔════╝████╗ ████║██╔══██╗██╔════╝██╔══██╗ █████╗ ██╔████╔██║██████╔╝█████╗ ██████╔╝ ██╔══╝ ██║╚██╔╝██║██╔══██╗██╔══╝ ██╔══██╗ ███████╗██║ ╚═╝ ██║██████╔╝███████╗██║ ██║ ╚══════╝╚═╝ ╚═╝╚═════╝ ╚══════╝╚═╝ ╚═╝ v0.1.0 lightweight headless browser for AI agents url