Prerequisites
Before installing Midaz Console, make sure a few things are ready: You’ll need two tools installed on your computer: Once those are installed, you’re ready to go.Setting up Midaz Console
Step 1 - Download the Console code
First, you’ll download a copy of Midaz Console to your computer.1
Open your terminal or command prompt.
2
Navigate to the folder where you want to keep the project. For example, if you want to save it to your Desktop, you can run:
- On Windows, it might look like
cd %USERPROFILE%\Desktop.
3
Download the repository by running the following command:
- This will create a folder called
midaz-consoleand place all the Console files inside it.
4
Navigate to the
midaz-console folder to continue the setup from there. To do so, run the following command:Step 2 - Set up and run Midaz Console locally
Now that you’ve downloaded the Console code to your computer, let’s set it up.1
Install all required dependencies by running this command:
2
Configure your local environment by running this next command:
3
Start the Console by running this command:
- This may take a few minutes the first time. That’s expected.
Step 3 - Open Midaz Console in your browser
Once the setup is complete, open your browser and go to: http://localhost:8081.Step 4 - Optional: run with Docker
If you prefer to run everything in containers (a good way to keep your system clean and isolated), you can use Docker. Just run:- You’ll still access the Console at http://localhost:8081.
Community & support
We’re here to help, and we’d love to hear from you.- Join our Discord community for discussions, support, and updates.
- For bug reports and feature requests, please use our GitHub Issues.
- To share ideas or discuss topics with the community, start a Discussion on our GitHub.
- Follow us on Twitter for news and announcements.
Contributing & license
Midaz is open source, and we welcome your contributions.- Check out our Contributing guidelines to get started.
- Midaz is released under the Apache License 2.0. You can read the full license here.

