Install and Update Minecraft Modpacks easliy. https://pilzinsel64.de/modium/
  • C# 99.5%
  • Shell 0.5%
Find a file
Pilzinsel64 1e1c4100f5
All checks were successful
Build and test / build-release (push) Successful in 58s
readme: fix modium-admin install command
2026-05-05 19:02:39 +02:00
.forgejo ci: disable rpm builds 2026-05-03 10:11:53 +02: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
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: fix modium-admin install command 2026-05-05 19:02:39 +02: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.

Installation

Take a look at the releases page. Pick the package for your distribution and architecture.

Note, there are two applications:

  • modium -> Client app for end-users
  • modium-admin -> Manager app for modpack admins

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.