Your wardrobe. Your data.
Libre Closet is a free, open-source, self-hosted wardrobe organizer. Catalog your clothes, build outfits, and keep your style data on your own server.
Everything you need, nothing you don't
Clueless-inspired outfit builder
Mix and match garments with a visual builder to compose complete looks in seconds.
Outfit scheduling
Plan what to wear ahead of time and keep your weekly looks organized.
Background removal
Clean up garment photos with client-side or server-side background removal.
Custom categories
Adapt garment categories to your closet instead of forcing your style into defaults.
Privacy first
Your wardrobe data never leaves your server. No tracking, no ads, no third parties.
Offline-ready PWA
Install to your home screen and use it without an internet connection.
One-command deploy
Self-host in seconds with Docker. Your data, your infrastructure.
Multilingual
Available in English, Italian, French, German, and Spanish. Community translations welcome.
Self-host in seconds
Run Libre Closet on your own server, NAS, or Raspberry Pi with a single Docker command.
docker run -d \
-p 3000:3000 \
-v librecloset_data:/app/data \
ghcr.io/lazztech/libre-closet
See the README for docker-compose and environment variable options.