DocumentationBrowse this guide

Learn / Electronics

How to Install Kobee Studio in KiCad 10

Install Kobee Studio 1.4.0 in KiCad 10 on macOS or Windows, verify the plugin package and open its PCB artwork tools from PCB Editor.

DocumentationBeginner4 min8 Aug 2026
Kobee Studio: KiCad PCB Graphics Plugin Docs

Kobee Studio is a KiCad plugin, not a footprint library. Version 1.4.0 is the current stable release for KiCad 10 on macOS and Windows. Linux uses the same package, but still needs full validation before it is recommended for critical boards.

Install a release

  1. Download Kobee-Studio-1.4.0-pcm.zip from the Kobee Studio 1.4.0 release. Do not unzip it.
  2. Open Plugin and Content Manager from KiCad PCB Editor.
  3. Choose Install from File…, select the ZIP and approve the install.
  4. Open Tools → External Plugins → Kobee Studio: Create PCB Artwork.

Build from source

The current source uses KiCad's supported IPC plugin API. To build it:

typescript
1git clone https://github.com/mrcpuddington/kobeestudio.git
2cd kobeestudio
3python3 pcm/build.py

Install the generated PCM ZIP with Plugin and Content Manager → Install from File…. The package uses the identifier com.github.mrcpuddington.kobeestudio.

Platform notes

Kobee Studio 1.4.0 is tested on KiCad 10 for macOS and Windows. Linux uses the same plugin package, but complete UI and artwork validation is still in progress.

How to Install Kobee Studio in KiCad 10 | Kobee