Skip to content

Installation Guide

Marco Sant Ana edited this page Oct 3, 2025 · 1 revision

Welcome to the ZebTrack-AI wiki!

Installation Guide

This guide provides step-by-step instructions for downloading and running ZebTrack-AI on your computer.

For Windows

  1. Download the Installer:

    • Click the following link to download the latest version for Windows:
    • [Link to Windows Installer (coming soon)]
  2. Run the Installer:

    • Once the download is complete, find the .exe file 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.
  3. 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]


For macOS

  1. Download the Application:

    • Click the following link to download the latest version for macOS:
    • [Link to macOS Application (coming soon)]
  2. Move to Applications Folder:

    • The download will be a .dmg file. 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]

  3. 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.
  4. Launch ZebTrack-AI:

    • You can now launch the application directly from your Applications folder or by searching for it in Spotlight.

For Linux

  1. Download the Executable:

    • Click the following link to download the latest version for Linux (provided as an AppImage):
    • [Link to Linux AppImage (coming soon)]
  2. 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
  3. 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]

Clone this wiki locally