Download Latest Version DiceBear 10.6 - Release Notes source code.zip (6.0 MB)
Email in envelope

Get an email when there's a new version of DiceBear

Home / v10.6.0
Name Modified Size InfoDownloads / Week
Parent folder
DiceBear 10.6 - Release Notes source code.tar.gz 2026-08-16 5.5 MB
DiceBear 10.6 - Release Notes source code.zip 2026-08-16 6.0 MB
README.md 2026-08-16 12.4 kB
Totals: 3 Items   11.4 MB 5

release-graphic-10-handmade-styles

DiceBear 10.6 adds three new styles, and all three look handmade: torn paper, a few drawn lines, and a small quilt. That makes 55 styles in total. Also in this release: 568 ready-made presets on the style pages, new color options for nine older styles, docs that AI assistants can read as Markdown, and weekly style rankings in the statistics.

🎨 Three new avatar styles

All three ship in @dicebear/styles 10.5.0. They are DiceBear originals under CC0 1.0, so use them wherever you want, commercial projects included, no attribution needed. None of them animates, that would not fit the look.

Cutouts

Faces made of torn craft paper: a head, hair on top, and eyes, nose, and mouth cut out separately. The two eyes never match, that is intentional. Six head shapes, seven hairstyles, seven eye pairs, six noses, and seven mouths, plus brows and cheeks. The accent colors are all darker than the face colors, so the features stay visible on any head. Five color groups you can override.

Cutouts avatar, seed Dita Cutouts avatar, seed Imani Cutouts avatar, seed Ciro Cutouts avatar, seed Elias Cutouts avatar, seed Basil Cutouts avatar, seed Ezra

Line Face

A face drawn with a few quick strokes, straight onto the background. Eight eye pairs, six noses, and eight mouths, and the mouth sits at one of three angles depending on the seed. Two color groups, background and ink, and that is the whole style.

Line Face avatar, seed Dax Line Face avatar, seed Imani Line Face avatar, seed Ciro Line Face avatar, seed Elsa Line Face avatar, seed Bodhi Line Face avatar, seed Edgar

Patchwork

A small quilt. Each avatar picks two of 18 classic quilt blocks (pinwheel, flying geese, rail fence, and so on) and repeats them diagonally, rotated by 180 degrees, so the result is always point-symmetric. All blocks sit on the same grid, so everything lines up at the seams. Three fabric colors plus the background.

Patchwork avatar, seed Dorian Patchwork avatar, seed Ilaria Patchwork avatar, seed Caleb Patchwork avatar, seed Asher Patchwork avatar, seed Beau Patchwork avatar, seed Enid

🎛️ Presets on every style page

Until now, finding a good configuration meant digging through the options and trying things out. Every style page now has a Presets section: ready-made looks with a name and a short description. 568 in total, across all 55 styles.

The Presets section of the Lorelei style page, five preset cards with example avatars

A preset is nothing you install. It is just a bunch of regular options, so it works in every library and as query parameters in the HTTP API. Click one to see its code, or open it straight in the playground and tweak from there. Style pages show the first five, and a page like dicebear.com/styles/lorelei/presets/ (www.dicebear.com) has the full list.

🖋️ Recolor the linework of nine styles

Nine styles had their dark drawing color hardcoded in the artwork, and no option could touch it. @dicebear/styles 10.5.0 turns it into a color group, named after what the color does in each style:

  • inkColor colors the whole drawing, outlines and filled areas alike. Seven styles use it: Adventurer, Adventurer Neutral, Croodles, Croodles Neutral, Notionists, Notionists Neutral, and Open Peeps.
  • outlineColor is just the head and ear contour, which is why Lorelei calls it that. Everything else there already had its own group.
  • strokeColor is an actual SVG stroke. Toon Head is the only style drawn that way.

    https://api.dicebear.com/10.x/croodles/svg?seed=Dana&inkColor=1e3a8a

