Skip to content

Kjeld Schouten

3 posts by Kjeld Schouten

Spring 2026: A New Shape for TrueForge

The past few months have been some of the busiest in TrueForge’s history. We have been quietly reshaping how our projects are organised, how they are built, and how they are presented to the world.

Today we are pulling the curtain back on all of it at once.

For a long time, most of what we did lived under a single umbrella site. That made sense when we were small — but as the projects grew, it stopped doing any of them justice.

So we split things up:

  • ContainerForge has its own dedicated website, focused entirely on our opinionated container image library, deployment guides, and Docker Compose examples.
  • GamingForge now has its own home as well, dedicated to our community game servers and the guides around them.
  • ManicMeads has been moved out into its own site, where the mead-making content can grow without competing with our infrastructure work.
  • TrueCharts is, once again, an independent website — back to having a focused space of its own that fits its scope and its community.

The main trueforge.org site now does what it was always meant to do: tell you what TrueForge is, and point you towards the projects we incubate.

TrueForge: A Multi-Project Facilitator and Incubator

Section titled “TrueForge: A Multi-Project Facilitator and Incubator”

This split is more than a website reshuffle. It reflects what TrueForge has been turning into for a while now: a multi-project facilitator and incubator.

Concretely, that means TrueForge takes on the parts of running a project that are hard to do alone:

  • Hosting and infrastructure
  • CI/CD pipelines and shared tooling
  • Documentation pipelines
  • Community building and moderation
  • Promotion and visibility
  • User and contributor support
  • Shared development effort across projects

Individual projects under our umbrella — TrueCharts, ContainerForge, ClusterTool, GamingForge, ManicMeads, and others to come — get to focus on what they actually do, while sharing the load underneath.

Splitting ForgeTool: Meet ClusterTool (Again)

Section titled “Splitting ForgeTool: Meet ClusterTool (Again)”

When we merged everything into ForgeTool, the goal was a single supertool. In practice, the two halves of that tool wanted very different things: one was about cluster management, the other was about internal development and CI/CD.

So we are splitting them again — and this time the split is intentional, not historical.

  • ClusterTool returns as its own dedicated tool, focused entirely on cluster management for TrueCharts and self-hosted Kubernetes setups (Talos, Helm, OCI workflows, the works).
  • ForgeTool continues, but with a much sharper scope: internal development and CI/CD tooling for TrueForge projects.

As part of bringing ClusterTool back to life as its own project, we are also changing its license from BSL to AGPL. ClusterTool is a tool that is meant to be used, modified, and shared by the community that depends on it, and AGPL fits that intent far better than BSL ever did.

Alfi Takes Over ClusterTool and TrueCharts Development

Section titled “Alfi Takes Over ClusterTool and TrueCharts Development”

Alongside the split, Alfi is taking over development of both ClusterTool and TrueCharts going forward. Under the TrueForge umbrella, that gives both projects a clear, dedicated lead — backed by TrueForge’s shared infrastructure, release engineering, and documentation pipelines, without forcing the projects themselves to merge.

Today we are also releasing ForgeTool v4.0.0.

The headline change is simple but important: ForgeTool no longer contains cluster management. Everything cluster-related has been moved to ClusterTool. ForgeTool v4 is now a focused tool for our internal development workflows and CI/CD pipelines.

If you were using ForgeTool to manage clusters, your migration path is ClusterTool.

Behind the scenes, we have spent a lot of effort moving away from the large, sprawling shell scripts that used to glue our documentation pipeline together. Big chunks of that pipeline now live inside ForgeTool itself as proper, testable commands.

It is less exciting from the outside than a new chart or a new container — but it is the kind of work that makes everything else faster, more reliable, and easier for new contributors to pick up.

ContainerForge is growing fast. The new site brings:

  • More guides, covering deployment, fundamentals, and platform-specific tips.
  • A dedicated section per container, including a Docker Compose example for that specific image — so you can go from “interesting image” to “running stack” in minutes.
  • Tighter alignment with TrueCharts so charts and containers continue to evolve together.

If you have been hesitant to leave Helm-land, the new ContainerForge docs should make standalone Docker / Compose deployments feel a lot more first-class.

  • TrueCharts users — head to truecharts.org for everything chart-related.
  • Container users — explore the new containerforge.org, including the per-container Compose examples.
  • Game server folksgamingforge.org is now your place, and yes, it has news of its own.
  • Mead enthusiasts — meet you over at manicmeads.com.
  • ClusterTool users — ClusterTool is back as its own project, AGPL-licensed, and now led by Alfi under the TrueForge umbrella.
  • ForgeTool users — upgrade to v4.0.0 for the new development-and-CI-focused tool, and switch to ClusterTool for cluster management.

