top of page
Running from Source
  1. Purchase a licence for Amulet

  2. Install Python 3.12

  3. We recommend setting up a python virtual environment so you don't run into issues with dependency conflicts.

  4. Install CMake 4.1+

  5. Install using one of the commands below.

Install latest full release

python -m pip install --upgrade --upgrade-strategy eager amulet-map-editor

Install latest beta

python -m pip install --upgrade --upgrade-strategy eager amulet-map-editor

   6. run python -m amulet_map_editor to run the program

Running from Source

There are currently GUI flickering issues on MacOS.

See #1150 for a workaround.

  1. Purchase a licence for Amulet

  2. Install Python 3.12

  3. We recommend setting up a python virtual environment so you don't run into issues with dependency conflicts.

  4. Run xcode-select --install in the terminal and follow the instructions to install the C++ compiler.

  5. Install CMake 4.1+​

  6. Install using one of the commands below.

Install latest full release

python -m pip install --upgrade --upgrade-strategy eager amulet-map-editor

Install latest beta

python -m pip install --upgrade --upgrade-strategy eager amulet-map-editor

   7. run python3 -m amulet_map_editor to run the program

Running from Source

There are currently GUI flickering issues on Linux.

See #1150 for a workaround.

  1. Purchase a licence for Amulet

  2. Install Python 3.12

  3. We recommend setting up a python virtual environment so you don't run into issues with dependency conflicts.

  4. Install wxPython from this list. More information can be found here.

  5. Install CMake 4.1+

  6. Install using one of the commands below.

Install latest full release

python -m pip install --upgrade --upgrade-strategy eager amulet-map-editor

Install latest beta

python -m pip install --upgrade --upgrade-strategy eager amulet-map-editor

   7. run python3 -m amulet_map_editor to run the program

  • Discord-Logo-Black
  • twitter
  • GitHub-Mark-120px-plus

©2020-2026 by James Clare, Ben Gothard, Naor Volkovich.
Amulet is a third party utility and is not affiliated with Minecraft, Mojang AB, or Microsoft Inc.

bottom of page