Installation¶ Bashpip install apogee-ai-browser Verify¶ Pythonimport apogee_ai_browser print(apogee_ai_browser.__version__) Optional extras¶ The base install has no required third-party dependency. Each extra unlocks one adapter. Extra Pulls in playwright playwright>=1.40 httpx httpx>=0.27 html beautifulsoup4>=4.12 One extraEverythingFrom the monorepo Bashpip install "apogee-ai-browser[playwright]" Bashpip install "apogee-ai-browser[all]" Bashpip install -e modules/ai_browser[dev] Read next¶ Reference