Pakku Help

Installing Pakku

You can install Pakku using Scoop for Windows, using Brew for macOS (or Linux) or manually.

Pakku also requires Java to be installed on your computer, so please, before installing, check whether you have Java installed on your computer. If not, you can install it from here.

Install Pakku using Scoop for Windows

  1. Check whether you have Scoop installed on your computer. If not, check the installation instructions from here.

  2. In your terminal/CMD, run this Scoop command:

    scoop install https://juraj-hrivnak.github.io/Pakku/install/pakku.json
  3. In your modpack folder, run Pakku from your terminal/CMD:

    pakku

    Install Pakku using Brew for macOS (or Linux)

    1. Check whether you have Brew installed on your computer. If not, check the installation instructions from here.

    2. In your terminal, run this Brew command:

      brew install juraj-hrivnak/pakku/pakku
    3. In your modpack folder, run Pakku from your terminal:

      pakku

      Install Pakku manually

      1. Download the pakku.jar from GitHub releases and place it into your modpack folder.

      2. In your modpack folder, run Pakku locally from your terminal/CMD:

        java -jar pakku.jar
        Last modified: 25 April 2025