# Tornado Installation Guide

System Requirements

#### Hardware Requirements <a href="#hardware-requirements" id="hardware-requirements"></a>

* CPU: 2 cores or more
* RAM: 4 GB minimum (8 GB recommended)
* Storage: 1 GB free space minimum
* Internet Connection: Required

#### Software Requirements <a href="#software-requirements" id="software-requirements"></a>

* Operating Systems:
  * Windows 8.1 or later
  * macOS 10.15 or later
  * Linux (Ubuntu 20.04 or later)
* WebView2 Runtime (Windows only - automatically prompted if needed)
* Administrator privileges (optional)

### Download Process <a href="#download-process" id="download-process"></a>

#### 1. How to get Tornado <a href="#id-1.-get-tornado" id="id-1.-get-tornado"></a>

* **Existing customers** can download it via the **Tornado Preview button** in the Main Menu of the AIR console.

<figure><img src="https://1662683669-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnA8kGzryHKp7UhDaLtzW%2Fuploads%2Fgit-blob-834d2a866e65cbddac42d574a1be4016a5276484%2Ftornado_installation_guide_download_guide.png?alt=media" alt=""><figcaption><p>Tornado Installation Guide: Download guide</p></figcaption></figure>

* **Non-AIR customers** can download Tornado through this[ **landing page**](https://www.binalyze.com/products/tornado).
* Navigate to the Tornado download section
* Select your operating system version:

<figure><img src="https://1662683669-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnA8kGzryHKp7UhDaLtzW%2Fuploads%2Fgit-blob-9bed87cf0bea04e686ccfbe79cfb6f094443546d%2Ftornado_installation_guide_download_binary.png?alt=media" alt=""><figcaption><p>Tornado Installation Guide: Download binary</p></figcaption></figure>

* Download the appropriate package:
  * Windows: .exe (standalone executable)
  * macOS: .dmg
  * Linux: binary file

#### 2. Verify the Download <a href="#id-2.-verify-the-download" id="id-2.-verify-the-download"></a>

* Check file integrity
* Ensure complete download
* Store in a permanent location

### Installation Steps <a href="#installation-steps" id="installation-steps"></a>

#### Windows <a href="#windows" id="windows"></a>

1. **Tornado Setup**

   * No installation required
   * Place the .exe file in the desired location:

   <figure><img src="https://1662683669-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnA8kGzryHKp7UhDaLtzW%2Fuploads%2Fgit-blob-1da87cfeea1c6f8b305e8ac28c81ecce488858ff%2Fimage%20(13).png?alt=media" alt="" width="563"><figcaption><p>Tornado Installation Guide: Tornado run on a Windows Desktop</p></figcaption></figure>

* Create a shortcut (optional)
* Run directly from any location

1. **First Launch**
   * Double-click the .exe file
   * If WebView2 Runtime is missing:
     * An automatic prompt will appear
     * Follow the WebView2 installation process
     * Tornado will restart automatically
   * The application starts after WebView2 checks
2. **WebView2 Note**
   * Automatically detected and prompted
   * No manual download is needed
   * One-time setup process
   * Required only for Windows 8.1 and 10

#### macOS <a href="#macos" id="macos"></a>

1. **Open the Package**

   * Double-click the .dmg file
   * Drag Tornado to the Applications folder:

   <figure><img src="https://1662683669-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnA8kGzryHKp7UhDaLtzW%2Fuploads%2Fgit-blob-c7bd0ef11bb28cee452f9d4eb3040463360791d5%2Ftornado_installation_guide_drag_tornado_to_the_applications_folder.png?alt=media" alt=""><figcaption><p>Tornado Installation Guide: Drag Tornado to the Applications folder</p></figcaption></figure>

* Verify app installation:

<figure><img src="https://1662683669-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnA8kGzryHKp7UhDaLtzW%2Fuploads%2Fgit-blob-e27eaa297dfacccc2a0150cacd973df2909ce997%2Ftornado_installation_guide_applications_folder.png?alt=media" alt=""><figcaption><p>Tornado Installation Guide: Applications Folder</p></figcaption></figure>

1. **Security Settings**
   * Open System Preferences
   * Navigate to Security & Privacy
   * Allow Tornado to run (first launch)
2. **First Launch**

   * Launch from the Applications folder or Launchpad
   * Grant necessary permissions

   <figure><img src="https://1662683669-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnA8kGzryHKp7UhDaLtzW%2Fuploads%2Fgit-blob-73071d1e158478e5f384885e169066f99c99ff42%2Ftornado_installation_guide_grant_permissions.png?alt=media" alt=""><figcaption><p>Tornado Installation Guide: Grant Permissions</p></figcaption></figure>

#### Linux <a href="#linux" id="linux"></a>

1. **Binary Setup**

   `# Navigate to download directory cd ~/Downloads # Make binary executable chmod +x ./tornado # Move to a permanent location (optional) sudo mv tornado /usr/local/bin/ # Run Tornado ./tornado`
