HashCore Docs
Installation

Installing Dependencies - Windows

Windows (via WSL2)

  1. Install Docker Desktop. Download and install Docker Desktop from the official website: https://www.docker.com/products/docker-desktop/. After installation, launch Docker Desktop, log in to your Docker account, and ensure that "Engine running" is displayed in the bottom left corner.
  2. Install WSL2 and Ubuntu: Open PowerShell as an administrator and execute:
    wsl --install
    

    This command will install WSL2 and download the Ubuntu distribution. The Ubuntu console will be available in the Start menu. All subsequent commands are to be executed in this window.
  3. Configure Docker + WSL Integration In Docker Desktop, navigate to: Settings → Resources → WSL Integration, check "Enable integration with my default WSL distro", and click the Apply & Restart button.
    1. Install Git and verify Docker. In the Ubuntu terminal, install Git and verify Docker (as in the Linux instructions above).
© 2026 HashCore. All rights reserved.