# Fab Electronics Library for KiCad [](https://gitlab.fabcloud.org/pub/libraries/electronics/kicad/-/commits/master) > **What about KiCad 8?** Yes, it is KiCad 8 compatible! This library includes all the electronics components listed in the official [Fab Inventory](http://inventory.fabcloud.io/). > **Warning!** the library is under active development. Naming of components can change overnight. Make sure to `git pull` the latest version before doing work. ## Installation > Make sure you have at least **KiCad 7** or greater installed. It works fine with **Kicad 8**. 1. Clone or download this repository. You may rename the directory to `fab`. 2. Store it in a safe place such as `~/kicad/libraries` or `C:/kicad/libraries`. 3. Run KiCad or open a KiCad `.pro` file. 4. Go to "Preferences / Manage Symbol Libraries" and add `fab.kicad_sym` as symbol library. 5. Go to "Preferences / Manage Footprint Libraries" and add `fab.pretty` as footprint library. ## ToDo - [x] Create a test script that checks if parts from fab inventory are included - [x] Make sure all parts from the inventory are there - [ ] Review symbol and footprint local (Fab Academy) naming conventions - [ ] Fix symbols and footprints according to KLC tests using [KiCad Library Utilities](https://gitlab.com/kicad/libraries/kicad-library-utils) - [ ] Add 3D models for all parts - [ ] Move components to group-specific symbol and footprint libraries (like KiCad) ## Contributing Please refer to the [CONTRIBUTING](CONTRIBUTING.md) document. ## License Please refer to the [LICENSE](LICENSE) document located in this repository.