Installation Guide
This guide provides detailed instructions for installing BozoBot on different operating systems.
System Requirements
BozoBot is designed to be lightweight and can run on most modern systems:
- CPU: Any modern dual-core processor
- RAM: Minimum 2GB (4GB recommended)
- Disk Space: 50MB free space
- Network: Stable internet connection
- Operating System:
- Windows 10/11
- macOS 10.15 or later (Intel & Apple Silicon)
- Linux (Ubuntu 18.04+, Debian 10+, CentOS 8+)
Installation Steps
Windows
- Download the latest Windows version from our official distribution
- Extract the ZIP file to a location of your choice
- Inside the extracted folder, you'll find:
bozobot.exe- The executable file.env- Configuration filesnipe-list.txt- Optional list for token sniping
- Edit the
.envfile with your configuration (see Environment File Configuration) - Double-click
bozobot.exeor run via Command Prompt to start the bot
macOS
- Download the appropriate macOS version (Intel or Apple Silicon)
- Extract the ZIP file to a location of your choice
- Open Terminal and navigate to the extracted folder:
cd path/to/extracted/folder - Make the executable file runnable:
chmod +x bozobot - Edit the
.envfile with your configuration (see Environment File Configuration) - Run the bot:
./bozobot
macOS Security Notice
When running BozoBot on macOS for the first time, you might see a security warning. To resolve this:
- Right-click (or Control-click) on the
bozobotfile - Select "Open" from the context menu
- Click "Open" when prompted
- For future runs, you can simply double-click the file
Linux
- Download the Linux version from our official distribution
- Extract the ZIP file:
unzip bozobot.zip -d bozobot - Navigate to the extracted directory:
cd bozobot - Make the executable file runnable:
chmod +x bozobot - Edit the
.envfile with your preferred text editor:nano .env - Run the bot:
./bozobot
Verifying Your Installation
To verify that BozoBot is running correctly:
- The bot should display a startup message in the console
- Check for any error messages during startup
- If using sniffer mode, the bot will prompt you to authenticate with Telegram on first run
Running in the Background
For information on running BozoBot in the background or as a service, see the Running 24/7 AFK Guide.
Updating BozoBot
When a new version is released:
- Download the latest version
- Extract to a new directory
- Copy your existing
.envandsnipe-list.txtfiles to the new directory - Run the new version of BozoBot
Your settings will be preserved through the update process.