In this guide, we walk through how to install the open-source BI product Helical Insight using Docker — including a Windows-specific performance optimization using WSL (Windows Subsystem for Linux). Version 6.0 onward officially supports Docker deployment.

Note for Windows Users: If you are on Ubuntu, Linux, or another Unix OS, skip the Windows WSL section below and jump directly to Step 1. The WSL setup is only needed for Windows users.

Docker Deployment on Windows – Performance Optimization via WSL

Why Use the WSL Filesystem?

During Docker deployments on Windows, the WSL layer used by Docker Desktop performs significantly slower when files live on the Windows filesystem (/mnt/c/…). This can cause deployments to take 25–35 minutes to reach healthy status. Placing files inside the WSL Linux filesystem cuts that time to speeds comparable to native Ubuntu.

Prerequisites

If WSL is not yet installed on your machine, open PowerShell as Administrator and run the following command:

wsl.exe –install ubuntu

This installs WSL 2 along with Ubuntu by default. Restart your machine when prompted, then continue with the phases below.

ℹ WSL Install Info

The wsl.exe –install ubuntu command sets up WSL 2 and installs Ubuntu automatically. If you already have WSL installed, run: wsl –update to ensure you are on the latest version.

  • WSL 2 installed and enabled on your system
  • Ubuntu distribution installed in WSL
  • Docker Desktop installed and running
  • Docker Desktop integrated with the WSL Ubuntu distribution

Phase 1 – Verify WSL2 Installation

Open PowerShell and run the following command to check installed WSL distributions:

Installation via Docker of Open Source BI Helical Insight

Ensure the installed distribution is running with Version 2 (WSL2).

Phase 2 – Install Ubuntu Distribution

Install Ubuntu from the Microsoft Store if it is not already installed, then launch it after installation.

Phase 3 – Create a User in Ubuntu

During the first launch, Ubuntu will prompt you to create a username and password. Use these credentials to access the Ubuntu terminal.

Note : Open Ubuntu Terminal

Phase 4 – Create Deployment Directory

Inside the Ubuntu terminal, create a directory for deployment:

Installation via Docker of Open Source BI Helical Insight

Phase 5 – Copy and UNZIP Application Files via Windows File Explorer

Open Windows File Explorer and navigate to the WSL Ubuntu path below. Copy the downloaded Helical Insight ZIP into this folder, then unzip it here inside the Ubuntu filesystem:

Replace <User> with your User

Installation via Docker of Open Source BI Helical Insight

Installation via Docker of Open Source BI Helical Insight

Note:- Do NOT run the deployment from the Windows filesystem path such as /mnt/c/Users/… Always use the Ubuntu filesystem (/home/<username>/helical) for optimal Docker performance.

Phase 6 – Enable WSL Integration in Docker Desktop

Open Docker Desktop and navigate to Settings → Resources → WSL Integration. Enable the toggle for Ubuntu so Docker can access the WSL Linux filesystem.

Installation via Docker of Open Source BI Helical Insight

Docker Desktop → Settings → Resources → WSL Integration — enable the Ubuntu toggle for Ubuntu as shown

Phase 7 – Verify Configuration in README

Before starting the deployment, open README.md inside the unzipped folder and complete all required configuration changes (IP, ports, environment variables, etc.).

Update the .env File

Open the hidden .env file located in the Docker directory alongside docker-compose.yml. Example path:

By default, HOST_IP contains a placeholder IP. Replace it with your current server IP or hostname. Use ipconfig /all (Windows) or ifconfig (Linux/Mac) to find your IP.

Installation via Docker of Open Source BI Helical Insight

Phase 8 – Start Docker Deployment from Ubuntu Terminal

Open the Ubuntu terminal (from the Start Menu or by typing ubuntu in PowerShell). Navigate to the unzipped Helical Insight application folder and run:

Installation via Docker of Open Source BI Helical Insight

Installation via Docker of Open Source BI Helical Insight

To start the Helical Insight application, run:

Run : docker compose up -d

The -d flag runs containers in detached (background) mode. Once running, access Helical Insight at:

Installation via Docker of Open Source BI Helical Insight

In our case it will be https://localhost/hi-ee ( in above we have kept local host has our ip in .env file)

Installation via Docker of Open Source BI Helical Insight

Expected Result

Docker deployment on Windows will now be significantly faster — comparable to native Linux environments. All containers should reach Healthy status much quicker than running from the Windows filesystem.

Step 1 – Helical Insight Docker Guide

This section applies to all operating systems. Ensure you have the following installed:

  • Docker — https://docs.docker.com/get-docker/
  • Docker Compose — https://docs.docker.com/compose/install/

We provide a docker-compose.yml file within the shipped ZIP package. Extract the ZIP file and navigate to the directory containing docker-compose.yml.

Managing the Helical Insight Container

Stop the Container

docker-compose down

Restart the Container

docker-compose down && docker-compose up -d

Conclusion

By leveraging the WSL Ubuntu filesystem instead of the Windows filesystem, Docker deployments become significantly faster on Windows — matching native Linux performance. The key steps are:

  1. Enable WSL Integration for Ubuntu in Docker Desktop (Settings → Resources → WSL Integration)
  2. Navigate to \\wsl$\Ubuntu\home\<User>\helical in File Explorer and unzip the package there
  3. Open the .env file and update HOST_IP with your server’s IP
  4. Open the Ubuntu terminal, navigate to the application folder, and run docker-compose up -d

