Install and Update Minecraft Modpacks easliy. https://pilzinsel64.de/modium/
  • C# 99.5%
  • Shell 0.5%
Find a file
Pilzinsel64 1f23b5f89a
All checks were successful
Build and test / build-and-test (push) Successful in 1m2s
refator: update app description
2026-06-22 12:54:33 +02:00
.forgejo ci: don't hide archive link on releases 2026-05-31 09:03:02 +00:00
Modium factor: generalize for all games usage 2026-06-22 11:16:40 +02:00
Modium.Apps factor: generalize for all games usage 2026-06-22 11:16:40 +02:00
Modium.Apps.Admin refator: update app description 2026-06-22 12:54:33 +02:00
Modium.Apps.Client refator: update app description 2026-06-22 12:54:33 +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@e595e4b75c update submodule 2026-05-29 20:57:44 +02: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.