Our Software Makes Your
Software Development Better
Merly Mentor (view demo)
Developers spend 70% of their time understanding code. Yet, code understandability tools don't exist. We're here to change that. Mentor helps developers understand, fix, and maintain deeply complex code. It also provides insight, tracking, and summarizations on code quality and trends over time. And we trained it on a trillion of lines of code. So, yeah - it's our mentor.
The future of software development begins with Merly Mentor. Try it for free today!













Install Merly Mentor
Use the following command on MacOS or Linux to start the installation process.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/merly-ai/MPCC-Universal/main/install.sh)"
Use the following command on Windows (64bit) using cmd.exe (not PowerShell) to start the installation process.
curl -SLO -# https://github.com/merly-ai/MP-CodeCheckBin-Windows/raw/main/bin/latest/MerlyInstaller.exe && MerlyInstaller.exe install
Your code is never sent to our servers. Privacy is our #1 priority.
If your Windows installation fails, it may be related to SSL. You are welcome to try the following command which does not use SSL (we do not recommend generally removing SSL for curl, but it may be required in some limited cases, including this one.)
curl -LO --ssl-no-revoke -# https://github.com/merly-ai/MP-CodeCheckBin-Windows/raw/main/bin/latest/MerlyInstaller.exe && MerlyInstaller.exe install