Releases: 88plug/intel-amt-linux
Releases · 88plug/intel-amt-linux
Release list
v0.1.0 — Initial Linux Port
intel-amt-linux v0.1.0
First public release. Runs Intel® Manageability Commander natively on Linux — no Windows, no VM.
What's included
- Linux launcher for Intel® Manageability Commander 2.4.0 (downloaded from Intel at setup time)
- Electron 28 — replaces the original Electron 8 Windows build; TLS 1.3, Chromium 120
- imrsdk — pure-JS reimplementation of Intel's Windows-only
imrsdk.nodenative DLL (AMT Redirection Protocol + SCSI/IDER engine, ~350 lines) - LMS Docker container — proxies
/dev/mei0tolocalhost:16992/16993for same-machine AMT access - Credential vault — OS keyring encryption via Electron
safeStorage(libsecret / KWallet); "Remember credentials" checkbox auto-fills the auth dialog - amt-net CLI — read/write
AMT_EthernetPortSettingsvia WS-Man (get/dhcp/static) - CSME 16.1+ TLS enforcement — auto-upgrades cleartext 16994 → TLS 16995 on Alder Lake+
- IPv6 support — RFC 2732 bracket notation in AMT Redirection Protocol
Host:header
Quick start
git clone https://github.com/88plug/intel-amt-linux
cd intel-amt-linux
npm run setup # downloads Intel IMC 2.4.0, installs deps, applies patches
npm start # launches IMCRequires: Node.js 18+, npm, msitools (msiextract), Linux x86-64
Tested on
- Manjaro Linux (kernel 6.6), Intel Core Ultra 9 285H, CSME 16.1.27 (AMT Pro Corporate)
Feature status
| Feature | Status |
|---|---|
| Power on/off/reset/cycle | ✅ |
| Boot options (PXE, USB, DVD) | ✅ |
| Serial-over-LAN (SOL) | ✅ |
| IDER (virtual media / ISO boot) | ✅ |
| System inventory / AMT version | ✅ |
| Audit log | ✅ |
| TLS certificate management | ✅ |
| WiFi profile management | ✅ |
| OS keyring credential vault | ✅ |
| AMT NIC config CLI (amt-net) | ✅ |
| KVM | |
| Kerberos auth | ❌ Windows-only; digest auth works |
Not affiliated with Intel Corporation
Intel®, Intel vPro®, and Intel® Manageability Commander are trademarks of Intel Corporation or its subsidiaries. This project is an unofficial community port.