-
Notifications
You must be signed in to change notification settings - Fork 0
Installation Guide
Marco Sant Ana edited this page Oct 3, 2025
·
1 revision
Welcome to the ZebTrack-AI wiki!
This guide provides step-by-step instructions for downloading and running ZebTrack-AI on your computer.
-
Download the Installer:
- Click the following link to download the latest version for Windows:
- [Link to Windows Installer (coming soon)]
-
Run the Installer:
- Once the download is complete, find the
.exefile in your "Downloads" folder and double-click it. - The Windows Defender screen might appear. If it does, click "More info" and then "Run anyway".
- Follow the on-screen instructions in the installation wizard.
- Once the download is complete, find the
-
Launch ZebTrack-AI:
- After installation, a new icon for ZebTrack-AI will appear on your Desktop and in your Start Menu. Double-click it to start the program.
[Screenshot of the ZebTrack-AI icon on a Windows desktop]
-
Download the Application:
- Click the following link to download the latest version for macOS:
- [Link to macOS Application (coming soon)]
-
Move to Applications Folder:
- The download will be a
.dmgfile. Double-click it to open it. - A new window will appear showing the ZebTrack-AI application icon. Drag this icon into your "Applications" folder.
[Screenshot of dragging the .app file into the Applications folder on macOS]
- The download will be a
-
First-Time Launch:
- The first time you open the app, you may see a security warning because it was downloaded from the internet.
- To approve it, right-click (or Ctrl-click) the ZebTrack-AI icon in your Applications folder and select "Open". You will only need to do this once.
-
Launch ZebTrack-AI:
- You can now launch the application directly from your Applications folder or by searching for it in Spotlight.
-
Download the Executable:
- Click the following link to download the latest version for Linux (provided as an AppImage):
- [Link to Linux AppImage (coming soon)]
-
Make the File Executable:
- Open your terminal.
- Navigate to the directory where you downloaded the file (e.g.,
cd ~/Downloads). - Run the following command to give the file permission to execute:
chmod +x ZebTrack-AI-x86_64.AppImage
-
Launch ZebTrack-AI:
- You can now run the application directly from the terminal:
./ZebTrack-AI-x86_64.AppImage
- You can also double-click the AppImage file in your file manager to launch it.
[Screenshot of the AppImage file properties showing the "Allow executing file as program" permission is checked]
- You can now run the application directly from the terminal: