📕Chromium/Chrome Setup

This setup is only required for the users who followed the SELF-HOST method for deploying Cat Userbot.

This is not required for Docker or Docker-Compose (recommended method) methods.

Why should you do this setup?

Chromium / Chrome binary is a mandatory requirement for many awesome plugins and commands like AI tools, Screenshot, Rayso, Rayso based logs, Carbon, etc.

Here we will show how to setup this for Debian, Ubuntu, Arch, Fedora and their derivatives.

For Debian
sudo apt install chromium
For Ubuntu
sudo apt install chromium-browser
For Arch
sudo pacman -S chromium
For Fedora
sudo dnf install chromium
Go to catuserbot directory and open the config.py
nano config.py
Add this one var in your config
CHROME_BIN = "/usr/bin/chromium"

Now to save use Ctrl+O and press Enter , then use Ctrl+X to exit.

📚pageGuide📕pageSelf Host

Last updated