Skip to content

Releases: 88plug/intel-amt-linux

v0.1.0 — Initial Linux Port

Choose a tag to compare

@88plug 88plug released this 26 May 05:31

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.node native DLL (AMT Redirection Protocol + SCSI/IDER engine, ~350 lines)
  • LMS Docker container — proxies /dev/mei0 to localhost:16992/16993 for 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_EthernetPortSettings via 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 IMC

Requires: 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 ⚠️ CCM mode requires user consent on screen
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.