Akai EIE Pro

Revive your EIE Pro from paperweight status

Free, open-source driver work for the AKAI EIE Pro on Apple Silicon Macs.

Get it free on GitHub No payment. Source code is public. Hardware-driver work in progress.

What this is

A public macOS driver project for the AKAI EIE Pro USB audio interface. The current path is a native AudioDriverKit and USBDriverKit system extension for modern Apple Silicon Macs.

The code is shared so other EIE Pro owners can test it, learn from it, and help finish the missing pieces. It is not an official Akai release and it is not yet a polished end-user installer.

Current focus

macOS DriverKit playback at 48kHz is the active path. Capture, sample-rate switching, signing, entitlement approval, and packaging are still being worked through.


Start here

1.

Clone the free GitHub repo.
git clone https://github.com/ewan-m/akai-eie-pro.git

2.

Read the DriverKit notes for macOS status, activation, logging, and entitlement requirements.
driverkit/README.md

3.

Build the local DriverKit app when you are ready to test on hardware.
make -C driverkit app

Requires an Apple Silicon Mac, a modern macOS DriverKit development setup, and an AKAI EIE Pro USB device identified as 09e8:0010.


Free to use, study, modify, and share

Open the repository Questions? ewan@interslice.com