← Back to news

Dress made of living mycelium can renew and repair itself

dezeen.com|13 points|0 comments|by speckx|Aug 6, 2026

The Living Wardrobe: Bio-Fabricated Mycelium Couture

In a radical departure from traditional textile manufacturing, a new frontier of fashion has emerged: clothing grown from living fungi. Rather than weaving threads or knitting yarn, designers are now utilizing mycelium—the intricate, root-like network of fungal threads—to create a garment that doesn't just sit on the skin, but breathes and evolves with the wearer.

The Science of Fungal Fashion

Mycelium acts as nature's own biological glue. By feeding the fungi organic waste, such as sawdust or agricultural husks, the organism expands into a dense, leather-like material. Unlike traditional fabrics, this "living" dress maintains its biological activity.

The Growth Equation

The expansion of the mycelium can be modeled by the rate of biomass increase over time, often represented as: dBdt=μB(1BK)\frac{dB}{dt} = \mu \cdot B \left(1 - \frac{B}{K}\right) Where BB is the biomass, μ\mu is the specific growth rate, and KK is the carrying capacity of the substrate.


From Spore to Style: The Production Cycle

The creation of a living dress is less about sewing and more about cultivating. The process follows a strict biological pipeline:

Comparison: Mycelium vs. Conventional Textiles

FeatureTraditional Leather/PolyesterLiving Mycelium
SourceAnimal/PetrochemicalFungal Spores
Production TimeWeeks to MonthsDays to Weeks
Environmental ImpactHigh CO2\text{CO}_2 & ToxinsCarbon Negative
RepairabilityManual StitchingSelf-Regenerating\text{Self-Regenerating}
End of LifeLandfill (Centuries)Compostable (Weeks)

The Magic of Self-Repair

The most groundbreaking aspect of this garment is its ability to be replaced when torn heal itself. Because the mycelium remains alive, a rip in the fabric is not a permanent failure but a biological opportunity.

"We are moving away from the concept of 'wearing' a garment and toward 'partnering' with a biological entity. The dress is not a product; it is a symbiotic organism." — Lead Bio-Designer

When a tear occurs, the wearer can apply a nutrient-rich solution (a bio-gel) to the area. This triggers a localized growth spurt, effectively "knitting" the gap closed through natural cellular expansion.

Maintenance Protocol

To keep the dress healthy, the owner must follow a specific care routine:

  • Maintain humidity levels between 60-80%.
  • Apply organic nutrient mist weekly.
  • Avoid exposure to potent antifungal sprays.
  • Ensure indirect sunlight to prevent desiccation.

Technical Implementation: The Growth Logic

While the growth is biological, the shaping is often guided by computational design. Below is a conceptual pseudo-code snippet used to determine the density of the mycelium growth in specific structural areas of the dress:

def calculate_growth_density(stress_point, nutrient_level):
    if stress_point == "High":
        # Increase mycelium density for structural support
        return nutrient_level * 1.5 
    elif stress_point == "Low":
        # Maintain breathability and lightness
        return nutrient_level * 0.8
    else:
        return nutrient_level

# Apply to dress coordinates
dress_map = {"shoulder": "High", "waist": "Low", "hem": "Low"}
for area, stress in dress_map.items():
    print(f"Growth rate for {area}: {calculate_growth_density(stress, 1.0)}")

Mycelium Concept Figure 1: Conceptual visualization of fungal network integration in textiles.

Conclusion: A Sustainable Future

The shift toward bio-fabrication represents a total overhaul of the fashion industry. By replacing toxic dyes and plastic-based fibers with living organisms, we can transition from a linear "take-make-waste" model to a circular ecosystem. The living mycelium dress is more than a fashion statement; it is a blueprint for a future where our clothes are as alive as we are.