Zammad Addons New May 2026

Here is a curated list of the latest, most impactful addons currently reshaping the Zammad experience.

Most new addons are distributed as .gem files or via GitHub.

Pro Tip: Always test new addons in a Docker sandbox first. The "newest" addons for Zammad may rely on bleeding-edge Node.js packages. zammad addons new


Let’s be honest: The core "Text Modules" in Zammad are clunky. The add-on turns them into a powerhouse.

Zammad addons are essentially Rails Engines. You can create a skeleton plugin using the standard Rails plugin generator. Here is a curated list of the latest,

Run this inside your Zammad development folder (or wherever you keep your code):

rails plugin new zammad_addon_my_new_feature --mount-at=/my_new_feature --full

Before installing, ask these three questions: Pro Tip: Always test new addons in a Docker sandbox first

Pro tip: Use the official Zammad Addon Marketplace filter “Newest” – but cross-check with GitHub stars and last commit date.