Qlik Sense For Mac Download

Hi,

Keen to download personal edition but am using a Mac. Is there a native Mac download or do I need to use - 547897. Qlik Sense on Virtual Private Cloud f/k/a AWS.

  • Install a Windows emulator. Install Qlik Sense into that emulator. Alternatively: Have a Windows Server, install Qlik Sense (server edition) on that and use a HTML5 compatible browser on your Ma to develop in that (as that works 99% the same as the local client install).
  • Welcome to Qlik Sense. Here at Qlik we've created, developed and curated various resources to get you started quickly. Download our Resource Guide to understand Qlik's core assets and get started with the steps below.

Background

A while back, I jumped ship to Mac, and I am now on a 27″ iMac (5K). After lots of other considerations than checking if Qlik was compatible with Mac, I ended up making the purchase. However, after making the purchase, I was somewhat sad to learn that Qlik Sense Desktop was not a native Mac app. Sure, you can run Qlik Sense Desktop inside an installation of Windows in Parallels or VMware (the guest), but it would be nicer, if you could just browse to Qlik Sense Desktop directly from your Mac (the host).

Qlik Sense Tutorials

Local Web Server

Qlik Sense Download

When you install and run Qlik Sense Desktop, a local web server is running in the background. That is why you can go to your favorite browser and type localhost:4848/hub (or 127.0.0.1:4848/hub) and expect to see a result. The web server is located on the loopback address, which means it is not exposed outside of the machine in which the server is running (in this case the virtual machine or the guest).

Download Qlik Sense Desktop 3.2

Exposing the Local Web Server to Mac

Qlik

One way of exposing the local Qlik Sense Desktop web server to Mac is setting up a SSH server on the guest (and in this case I am using Parallels). I assume, you already have Windows installed, next step is to install the SSH server.

  1. Set Parallels to Bridged Networking with the default adapter
  2. Download and install Bitvise SSH Server

    This slideshow requires JavaScript.

  3. Check your IP address on the guest. Open Command Prompt (cmd) and execute “ipconfig”. The guest’s IPv4 Address is 192.168.0.22
  4. Now, connect to the newly installed Bitvise SSH Server using Terminal on Mac. Launch “ssh” with the following parameters: “-D 9000” to setup a proxy on Mac on port 9000, and “192.168.0.22” pointing to the Bitvise SSH Server

    ssh -D 9000 192.168.0.22

    This slideshow requires JavaScript.

  5. Finally, setup the proxy in a browser like Firefox, and ta-da Qlik Sense Desktop on Mac

    This slideshow requires JavaScript.