We are excited about what this realignment unlocks. TrueForge as a facilitator, projects as first-class citizens, and a much clearer story for everyone involved.

— The TrueForge Team

Februari Update

While going into 2026 Trueforge has been hard at work last few months, here are some highlight to get you going with TrueForge Community projects this new year

Trueforge has released Forgetool, an successor of clustertool. Combining all our project tools into one big supertool!

Forgetool is the continuation of the original Clustertool, with updated internals and workflows. It is part of most of Trueforge’s CI pipelines and allows users to use the same tooling we use locally.

  • Support for Talos Linux 1.12
  • Updated and adjusted commands
  • Ongoing cleanup and restructuring of the tool

More changes and features are planned for future releases.

Alongside Forgetool, Trueforge has released a few new charts for TrueCharts:

Hytale Server Helm Chart, enabling deployment of Hytale servers on Kubernetes Multus-CNI, allowing deployment of Multus-CNI through Helm

Much work has been done on the ManicMead sideproject, documenting recepes and adding tasting notes

During the busy December months, we decided to let GamingForge just glide-along. However, the ARK server did get its needed updates and we improved snapshotting on both the Minecraft and ARK servers

We are hard at work on expanding containerforge library of image to be used for both our helm-charts as well as for Docker.

Announcing: ContainerForge

We’re excited to finally introduce ContainerForge, a new project under the TrueForge–TrueTech umbrella — and the foundation for all future TrueCharts containers!

🔗 Learn more: trueforge.org/truetech/containerforge
💬 Join the discussion: on our Discord
💻 Explore the code: github.com/trueforge-org/containerforge 💖 Support our work: Sponsor us on GitHub or OpenCollective


ContainerForge is an opinionated collection of container images — focused on being efficient, consistent, and easy to maintain.

Our containers follow modern standards and proven best practices:

  • Rootless by default (568:568) for security and compatibility
  • Multi-architecture builds (x86 and ARM)
  • Semantically versioned and digest-pinnable for predictable updates
  • Single-process design for simplicity and transparency

Our guiding principle is simple:

“Build efficient, standardised and secure containers.”


While ContainerForge isn’t built exclusively for TrueNAS, it’s designed to work exceptionally well with TrueNAS’ Custom App and Docker Compose deployment options.

Here’s how we make that experience smoother:

  • Correct Default User (568:568) – Matches TrueNAS’ Apps user to avoid permission issues
  • Automatic Update Control – TrueNAS can automatically track and update containers by digest, patch, minor, or major version
  • Consistent Configuration Paths – Standardized /config directories simplify backups and migration
  • Ubuntu-based Base Images – Ensuring stable, secure, and well-supported foundations

These considerations make deploying ContainerForge images on TrueNAS a clean and predictable experience — without needing extra tweaks or compatibility layers.


🧱 Standardised, Extensible, and Transparent

Section titled “🧱 Standardised, Extensible, and Transparent”

ContainerForge builds upon the experience of existing projects such as home-operations, linuxserver.io, and hotio.dev.

What makes it different:

  • Consistent Standards — All images follow a unified base and structure
  • Transparency — Each build is verifiable with GitHub Actions attestations
  • Community Alignment — Designed for TrueCharts integration and home-lab friendliness

And because every image shares a common, well-defined base (Ubuntu, Python, Node, Golang, Java, etc.), ContainerForge enables fast, reliable updates across the board.


This is only the beginning.
We’re planning to expand ContainerForge with pre-made example Docker Compose files, making deployment even easier for users who prefer direct container setups over Helm or Kubernetes.

Our long-term goal: provide a complete, consistent container ecosystem that works great everywhere — whether through TrueCharts, TrueNAS, or standalone Docker Compose setups.


Start exploring the collection now:
👉 GitHub Packages

Full documentation and details:
👉 trueforge.org/truetech/containerforge


ContainerForge is an open, community-driven project.
We welcome feedback, contributions, and discussions from everyone interested in building and running better containers.

Join us on GitHub or Discord, and help shape the next generation of container infrastructure for the TrueForge ecosystem.