What is it?
Krita Bundle Creator is a Python addon for Krita 5.x that lets you build custom .bundle files from your installed resources.
Spanish and English languages
Just click on a brush and the addon takes care of everything: it detects all dependencies (brush tips, patterns) and packages them automatically, including properly formatted tags that Krita reads correctly right after import. No manual work, no broken brushes.
Download: https://drive.google.com/open?id=1NNXL8ZvgOt7MjlaRjpcvSUJLVmI7X4aP&usp=drive_fs
Features
-
One-click packaging — Select a brush and click
. The addon reads the preset, resolves all its internal dependencies (brush tips, patterns), and adds everything to the bundle automatically. Nothing gets left behind. -
Correct tag generation — The bundle includes properly formatted tags that Krita recognizes natively. Your brushes appear organized in Krita’s brush panel immediately after importing, no extra setup needed.
-
Browse all installed resources — Scans your Krita resource folder and lists every paintop preset, gradient, palette, and workspace available, whether they come from installed bundles or loose files.
-
Filter and search — Filter resources by name, tag, or source bundle to find what you need quickly.
-
Thumbnail preview — Brush presets display their thumbnail directly in the list.
-
Custom bundle metadata — Set the bundle name, author, description, and a custom tag that will be assigned to all included resources.
-
Custom icon — Choose any square image from your disk to use as the bundle’s preview icon inside Krita.
-
Save and load selections — Export your current resource selection as a
.jsonfile and reload it later, so you can rebuild or update a bundle without starting from scratch. -
Multiple resource types — Supports paintop presets (
.kpp), gradients, palettes, and workspaces.
How to install
-
Download the
.zipfile from the link below. -
Open Krita → Tools → Scripts → Import Python Plugin from File.
-
Select the downloaded
.zipand click OK. -
Restart Krita.
-
The addon will be available under Tools → Scripts → Bundle Creator.
Compatible with Krita 5.x on Windows, Linux, and macOS.
How to use
Step 1 — Open the addon Go to Tools → Scripts → Bundle Creator.
Step 2 — Scan your resources Click Scan to load all resources from your Krita resource folder. This may take a few seconds depending on how many bundles you have installed.
Step 3 — Add resources to the bundle Browse the left panel. Use the search bar and filters to find specific brushes, gradients, palettes, or workspaces. Select one or multiple items and click
to add them to the bundle, or double-click to add a single item.
Step 4 — Configure the bundle Fill in the fields on the right panel:
-
Name — The bundle’s display name inside Krita.
-
Author — Your name or studio name.
-
Description — A short description of the bundle’s contents.
-
Tag — A tag that will be assigned to all resources in the bundle, making them easy to find in Krita’s brush panel.
-
Icon — Click “
Choose image…” to select a square image (.png, .jpg) to use as the bundle icon.
Step 5 — Save your selection (optional) Click Export selection to save a .json file with the current list of resources. You can reload it later with Import selection.
Step 6 — Build the bundle Click Create bundle, choose a save location, and the addon will generate the .bundle file with all selected resources and their dependencies included.
Step 7 — Import into Krita Go to Krita’s Settings → Manage Resources → Import Bundle/Resource, select your new .bundle file, and activate it.





