Skip to content

multitoolplusplus/app

Repository files navigation

multitool++

Cross-platform multitool written in C++

Build and Upload Binary Update Copyright Year in README.md

Coverage Status

Installation

System requirements

  • 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.

Prerequisites

  • 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.)

Using a compiler

You will first have to download the source code. We recommend using a GitHub release for stability.

see releases

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

Using the precompiled binaries

You can easily download and run a precompiled binary from the releases.

download for linux download for windows

Features

  • Exit
  • Timer
  • Send message to Discord webhook
  • Send message to Telegram bot
  • Send message to Slack bot

Safety

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:

anyrun report proving it isn't malware

FAQ

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.