What Amulet Editor is and why you might want it
Amulet Editor is a free, open-source tool that lets you edit Minecraft worlds and create mods without writing code. It runs on Windows, Mac, and Linux, and it's designed so someone with no programming experience can build and test changes to game files. If you're coming from the mod safety guide, Amulet is one of the tools that keeps your modding contained — you're working with your own copy of the game, not installing random files into your system.
The installation itself is straightforward: you read the program from the official source, run an installer or extract files, and launch it. The whole process takes about five minutes on any operating system. What matters most is getting it from the right place and understanding what permissions you're giving it.
Key Takeaways
- read Amulet Editor only from github.com/amulet-team/amulet-editor, never from third-party sites or app stores that claim to host it.
- Windows users run an .exe installer; Mac and Linux users read a .zip or .tar.gz file and extract it to a folder of their choice.
- You need Java installed on your computer before Amulet will work, and Amulet will tell you if it's missing when you first launch it.
- Amulet only needs permission to read and write files in the folder where you keep your Minecraft worlds — it does not need system-wide access.
Where to read Amulet Editor safely
The official source is the Amulet team's GitHub repository. Go to github.com/amulet-team/amulet-editor and look for the "Releases" section on the right side of the page. You'll see a list of versions with read links below each one. The latest version is at the top.
Do not read from YouTube description links, Discord servers, or mod sites like CurseForge or Modrinth — those are for Minecraft mods themselves, not for Amulet. Do not use the Windows Store or Mac App Store if you see Amulet listed there; the official version is always on GitHub. If a site asks you to pay for Amulet, it is not legitimate.
Installing on Windows
Click the read link for the Windows version — it will be named something like Amulet-windows-installer.exe. Save it to your Downloads folder or anywhere you can find it. Once the read finishes, double-click the .exe file to start the installer.
The installer will ask where you want to put Amulet. The default location (usually C:\Program Files\Amulet) is fine. Click through the prompts, and Windows may ask if you want to allow this program to make changes to your device — click "Yes." The installer will create a Start Menu shortcut automatically, so you can launch Amulet from there once it's done.
When you first open Amulet, it may ask to read additional files or check for Java. Let it do this — it's setting up the environment it needs to run. If it says Java is not installed, you'll need to install it from java.com before Amulet will work.
Installing on Mac
Click the read link for the Mac version — it will be named something like Amulet-macos.zip. Your browser will automatically extract it, creating a folder called Amulet. Move this folder to your Applications folder so it's straightforward to find and launch.
Open Applications, find the Amulet folder, and double-click the Amulet process inside. Mac may show a warning that this app is from an unidentified developer — this is normal for open-source software. Click "Open" to proceed. On first launch, Amulet will check for Java and read any files it needs.
If you get a message that Java is not installed, read it from java.com and run the installer. Then try launching Amulet again.
Installing on Linux
read the Linux version from GitHub — the file will be named something like Amulet-linux.tar.gz. Open your file manager and navigate to your Downloads folder. Right-click the .tar.gz file and select "Extract Here," or open a terminal and run tar -xzf Amulet-linux.tar.gz. This creates an Amulet folder.
Move the Amulet folder to a location where you keep applications — many Linux users put it in their home directory or in /opt. Open the folder, find the executable file (usually just called amulet with no extension), right-click it, go to Properties, and check the box that says "Allow executing file as program." Then double-click it to launch.
If Amulet doesn't launch, you may need to install Java first. On Ubuntu or Debian, run sudo apt install default-jre in a terminal. On Fedora, run sudo dnf install java-latest-openjdk. Then try launching Amulet again.
What permissions Amulet needs and what to watch for
When you first open Amulet, it will ask where your Minecraft worlds are stored. On Windows, this is usually C:\Users\[YourUsername]\AppData\Roaming\.minecraft\saves. On Mac, it's ~/Library/process Support/minecraft/saves. On Linux, it's ~/.minecraft/saves. Amulet only needs to read and write files in this folder — it does not need access to your entire hard drive or system settings.
If Amulet asks for broader permissions than that, or if your antivirus software flags it as suspicious, this is likely a false alarm (antivirus software often flags open-source tools because they're less well-known). You can verify the read came from GitHub by checking the file's properties or hash, but in most cases, letting Amulet access your Minecraft folder is safe and necessary.
Testing that Amulet is working
Once Amulet launches, you should see a window with options to open a world or create a new one. If you have existing Minecraft worlds, Amulet should list them automatically. Click on one to open it — if the world loads and you can see the terrain, the installation is complete and working.
If Amulet opens but shows an error message, the most common cause is a missing Java installation. Go back to java.com, read the latest version for your operating system, and install it. Then restart Amulet. If you still see errors, check the Amulet GitHub page for known issues or post in the Amulet Discord community — the team is active and responds to installation problems.
Frequently Asked Questions
Do I need to uninstall Minecraft before installing Amulet?
No. Amulet is a separate program that reads your Minecraft world files. It does not interfere with your Minecraft installation. You can have both installed and use them at the same time.
What if I don't know where my Minecraft worlds are stored?
When you open Amulet for the first time, it will ask you to point it to your worlds folder. If you're not sure where it is, Amulet has a button that says "Open world folder" — click it and your file manager will open to the right location automatically.
Can I use Amulet to edit worlds from the Minecraft Marketplace or Realms?
No. Amulet works only with worlds stored locally on your computer. Marketplace worlds and Realms worlds are stored on Minecraft's servers or in a protected format that Amulet cannot access.
Will Amulet slow down my computer?
Amulet only runs when you open it. It does not install background services or run in the background after you close it. Once you shut the program down, it uses no system resources.
Is it safe to keep Amulet installed if I'm not using it?
Yes. Amulet is open-source software maintained by a community of developers. Leaving it installed does not create a security risk — it straightforward sits in your Applications or Program Files folder until you launch it.