Install the Project
Once you have your Client ID and Client Secret, you’re ready to download Manao!
Installation (Windows)
Section titled “Installation (Windows)”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:
iwr -Uri https://raw.githubusercontent.com/mymanao/Manao/refs/heads/main/tools/installer.ps1 | iexOnce 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
First-time Installation
Section titled “First-time Installation”- Select Install / Update
- If Git, Bun, or Twitch CLI are not installed, the installer will ask if you want to install them automatically
- Select the version you want to install
- ManaoBot will be downloaded and installed to
%USERPROFILE%\ManaoBotautomatically - Once complete, ManaoBot and ManaoBot Setup shortcuts will be created on your Desktop and Start Menu
- The installer will ask if you want to run Setup immediately — if this is your first time, select Yes
Uninstalling
Section titled “Uninstalling”- Run the same command in PowerShell and select Uninstall
- 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 - Confirm the deletion twice, and ManaoBot along with all its shortcuts will be removed
Installation (macOS/Linux)
Section titled “Installation (macOS/Linux)”Open a terminal and download the installer from GitHub:
curl -O https://raw.githubusercontent.com/tinarskii/Manao/refs/heads/main/tools/installer.shThen run the installer with:
chmod +x installer.sh && ./installer.shOnce 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
First-time Installation
Section titled “First-time Installation”- Select Install / Update
- If jq or Git are not installed, the installer will ask if you want to install them automatically
- If Bun is not installed, it will be downloaded and installed automatically
- Select the version you want to install
- ManaoBot will be downloaded and installed to
~/ManaoBotautomatically - Once complete, ManaoBot and ManaoBot Setup shortcuts will be created on your Desktop and App Menu
- The installer will ask if you want to run Setup immediately — if this is your first time, select Yes
Uninstalling
Section titled “Uninstalling”- Run the script again and select Uninstall
- 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 - Confirm the deletion twice, and ManaoBot along with all its shortcuts will be removed