LogoLogo
Sign inVisit bito.aiVideo Library
  • 👋Welcome to Bito
  • 🆕Getting started
  • 🛡️Privacy and security
  • 🤖AI Code Review Agent
    • Overview
    • Key features
    • Supported programming languages and tools
    • Install/run using Bito Cloud
      • Guide for GitHub
      • Guide for GitHub (Self-Managed)
      • Guide for GitLab
      • Guide for GitLab (Self-Managed)
      • Guide for Bitbucket
      • Integrate the AI Code Review Agent into the CI/CD pipeline
      • Create or customize an Agent instance
      • Clone an Agent instance
      • Delete unused Agent instances
    • Install/run as a self-hosted service
      • Prerequisites
      • CLI vs webhooks service
      • Install/run via CLI
      • Install/run via webhooks service
      • Install/run via GitHub Actions
      • Agent Configuration: bito-cra.properties File
    • Available commands
    • Chat with AI Code Review Agent
    • Implementing custom code review rules
    • Excluding files, folders, or branches with filters
    • Code review analytics
    • FAQs
  • Other Bito AI tools
    • IDE extension
      • Quick Overview
      • Installation guide
        • Installing on Visual Studio Code
        • Installing on JetBrain IDEs
        • Vim/Neovim Plugin
      • Upgrading Bito plugin
      • AI Chat in Bito
        • Keyboard shortcuts
        • Chat session history
        • Share chat session
        • Appearance settings
        • Open Bito in a new tab or window
        • Use cases and examples
      • Templates
        • Standard templates
        • Custom prompt templates
        • Diff view
      • AI that Understands Your Code
        • Overview
        • How it Works?
        • Available Keywords
        • Example Questions
        • How does Bito Understand My Code?
        • Using in Visual Studio Code
        • Using in JetBrains IDEs
        • Managing Index Size
        • FAQs
      • AI Code Completions
        • Overview
        • How it works?
        • Enable/disable settings
        • Accept/reject suggestions
        • Keyboard shortcuts
        • Supported programming languages
        • Use cases and examples
      • Basic/Advanced AI models
      • Wingman Coding Agent
        • Key features
        • Supported tools
        • Getting started
    • Bito CLI
      • Overview
      • Install or uninstall
      • Configuration
      • How to use?
      • Available commands
      • FAQs
    • Google Chrome extension
  • Help
    • 🧠Bito's AI stack
      • Embeddings
      • Vector databases
      • Indexing
      • Generative AI
      • Large Language Models (LLM)
      • LLM tokens
      • LLM parameters
      • Retrieval Augmented Generation (RAG)
      • Prompts
      • Prompt engineering
    • 👥Account and settings
      • Creating a Bito account
      • Workspace
      • Managing workspace members
      • Setting AI output language
      • Managing user access levels
      • Access key
    • 💳Billing and plans
      • Overview
      • Payment methods
      • Managing workspace plan
      • Pay for additional workspace members
      • Advanced AI requests usage
      • Billing history
      • Billing details
      • Security
      • Refund policy
      • Discounts
    • ⚒️Support and questions
      • Getting support
      • Troubleshooting
      • Is it GPT-4?
  • 🆕Changelog
  • External Links
    • Git
    • Github Issues
    • Github Discussions
    • Bito.ai
    • VS Code Marketplace
    • JetBrain Marketplace
Powered by GitBook
LogoLogo

Bito Inc. (c) 2025

On this page
  • Installing Bito CLI (Recommended)
  • Mac and Linux
  • Windows
  • Installing with Manual Binary Download (Not Recommended)
  • Mac and Linux
  • Windows
  • Uninstalling Bito CLI
  • Mac and Linux
  • Windows

Was this helpful?

Export as PDF
  1. Other Bito AI tools
  2. Bito CLI

Install or uninstall

Learn how to setup Bito CLI on your device (Mac, Linux, and Windows)

PreviousOverviewNextConfiguration

Last updated 8 months ago

Was this helpful?

Installing Bito CLI (Recommended)

We recommend you use the following methods to install Bito CLI.

Mac and Linux

sudo curl https://alpha.bito.ai/downloads/cli/install.sh -fsSL | bash

Note: curl will always download the latest version.

Archlinux

Arch and Arch based distro users can install it from

yay -S bito-cli

or

paru -S bito-cli

Note for the Mac Users: You might face issues related to verification for which you will have to manually do the steps from (we are working on fixing it as soon as possible).

Windows

  • In the , open the folder that has the latest version number.

  • From here, download the MSI file called Bito CLI.exe and then install Bito CLI using this installer.

  • On Windows 11, you might get notification related to publisher verification. Click on "Show more" or "More info" and click on "Run anyway" (we are working on fixing this as soon as possible).

Once the installation is complete, start a new command prompt and run bito command to get started.

Installing with Manual Binary Download (Not Recommended)

While it's not recommended, you can download the Bito CLI binary from our repository, and install it manually. The binary is available for Windows, Linux, and Mac OS (x86 and ARM architecture).

Mac and Linux

  1. From here, download the Bito CLI binary specific to your OS platform.

  2. Start the terminal, go to the location where you downloaded the binary, move the downloaded file (in the command below use bito-* filename you have downloaded) to filename bito.

    mv bito-<os>-<arch> bito

  3. Make the file executable using following command chmod +x ./bito

  4. Copy the binary to /usr/local/bin using following command sudo cp ./bito /usr/local/bin

  5. Set PATH variable so that Bito CLI is always accessible. PATH=$PATH:/usr/local/bin

  6. Run Bito CLI with bito command. If PATH variable is not set, you will need to run command with the complete or relative path to the Bito executable binary.

Windows

  1. From here, download the Bito CLI binary for Windows called bito.exe.

  2. For using Bito CLI, always move to the directory containing Bito CLI prior to running it.

  3. Set PATH variable so that Bito CLI is always accessible.

    1. Edit the "Path" variable and add a new path of the location where Bito CLI is installed on your machine.

Uninstalling Bito CLI

Mac and Linux

sudo curl https://alpha.bito.ai/downloads/cli/uninstall.sh -fsSL | bash

Note: This will completely uninstall Bito CLI and all of its components.

Windows

For Windows, you can uninstall Bito CLI just like you uninstall any other software from the control panel. You can follow these steps:

  1. Click on the Windows Start button and type "control panel" in the search box, and then open the Control Panel app.

  2. Under the "Programs" option, click on "Uninstall a program".

  3. Find "Bito CLI" in the list of installed programs and click on it.

  4. Click on the "Uninstall" button (given at the top) to start the uninstallation process.

  5. Follow the instructions provided by the uninstall wizard to complete the uninstallation process.

After completing these steps, Bito CLI should be completely removed from your Windows machine.

In the , open the folder that has the latest version number.

In the , open the folder that has the latest version number.

Follow the instructions as per this

AUR
here
Bito CLI GitHub repo
Bito CLI GitHub repo
Bito CLI GitHub repo
link