Vibium
Installation
Install Vibium on macOS, Windows, Linux, in Docker and CI, for Python and Node.
How to Install Vibium Behind a Proxy
Install Vibium behind a corporate proxy: set HTTP_PROXY and HTTPS_PROXY so pip, vibium install, and Chrome for Testing all route through the proxy correctly.
4 min read→InstallationHow to Run Vibium in Docker
Run Vibium in Docker: a slim Python image, Chrome's system libraries, and vibium install to bake Chrome for Testing into the layer for fast cold starts.
4 min read→InstallationHow to Use Vibium in GitHub Actions
Run Vibium in GitHub Actions: install on the Ubuntu runner, pip install vibium, vibium install to cache Chrome, then launch headless and upload screenshots.
3 min read→InstallationHow to Install Vibium in a Python venv
Install Vibium in a Python venv: create with python3 -m venv, activate, run pip install vibium, and keep the browser automation isolated from system Python.
4 min read→InstallationHow to Install Vibium on Linux
Install Vibium on Linux with pip or npm, add Chrome's shared system libraries, pre-fetch Chrome for Testing, and run headless automation on any server.
4 min read→InstallationHow to Install Vibium on macOS
Install Vibium on macOS with pip or npm, verify the binary, handle Gatekeeper, and run your first browser script — works on Apple Silicon and Intel Macs.
4 min read→InstallationHow to Install Vibium on Windows
Install Vibium on Windows with pip or npm, activate a virtual environment, pre-fetch Chrome for Testing, and run your first browser automation script.
3 min read→InstallationHow to Pin the Chrome Version in Vibium
Pin the Chrome version in Vibium by pinning the Vibium release and caching Chrome for Testing, so every machine and CI run uses the exact same browser build.
4 min read→