Qontinuiontinui

Runner Installation Guide

Step-by-step instructions for installing Qontinui Runner on your system.

🪟 Windows Installation

Standard Installation

  1. 1.

    Download the .msi installer

    Get the latest version from the download page

  2. 2.

    Run the installer

    Double-click the .msi file

  3. 3.

    Handle SmartScreen warning

    To proceed:

    1. Click "More info" on the SmartScreen dialog
    2. Click "Run anyway"
  4. 4.

    Follow the installation wizard

    Accept the license and choose installation location

  5. 5.

    Launch Qontinui Runner

    Find it in the Start Menu or on your Desktop (if selected)

System Requirements

  • Windows 10 or Windows 11
  • 64-bit processor
  • 4 GB RAM (8 GB recommended)
  • 200 MB free disk space

🍎 macOS Installation

Standard Installation

  1. 1.

    Download the .dmg file

    Universal binary works on Intel and Apple Silicon Macs

  2. 2.

    Open the DMG file

    Double-click to mount the disk image

  3. 3.

    Drag to Applications

    Drag "Qontinui Runner" to the Applications folder

  4. 4.

    First launch (Gatekeeper workaround)

    Method 1 (Recommended):

    1. Find Qontinui Runner in Applications
    2. Right-click (or Control-click) on the app
    3. Select "Open" from the menu
    4. Click "Open" in the dialog
    5. Subsequent launches will work normally

    Method 2 (Terminal):

    xattr -cr /Applications/Qontinui\ Runner.app

System Requirements

  • macOS 11 (Big Sur) or later
  • Apple Silicon (M1/M2/M3) or Intel processor
  • 4 GB RAM (8 GB recommended)
  • 200 MB free disk space

🐧 Linux Installation

AppImage Installation

  1. 1.

    Download the AppImage

    Universal format that works on most distros

  2. 2.

    Make it executable

    chmod +x qontinui-runner-*.AppImage
  3. 3.

    Run the AppImage

    ./qontinui-runner-*.AppImage
  4. 4.

    Optional: System Integration

    Install AppImageLauncher to integrate with your application menu

System Requirements

  • Modern Linux distribution (Ubuntu 20.04+, Fedora 34+, etc.)
  • 64-bit processor
  • X11 or Wayland display server
  • 4 GB RAM (8 GB recommended)
  • 200 MB free disk space

Verifying Your Download

For security-conscious users, you can verify the integrity of your download using checksums. All releases include SHA-256 checksums on GitHub.

Windows (PowerShell):

Get-FileHash qontinui-runner-*.msi -Algorithm SHA256

macOS/Linux:

shasum -a 256 qontinui-runner-*

Compare the output with the checksum listed on the download page or GitHub releases.

Troubleshooting

Windows: "This app can't run on your PC"

You need a 64-bit version of Windows. Qontinui Runner doesn't support 32-bit systems.

macOS: "Damaged and can't be opened"

This happens when macOS quarantines downloaded files. Fix with:

xattr -cr /Applications/Qontinui\ Runner.app

Linux: "Permission denied"

Make sure the AppImage is executable:

chmod +x qontinui-runner-*.AppImage

Next Steps

Runner Installation Guide - Qontinui