For further customisation and troubleshooting, refer to the Helical Insight documentation at helicalinsight.com or reach out to support@helicalinsight.com.

Leave a Reply

Helical Insight’s self-service capabilities is one to reckon with. It allows you to simply drag and drop columns, add filters, apply aggregate functions if required, and create reports and dashboards on the fly. For advanced users, the self-service component has ability to add javascript, HTML, HTML5, CSS, CSS3 and AJAX. These customizations allow you to create dynamic reports and dashboards. You can also add new charts inside the self-service component, add new kind of aggregate functions and customize it using our APIs.
Helical Insight’s self-service capabilities is one to reckon with. It allows you to simply drag and drop columns, add filters, apply aggregate functions if required, and create reports and dashboards on the fly. For advanced users, the self-service component has ability to add javascript, HTML, HTML5, CSS, CSS3 and AJAX. These customizations allow you to create dynamic reports and dashboards. You can also add new charts inside the self-service component, add new kind of aggregate functions and customize it using our APIs.
Helical Insight, via simple browser based interface of Canned Reporting module, also allows to create pixel perfect printer friendly document kind of reports also like Invoice, P&L Statement, Balance sheet etc.
Helical Insight, via simple browser based interface of Canned Reporting module, also allows to create pixel perfect printer friendly document kind of reports also like Invoice, P&L Statement, Balance sheet etc.
If you have a product, built on any platform like Dot Net or Java or PHP or Ruby, you can easily embed Helical Insight within it using iFrames or webservices, for quick value add through instant visualization of data.
If you have a product, built on any platform like Dot Net or Java or PHP or Ruby, you can easily embed Helical Insight within it using iFrames or webservices, for quick value add through instant visualization of data.
Being a 100% browser-based BI tool, you can connect with your database and analyse across any location and device. There is no need to download or install heavy memory-consuming developer tools – All you need is a Browser application! We are battle-tested on most of the commonly used browsers.
Being a 100% browser-based BI tool, you can connect with your database and analyse across any location and device. There is no need to download or install heavy memory-consuming developer tools – All you need is a Browser application! We are battle-tested on most of the commonly used browsers.
We have organization level security where the Superadmin can create, delete and modify roles. Dashboards and reports can be added to that organization. This ensures multitenancy.
We have organization level security where the Superadmin can create, delete and modify roles. Dashboards and reports can be added to that organization. This ensures multitenancy.
We have organization level security where the Superadmin can create, delete and modify roles. Dashboards and reports can be added to that organization. This ensures multitenancy.
We have organization level security where the Superadmin can create, delete and modify roles. Dashboards and reports can be added to that organization. This ensures multitenancy.
A first-of-its-kind Open-Source BI framework, Helical Insight is completely API-driven. This allows you to add functionalities, including but not limited to adding a new exporting type, new datasource type, core functionality expansion, new charting in adhoc etc., at any place whenever you wish, using your own in-house developers.
A first-of-its-kind Open-Source BI framework, Helical Insight is completely API-driven. This allows you to add functionalities, including but not limited to adding a new exporting type, new datasource type, core functionality expansion, new charting in adhoc etc., at any place whenever you wish, using your own in-house developers.
It handles huge volumes of data effectively. Caching, Pagination, Load-Balancing and In-Memory not only provides you with amazing experience, but also and does not burden the database server more than required. Further effective use of computing power gives best performance and complex calculations even on the big data even with smaller machines for your personal use. Filtering, Sorting, Cube Analysis, Inter Panel Communication on the dashboards all at lightning speed. Thereby, making best open-source Business Intelligence solution in the market.
It handles huge volumes of data effectively. Caching, Pagination, Load-Balancing and In-Memory not only provides you with amazing experience, but also and does not burden the database server more than required. Further effective use of computing power gives best performance and complex calculations even on the big data even with smaller machines for your personal use. Filtering, Sorting, Cube Analysis, Inter Panel Communication on the dashboards all at lightning speed. Thereby, making best open-source Business Intelligence solution in the market.
With advance NLP algorithm, business users simply ask questions like, “show me sales of last quarter”, “average monthly sales of my products”. Let the application give the power to users without knowledge of query language or underlying data architecture
With advance NLP algorithm, business users simply ask questions like, “show me sales of last quarter”, “average monthly sales of my products”. Let the application give the power to users without knowledge of query language or underlying data architecture
Our application is compatible with almost all databases, be it RDBMS, or columnar database, or even flat files like spreadsheets or csv files. You can even connect to your own custom database via JDBC connection. Further, our database connection can be switched dynamically based on logged in users or its organization or other parameters. So, all your clients can use the same reports and dashboards without worrying about any data security breech.
Our application is compatible with almost all databases, be it RDBMS, or columnar database, or even flat files like spreadsheets or csv files. You can even connect to your own custom database via JDBC connection. Further, our database connection can be switched dynamically based on logged in users or its organization or other parameters. So, all your clients can use the same reports and dashboards without worrying about any data security breech.
Our application can be installed on an in-house server where you have full control of your data and its security. Or on cloud where it is accessible to larger audience without overheads and maintenance of the servers. One solution that works for all.
Our application can be installed on an in-house server where you have full control of your data and its security. Or on cloud where it is accessible to larger audience without overheads and maintenance of the servers. One solution that works for all.
Different companies have different business processes that the existing BI tools do not encompass. Helical Insight permits you to design your own workflows and specify what functional module of BI gets triggered
Different companies have different business processes that the existing BI tools do not encompass. Helical Insight permits you to design your own workflows and specify what functional module of BI gets triggered