← Package directory
Available on winget

Install me3

A framework for modding and instrumenting games.

Install with winget
winget install --id garyttierney.me3
Upgrade
winget upgrade --id garyttierney.me3
Uninstall
winget uninstall --id garyttierney.me3

About me3

me3 is a tool that extends the functionality of FROMSOFTWARE games.

What's new in 0.11.0

me3 v0.11.0 Windows Installation Download the me3_installer.exe setup wizard. Already have me3 installed? Update to the latest version by opening the run prompt (Ctrl + R) and running me3 update. Linux Installation curl --proto '=https' --tlsv1.2 -sSfL https://github.com/garyttierney/me3/releases/download/v0.11.0/installer.sh | sh me3 - v0.11.0 - 2026-02-28 🚀 Features - 357ea39 (host) Log game version on attach in #639 - 0b5092f (installer) Improve upgrade logic and clean uninstallation in #645 > fix #644 - 8790a68 Offload file logging to the launcher - 1d43d39 Use a named pipe for logging on Linux - 053780d Implement shared memory IPC 🐛 Bug Fixes - ede89b5 (cli) Avoid me3 update crash by using explicit native TLS agent in #643 > fix #642 > Upstream:https://github.com/algesten/ureq/blob/main/src/tls/mod.rs#L29-L42 > https://github.com/algesten/ureq/blob/main/src/lib.rs#L599-L616 - 096bfc7 (linux) Resolve Steam metadata when custom exe is used in #719 > Recently we split up the launch code and introduced a check for Linux > launches to verify that the game was being run under Steam, while before > it would unconditionally run under Steam even with a custom exe. > This check is unfortunately a breaking change for users who were already > passing --exe on Linux, so we need to accomodate that situation. - 58fbf37 (linux) Append null terminator to wine DOS path conversion in #720 > Custom sounds and filesystem overrides were not loading on Linux when > running the release build, even though they worked in the debug build. > In the code that converts Linux paths to Wine DOS paths...

Read release notes

Version history

Version Updated Notes
0.11.0 me3 v0.11.0 Windows Installation Download the me3_installer.exe setup wizard. Already have me3 installed? Update to the latest version by opening the run prompt (Ctrl + R) and running me3 update. Linux Installation curl...