System Requirements
Before installing, make sure your system meets these requirements
- KiCad 9.0 or later
- Python 3.7 or later
- Internet connection (for API access)
- OpenAI API key
Learn how to install and use the KiCad Chatbot by ALT TAB
Before installing, make sure your system meets these requirements
Follow these steps to install the KiCad Chatbot by ALT TAB
# Windows
C:\Users\[username]\Documents\KiCad\9.0\scripting\plugins\
# macOS
~/Documents/KiCad/9.0/scripting/plugins/
# Linux
~/.kicad/9.0/scripting/plugins/

This method requires access to the private repository. Please contact Stefan Jancic for access.
git clone https://github.com/jancicS/kicad-chatbot.gitcd kicad-chatbotpip install -r requirements.txt# Windows
xcopy /E /I kicad-chatbot "C:\Users\[username]\Documents\KiCad\9.0\scripting\plugins\KiCad_ChatBot_by_ALTTAB"
# macOS
cp -r kicad-chatbot ~/Documents/KiCad/9.0/scripting/plugins/KiCad_ChatBot_by_ALTTAB
# Linux
cp -r kicad-chatbot ~/.kicad/9.0/scripting/plugins/KiCad_ChatBot_by_ALTTABBefore you can use the chatbot, you need to configure your OpenAI API key:
You can get an API key from OpenAI's platform.