Browse free open source C++ Macros and projects below. Use the toggles on the left to filter open source C++ Macros by OS, license, language, programming language, and project status.

  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    Integrated Development Environment for some microcontrollers based on 8051(e.g. AT89S8253). Supported languages are Assembly and C. It has its own simulator, assembler, editor and many other tools. See the project web site for more details and the newest updates.
    Leader badge
    Downloads: 567 This Week
    Last Update:
    See Project
  • 2
    MIDIPlusPlus

    MIDIPlusPlus

    An advanced MIDI utility for roblox.

    MIDI++ is a utility that allows players to interact with MIDI technology in roblox better, by offering unmatched performance and a ton of features, like MIDI to Qwerty conversion and midi file playback (autoplayer) with track controls and many other features.
    Leader badge
    Downloads: 264 This Week
    Last Update:
    See Project
  • 3
    MacroPilot

    MacroPilot

    MacroPilot: Piloting Tasks with Automated Macros

    Auto Clicker, Auto Keyboard Clicker, Macro Automation Player, and Keybinds! MacroPilot is an open-source software solution designed to streamline task management and enhance productivity through automated macros. With MacroPilot, users can automate repetitive tasks, freeing up valuable time. Features Added in v1.2.0-alpha: - Randomize Clicks: Instead of clicking at set intervals, add randomness between clicks. Previous Features: Auto Clicker - Customize Click Speed: Set time interval between clicks. - Infinite Loop or Set Number of Clicks: Endless clicking or a specific click count. - Left and Right Clicks: Left or right clicking. - Single or Double Clicks: Double or single clicks. - Customizable Hotkey: Custom hotkey to start/stop autoclicker. - Hold Click: Hold down left or right mouse button. NOTICE: I did not pay for a code signing certificate. Meaning, when a blue window pops up, click MORE INFO and then RUN ANYWAY.
    Downloads: 44 This Week
    Last Update:
    See Project
  • 4
    Roblox Auto Clicker & Macro

    Roblox Auto Clicker & Macro

    Roblox but have auto clicker. Don't waste your time for click.

    Free auto clicker for Roblox. You don't need to click manually, let us do it for you. This program made by UfukGames and supporting 3 languages (Türkçe,Deutsch, English). You can use this program as an macro also. This program scanned before published.
    Downloads: 19 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 5
    Macro master

    Macro master

    A simple, free, open-source macro recorder for Windows, written in C++

    Macro master is a simple macro recorder for Windows written in C++. It offers a simple interface, high performance, as well as essential features such as looping, key bindings, and 60fps input capture.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    Horizon's Macro

    Horizon's Macro

    Don't click by yourself. Let us do it for you. 15 CPS guarantee.

    With this application you will save lots of time. It's free forever. No need to optimize like other macro applications. This program made by: UfukGames
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Equipmant is a program designed to create equipment script files for the Final Fantasy XI Windower. Create macros in FFXI to use these scripts and they will change equipment quickly, even making it possible to change all equipment in a single macro.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    A simple scripting language macro program, supports low-level controls of the keyboard or mouse. Can use the recorder to record movement. Based on the Windows API, and the sendInput function.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    CppMyLogger

    C++ Logger capable of multiple output streams.

    MyLogger is a project I started for my own C++ based projects. Output streams can be added to the logger to log to multiple outputs. Furthermore the logger has a verbosity level and also a special macro to log only once every 'n' times.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10

    Horace

    data organising system for arbitrary files

    Uses alternate data streams to provide arbitrary tagging and searching of files within NTFS and other modern file systems supporting alternate data streams. Customisable vocabulary provides searchable standardised tagging system of file associations. Unlike most other file archiving systems, no additional database is required, and the system is robust, and persists file attributes irrespective of renaming / moving / copying / modifying etc. I would appreciate your opinions and suggestions / bugs etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    UniSIMD-assembler

    SIMD macro assembler unified for ARM, MIPS, PPC and x86

    UniSIMD assembler is a high-level C/C++ macro assembler framework unified across ARM, MIPS, POWER and x86 architectures. It establishes a subset of both BASE and SIMD instruction sets with clearly defined common API, so that application logic can be written and maintained in one place without code replication. The assembler itself isn't a separate tool, but rather a collection of C/C++ header files, which applications need to include directly in order to use. At present, Intel SSE/SSE2/SSE4 and AVX/AVX2/AVX-512 (32/64-bit x86 ISAs), ARMv7 NEON/NEONv2, ARMv8 AArch32 and AArch64 NEON, SVE (32/64-bit ARM ISAs), MIPS 32/64-bit r5/r6 MSA and POWER 32/64-bit VMX/VSX (little/big-endian ISAs) are mostly implemented (/w horizontal reductions) although scalar improvements, wider SIMD vectors with zeroing/merging predicates in 3/4-operand instructions are planned as extensions to current 2/3-operand SPMD-driven vertical SIMD ISA. See README file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Wed, Windows Text Editor
    Simple programmer's text editor. Multiple clipboards, macro record/ play, UNIX CR/LF auto recognition, clean editing of giant files, unlimited undo/redo Auto Save, auto Backup. Minimal system requirements - will run everywhere.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    netWindow Serializer stores data contained in multiple web-browser windows automatically into a single data-file. It can also be used to recover web-browser windows in the event of system restart. Used as a file-archiving, book-marking and recovery tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    xmltar is a file archiving utility which can archive collections of files, and stores the archive in an xml format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB