Skip to content

v0.13.0

Latest

Choose a tag to compare

@garyttierney garyttierney released this 11 Aug 22:32
Immutable release. Only release title and notes can be modified.

me3 v0.13.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.13.0/installer.sh | sh

me3 - v0.13.0 - 2026-08-11

πŸš€ Features

  • da9abcf (host) Allocate memory at the highest possible address, add dev env vars in #857

  • 6d381d7 (host) Allow for overriding system properties in #845

πŸ› Bug Fixes

  • 15a19de (host) Fallback to the global mimalloc heap when an allocation fails (for any reason)

  • 2cd22c0 Quote full path to me3 (it may contain spaces) in #860

πŸ“š Documentation