Official community plugin repository for whatsmy.
Verified, open-source plugin binaries for Linux, Windows, and macOS.
Each plugin has its own folder with platform-specific binaries:
plugins/
└── example/
├── linux.so
├── windows.dll
└── macos.dylib
The folder name is the command: whatsmy example
| Plugin | Description | Platforms | Source |
|---|---|---|---|
| gpu | GPU detection with vendor, driver, and PCI info | Linux, Windows, macOS | plugin-gpu |
| example | Simple platform detection example | Linux, Windows, macOS | plugin-template |
Install plugins:
whatsmy plugin install <name>List available:
whatsmy plugin listRun plugin:
whatsmy <plugin-name>See plugin-template for how to create plugins.
GNU General Public License v3.0 - All plugins must be open source.
- whatsmy - Main project
- plugin-template - Create plugins