Creator & Consumer Workflows
Learn how to set up shared libraries and use them across teams with Git integration. Learn workflows
# Install with pipx (recommended - isolated environment)pipx install kilm
# Alternative: using uv (fastest)uv pip install kilm
# Verify installationkilm --version
# Check KiCad detectionkilm status
# Initialize library in your projectkilm init --name my-library --description "My KiCad components"
# Set up KiCad configurationkilm setupNew to KiLM? Start with the Getting Started guide for a complete walkthrough, then explore Configuration options.
Creator & Consumer Workflows
Learn how to set up shared libraries and use them across teams with Git integration. Learn workflows
Development & Contributing
Quality standards, modern Python development practices, and contribution guidelines. Contribute
Complete CLI Reference
Every command with detailed options, examples, and cross-platform usage. Browse commands
Configuration Management
KiLM and KiCad configuration files, backup systems, and environment variables. Configure setup
Add External Libraries
Integrate third-party symbol, footprint, and 3D model libraries. Add 3D libs
Create Project Templates
Standardize designs with reusable project templates. Create template
Set Environment Variables
Configure KiCad environment variables directly through KiLM. Set env vars
Manage Pinned Libraries
Keep your favorite libraries readily accessible within KiCad. Manage pins