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.
- Open the downloaded Zide
.exefile. - In the Zide Setup dialog, click Next.
- In the Choose Install Location page, select where Zide will be installed. Then click Next.
- When the installation finishes, click Next.
- Click Finish.
Install Zide on macOS
To install Zide on macOS, complete the following steps.
- Open the downloaded Zide
.dmgfile. - 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.
- Open a terminal and navigate to the same directory as the
.debpackage. - Run the following command in the terminal to install Zide.
sudo apt install ./Zide_*_amd64.debYou 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.
- Right-click the downloaded Zide
.AppImagefile and click Properties. - In the Properties dialog, click the Permissions tab.
- In the Permissions tab, click Allow executing file as program.
- Click Close and then open the Zide file.
To run Zide from the terminal, complete the following steps.
- Open the terminal and navigate to the downloaded Zide
.AppImagefile. - Run the
chmod +xcommand followed by the Zide filename to grant executable permission to the file. - 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.