Free & open source · AGPL-3.0
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
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.
Outfit builder
Combine garments into outfits and browse your complete looks in one place.
One-command deploy
Self-host in seconds with Docker. Your data, your infrastructure.
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.