Skip to content

Installing the bot with the installer script

Hav edited this page Aug 12, 2026 · 4 revisions

The tf2autobot-installer script provides a quick way to install TF2Autobot with a single command.

This installer will automatically:

  • Install the required dependencies
  • Download TF2Autobot
  • Build the bot
  • Prepare it for configuration

Windows 10/11

Open PowerShell as an administrator and run:

powershell -ExecutionPolicy Bypass -Command "irm https://raw.githubusercontent.com/TF2Autobot/tf2autobot-installer/main/installer-windows.ps1 | iex"

Linux

The script supports Debian/Ubuntu, Fedora-based, and Arch-based distributions.

Open a terminal and run:

curl -fsSL https://raw.githubusercontent.com/TF2Autobot/tf2autobot-installer/main/installer-linux.sh | bash

Next steps

Once the installer finishes, continue with the configuration guide:

If you prefer a manual installation, use one of the following guides:

Clone this wiki locally