Skip to content

Installing Zide

Zide combines Git tools and AI features into a single interface for everyday use. You can install Zide on Windows 10, Windows 11, macOS, and Linux.

Download Zide

To download the latest release of Zide, see the Zide downloads page. To download previous releases of Zide, see the Zide releases GitHub page.

Install Zide on Windows

To install Zide on Windows, complete the following steps.

  1. Open the downloaded Zide .exe file.
  2. In the Zide Setup dialog, click Next.
  3. In the Choose Install Location page, select where Zide will be installed. Then click Next.
  4. When the installation finishes, click Next.
  5. Click Finish.

Install Zide on macOS

To install Zide on macOS, complete the following steps.

  1. Open the downloaded Zide .dmg file.
  2. In the Zide Finder window, drag the Zide app icon into the Application folder.

Install Zide on Linux

You can install Zide on Linux with either a .deb package or a .AppImage file.

Install the .deb package

To install Zide on Linux with a .deb package complete the following steps.

  1. Open a terminal and navigate to the same directory as the .deb package.
  2. Run the following command in the terminal to install Zide.
Terminal window
sudo apt install ./Zide_*_amd64.deb

You can also double-click the .deb package to open the package in your software installer.

Run the .AppImage file

To run Zide from the desktop with .AppImage file, complete the following steps.

  1. Right-click the downloaded Zide .AppImage file and click Properties.
  2. In the Properties dialog, click the Permissions tab.
  3. In the Permissions tab, click Allow executing file as program.
  4. Click Close and then open the Zide file.

To run Zide from the terminal, complete the following steps.

  1. Open the terminal and navigate to the downloaded Zide .AppImage file.
  2. Run the chmod +x command followed by the Zide filename to grant executable permission to the file.
  3. Enter ./ followed by the filename to run Zide.

What to do next

You can connect a Git host, connect a CLI agent, and add a repository once Zide is installed. For more information about setting up Zide, see Quick start.