Skip to content

Install the Project

Once you have your Client ID and Client Secret, you’re ready to download Manao!


Open PowerShell by pressing the Windows key, typing “powershell”, and pressing Enter. A terminal window will appear. Run the following command to download the installer from GitHub:

Terminal window
iwr -Uri https://raw.githubusercontent.com/mymanao/Manao/refs/heads/main/tools/installer.ps1 | iex

Once the command runs, a ManaoBot Manager window will appear with the following options:

  • Install / Update — Install or update ManaoBot
  • Run Setup — Run the configuration script
  • Uninstall — Remove ManaoBot from your machine
  1. Select Install / Update
  2. If Git, Bun, or Twitch CLI are not installed, the installer will ask if you want to install them automatically
  3. Select the version you want to install
  4. ManaoBot will be downloaded and installed to %USERPROFILE%\ManaoBot automatically
  5. Once complete, ManaoBot and ManaoBot Setup shortcuts will be created on your Desktop and Start Menu
  6. The installer will ask if you want to run Setup immediately — if this is your first time, select Yes
  1. Run the same command in PowerShell and select Uninstall
  2. The installer will ask if you want to save your config files before removal — select Yes to keep your data, which will be saved to %USERPROFILE%\ManaoBot-backup
  3. Confirm the deletion twice, and ManaoBot along with all its shortcuts will be removed

Open a terminal and download the installer from GitHub:

Terminal window
curl -O https://raw.githubusercontent.com/tinarskii/Manao/refs/heads/main/tools/installer.sh

Then run the installer with:

Terminal window
chmod +x installer.sh && ./installer.sh

Once the script runs, a ManaoBot Manager window will appear with the following options:

  • Install / Update — Install or update ManaoBot
  • Run Setup — Run the configuration script
  • Uninstall — Remove ManaoBot from your machine
  1. Select Install / Update
  2. If jq or Git are not installed, the installer will ask if you want to install them automatically
  3. If Bun is not installed, it will be downloaded and installed automatically
  4. Select the version you want to install
  5. ManaoBot will be downloaded and installed to ~/ManaoBot automatically
  6. Once complete, ManaoBot and ManaoBot Setup shortcuts will be created on your Desktop and App Menu
  7. The installer will ask if you want to run Setup immediately — if this is your first time, select Yes
  1. Run the script again and select Uninstall
  2. The installer will ask if you want to save your config files before removal — select Yes to keep your data, which will be saved to ~/ManaoBot-backup
  3. Confirm the deletion twice, and ManaoBot along with all its shortcuts will be removed