Croodles avatar with the default black ink
default
The same Croodles avatar drawn in navy ink
inkColor=1e3a8a
The same Croodles avatar drawn in rust brown ink
inkColor=7c2d12
Notionists avatar with the default black ink
default
The same Notionists avatar in blue ink on light blue paper
inkColor + paperColor

Five styles got more than that one group. Adventurer and Adventurer Neutral split the face into eyes, sclera, lips, teeth, tongue, throat, uvula, and glasses, and Adventurer gets earrings on top. Croodles gained facialHair, and Notionists got paper for the body the ink sits on.

Your existing avatars look exactly the same, every new group defaults to the color the artwork already used. The SVG bytes did change, though, because splitting the groups re-exported some paths. Only relevant if you cache rasters and compare bytes.

The statistics page always showed how much the API serves, but the styles themselves only showed up as percentages. Now there are real numbers: how many websites requested each style through the HTTP API in a given week.

A trending row shows which styles are gaining the most websites, the past four weeks against the four before. A style that started from zero gets a New badge instead of a meaningless percentage:

The trending row of the statistics page with four style cards and their growth

Below that, a searchable table with every style: websites per week, share, trend, and a twelve-week sparkline. Click a column to sort, click a row to jump to the style page:

The style ranking table with website counts, share bars, trends, and sparklines

The same numbers show up where you pick a style. The styles overview can sort by Most used or Trending, and every style page has its own Popularity card under Details:

The Popularity card of a style page with rank, website count, trend, and a twelve-week chart

Package downloads got a tab per registry: npm, Packagist, PyPI, and crates.io, all on the same week axis, so switching tabs does not change the time range.

🤖 Docs for AI assistants

Language models mostly know DiceBear as it was before version 10, and the old API versions still answer. So outdated code looks fine and quietly does the wrong thing. The docs now help out:

  • llms.txt (www.dicebear.com) is the index, with the current package versions. llms-full.txt has the full text.
  • Every page has a Markdown mirror: append .md to the URL, or index.md to a directory URL. The style page mirrors are built straight from the style definitions, with the license, an option table, the presets, and usage snippets for all six libraries.
  • The new DiceBear for AI Assistants guide has a copy-paste rules block for your AGENTS.md, so your assistant uses version 10 and the current option names.

robots.txt points crawlers at the machine-readable files.

🧰 Also in 10.6

  • Core: Color fields in the options descriptor now list notEqualTo next to contrastTo, so tools that pick colors themselves know which groups have to differ. In all six cores: JavaScript, PHP, Python, Rust, Go, and Dart.
  • Editor: Shuffle used to pick every color on its own and ignored the constraints from the style definition. In Thumbs, that made the shape vanish into the background in about one of five shuffles. Shuffle now plays by the same rules as the renderer. Cutouts and Line Face are in the editor too, 34 styles in total.
  • CLI: Ships @dicebear/styles 10.5.0, so the three new styles and the new color groups work there too.
  • Docs: The licenses page used to be a pile of bare tables. It is now one section per license, with the full CC0 1.0 and CC BY 4.0 deed summaries, every style with its source credit, and the complete MIT texts behind an expander.
  • Support: The new support page collects the ways to help the project, and npm fund prints it for core, converter, and the CLI. The package READMEs got star and license badges, built during the docs build and served from dicebear.com, so no badge service sees the IP of everyone who opens the README on npmjs.com.

Everything else is in the changelog.

Adventurer by Lisa Wischofsky, licensed under CC BY 4.0. Personas by Draftbit by Draftbit - draftbit.com, licensed under CC BY 4.0. Abstract Avatars for All Creative Profile Use by Matt Houser, licensed under CC BY 4.0. Croodles - Doodle your face by vijay verma, licensed under CC BY 4.0. ToonHead by Johan Melin, licensed under CC BY 4.0. — All avatars are remixes of the original works.

Source: README.md, updated 2026-08-16