Skip to content

Installation

Andre Carbajal Vargas edited this page Sep 26, 2025 · 2 revisions

Installation

To install MineControlCli, you can build it from source (see BUILD.md for more information), download the latest release from our GitHub Releases page, or use the installers/scripts according to your operating system:

Installers

  • Windows:

    1. Download the installer (.exe) from the releases page.
    2. Run the installer and follow the on-screen instructions.
    3. Alternatively, you can download the native executable or the JAR file and follow the manual steps below.
  • macOS / Linux:

    1. Run the following command in your terminal to install using the automatic script:
      curl -fsSL https://raw.githubusercontent.com/andre-carbajal/mine-control-cli/refs/heads/main/install.sh | sh
    2. Alternatively, you can download the native executable or the JAR file and follow the manual steps below.

Releases

  • Java JAR file:
    1. Download the latest JAR file.
    2. Place the JAR file in a directory of your choice.
    3. Open a terminal and navigate to the directory where you placed the JAR file.
    4. Run the following command to start MineControlCli:
      java -jar mine-control-cli-x.x.x.jar
  • Native executable:
    1. Download the latest native executable for your platform.
    2. Place the executable in a directory of your choice.
    3. (Recommended) Add the directory to your system PATH to run MineControlCli from anywhere.
    4. Open a terminal
    5. Navigate to the directory where you placed the executable (if not in PATH).
    6. Run the following command to start MineControlCli:
      • On Linux/macOS:
        ./mine-control-cli
      • On Windows:
        mine-control-cli.exe

Clone this wiki locally