Comment Re:converted (Score 1) 69
CERN does use KiCad. Designers at CERN use three tools for PCB design: Altium Designer, Cadence and KiCad. Here's one relatively complex PCB designed at CERN using KiCad:
Product page: https://ohwr.org/projects/wren...
Design files: https://edms.cern.ch/item/EDA-...
The fact that KiCad's import of Altium format works very well is convenient. You can then draw symbols in Altium and import them into KiCad, so you draw once instead of twice. For such a huge library, the savings are substantial. For footprints, CERN actually uses a third-party tool, which exports to Altium and other formats. Since the Altium->KiCad import job is already in place for symbols, it is used for footprints too.
Regarding 3D models, as explained in the README file of the repo, CERN cannot publish them (let alone open-source them) because many of them are downloaded off the web, so that IP is with other companies. CERN designers do have access to all 3D models (and datasheets) for the 17'000+ components in the library internally. Hope this clarifies things.