Install and Update Minecraft Modpacks easliy. https://pilzinsel64.de/modium/
  • C# 99.5%
  • Shell 0.5%
Find a file
2026-05-11 11:05:12 +00:00
.forgejo ci: generate release-notes 2026-05-11 10:43:47 +00:00
Modium refactor: rename project to Modium 2026-05-05 11:36:37 +02:00
Modium.Apps refactor: rename project to Modium 2026-05-05 11:36:37 +02:00
Modium.Apps.Admin refactor: rename project to Modium 2026-05-05 11:36:37 +02:00
Modium.Apps.Client refactor: rename project to Modium 2026-05-05 11:36:37 +02:00
Modium.Installation refactor: rename project to Modium 2026-05-05 11:36:37 +02:00
Modium.Management refactor: rename project to Modium 2026-05-05 11:36:37 +02:00
publish-scripts@704abd4ed1 disable auto-updates for some managed packages 2026-01-31 11:23:33 +01:00
.gitattributes initial commit 2022-06-14 12:15:29 +02:00
.gitignore ignore .idea 2025-11-08 22:51:12 +01:00
.gitmodules update nuget packages & fixes 2025-12-19 14:54:28 +01:00
CHANGELOG.template.md changelog: update download table 2026-05-11 11:05:12 +00:00
Directory.Build.props build: exclude native pdb files from SkiaSharp 2026-05-01 17:16:33 +02:00
Directory.Packages.props cli: progress bar & status applet 2026-05-03 09:48:52 +02:00
LICENSE add license 2025-11-08 11:33:29 +00:00
Modium.sln refactor: rename project to Modium 2026-05-05 11:36:37 +02:00
NuGet.Config update nuget packages & fixes 2025-12-19 14:54:28 +01:00
publish.sh ci: disable rpm builds 2026-05-03 10:11:53 +02:00
README.md readme: update download table 2026-05-11 11:04:32 +00:00
Version.cs update nuget packages & fixes 2025-12-19 14:54:28 +01:00

Modium

The Modium is a simple application that provides an easy way for distribution for a modpack. It is splitted into two parts: The client application to install and update a modpack for the end-user and the admin application which manages a modpack, its mods, updates, options, etc.

Download

Distribution Kind Modium (Client) Modium Admin
Windows Zip x64, arm64 x64, arm64
Linux AppImage x64, arm64 x64, arm64
Linux Debian Install, Download Install, Download
MacOSX Zip x64, arm64 x64, arm64

Debian package

For Debian, Linux Mint, Ubuntu or any Debian derivative, you can also install via apt. For this, add the repository.

sudo curl https://git.pilzinsel64.de/api/packages/LITW-Refined/debian/repository.key -o /etc/apt/keyrings/forgejo-LITW-Refined.asc
echo "deb [signed-by=/etc/apt/keyrings/forgejo-LITW-Refined.asc] https://git.pilzinsel64.de/api/packages/LITW-Refined/debian stable main" | sudo tee -a /etc/apt/sources.list.d/forgejo.list
sudo apt update

After adding the repository, you can install with one of the following commands:

  • Client: sudo apt install modium
  • Manager: sudo apt install modium-admin

Usage

See the Wiki for user and admin manuals.