#
Installation
First, install the camoufox
package:
pip install -U camoufox[geoip]
The geoip
parameter is optional, but heavily recommended if you are using proxies. It will download an extra dataset to determine the user's longitude, latitude, timezone, country, & locale.
#
Download the browser
camoufox fetch
python3 -m camoufox fetch
python -m camoufox fetch
On a fresh installation of Linux, you may also need the following Firefox dependencies:
sudo apt install -y libgtk-3-0 libx11-xcb1 libasound2
sudo pacman -S gtk3 libx11 libxcb cairo libasound alsa-lib
To uninstall, run camoufox remove
.
#
Camoufox CLI
Usage: python -m camoufox [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
fetch Fetch the latest version of Camoufox
path Display the path to the Camoufox executable
remove Remove all downloaded files
server Launch a Playwright server
test Open the Playwright inspector
version Display the current version