- If you're using Windows, it must not be older than Windows 10. This is because older Windows systems don't preinstall curl. You may be able to get the software working if you install curl manually on an older Windows system.
- Any x86_64 CPU, the software is pretty lightweight.
- If your CPU is not x86_64, you may want to compile the software yourself for your architecture.
- C++ Compiler (if you won't use a precompiled binary)
- Linux or Windows system (you may be able to run the software on macOS via WINE)
- Curl installed (check output of curl command in your terminal, most Operating Systems including Windows versions above 10 will have it preinstalled. If you don't have curl, you can try finding a way to install it.)
You will first have to download the source code. We recommend using a GitHub release for stability.
It's as simple as compiling all .cpp files. For example, if you are on Windows and using G++:
cd src # only if your downloaded source code has a src directory
g++ -o main.exe *.cpp
You can easily download and run a precompiled binary from the releases.
- Exit
- Timer
- Send message to Discord webhook
- Send message to Telegram bot
- Send message to Slack bot
You can know that the software is safe as the precompiled binaries are built with this GitHub Action and not tampered with.
Additionally, you can see the AnyRun text report:
Q: It's detected as malware by Antivirus!
A: Antivirus engines will probably flag new and/or unsigned files.
Q: Will there be a native macOS binary?
A: Too complicated to implement.
© 2025 multitool++ contributors. Licensed under the GNU GPL v3.0.