Download & Install
2 min read • 265 wordsInstall go-mapi in under 2 minutes. Browser extension + PowerShell installer.
System Requirements
- Windows 10 or 11 (x64)
- Google Chrome or Microsoft Edge
- Gmail or Google Workspace account
- Admin rights for the native host installer
Step 1: Install the Browser Extension
Install the go-mapi extension in your browser:
Google Chrome
Install from the Chrome Web Store .
Or load unpacked from a [GitHub release](https://github.com/marcfargas/go-mapi/releases).
Microsoft Edge
Install from Edge Add-ons .
Or load unpacked from a [GitHub release](https://github.com/marcfargas/go-mapi/releases).
Enterprise deployment? Force-install the extension via Chrome/Edge
ExtensionInstallForcelistpolicy. See Enterprise Deployment.
Step 2: Run the Installer
Open an admin PowerShell and run:
irm https://raw.githubusercontent.com/marcfargas/go-mapi/main/scripts/install.ps1 | iexThe installer will:
- Auto-detect the extension ID from your browser profiles
- Download the latest release from GitHub
- Install binaries to
C:\Program Files\go-mapi\ - Register the MAPI handler in Windows
- Set up native messaging for Chrome and Edge
That’s it. Right-click any file → “Send to” → “Mail recipient” → Gmail.
Advanced Installation
# Fully automated (no prompts, for CI/automation)
.\install.ps1 -Unattended
# Pin a specific version
.\install.ps1 -Version "v1.0.0"
# Custom install directory
.\install.ps1 -InstallDir "D:\go-mapi"
# Manually specify extension ID (if auto-detection fails)
.\install.ps1 -ExtensionId "abcdefghijklmnopqrstuvwxyz123456"
# Developer: install from local build instead of GitHub
.\install.ps1 -LocalUninstall
# Full uninstall (admin PowerShell)
.\install.ps1 -Uninstall
# Registry-only (keep files)
.\install.ps1 -Uninstall -KeepFilesThe uninstaller removes all registry entries and restores your previous default mail client.
Verify Installation
After installation, verify everything works:
- Open Windows Explorer
- Right-click any file → “Send to” → “Mail recipient”
- The go-mapi extension popup should appear with the file attached
- Click “Save as Draft” or “Send Now”
Having issues? Check the Troubleshooting guide.