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

  • Your top-rated shield against malware and online scams | Avast Free Antivirus Icon
    Your top-rated shield against malware and online scams | Avast Free Antivirus

    Browse and email in peace, supported by clever AI

    Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
    Free Download
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 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: 396 This Week
    Last Update:
    See Project
  • 2

    mwayne's PortableApps

    mwayne's Dev Tests for PortableApps.com

    Projects' Source Code: ================= Anti-Twin: https://github.com/2wayne/Anti-TwinPortable AutoHotkey: https://github.com/2wayne/AutoHotkey_LPortable CPU-Z: https://github.com/2wayne/CPU-ZPortable Everything: https://github.com/2wayne/EverythingPortable FastStone Image Viewer: https://github.com/2wayne/FSViewerPortable GPU-Z: https://github.com/2wayne/GPU-ZPortable Mumble: https://github.com/2wayne/MumblePortable NetWorx: https://github.com/2wayne/NetWorxPortable PotPlayer: https://github.com/2wayne/PotPlayerPortable Pulover's Macro Creator: https://github.com/2wayne/MacroCreatorPortable Q-Dir: https://github.com/2wayne/Q-DirPortable ReNamer: https://github.com/2wayne/ReNamerPortable SciTE4AutoHotkey: https://github.com/2wayne/SciTE4AutoHotkeyPortable SpaceSniffer: https://github.com/2wayne/SpaceSnifferPortable WinScan2PDF: https://github.com/2wayne/WinScan2PDFPortable
    Leader badge
    Downloads: 584 This Week
    Last Update:
    See Project
  • 3
    cc65

    cc65

    cc65 - a freeware C compiler for 6502 based systems

    cc65 is a complete cross development package for 65(C)02 systems, including a powerful macro assembler, a C compiler, linker, librarian and several other tools.
    Leader badge
    Downloads: 235 This Week
    Last Update:
    See Project
  • 4
    Microsoft Macro Assembler (MASM) Version 6.11 1.Extract using WinRAR 2.Run Setup.exe from the folder 'Disk1'
    Leader badge
    Downloads: 196 This Week
    Last Update:
    See Project
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 5
    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.
    Leader badge
    Downloads: 70 This Week
    Last Update:
    See Project
  • 6
    Repeat

    Repeat

    Mouse/keyboard record/replay and automation hotkeys/macros creation

    Full-fledged mouse/keyboard record/replay and automation hotkeys/macros creation using modern programming languages, and more advanced automation features. Working across three major OSes: Windows, OSX, and Linux. See more at https://github.com/repeats/Repeat Repeat yourself with some intelligence. This, if used correctly, can improve your productivity greatly.
    Leader badge
    Downloads: 104 This Week
    Last Update:
    See Project
  • 7

    pyexpander

    A powerful macro processor based on python

    Pyexpander is a powerful macro processor based on python. Instead of simple macro replacement it offers evaluation of arbitrary python expressions and execution of python code. Pyexpander is Turing Complete.
    Downloads: 39 This Week
    Last Update:
    See Project
  • 8

    ATasm: 6502 cross-assembler

    ATasm is a 6502 command-line cross-assembler.

    ATasm is a 6502 command-line cross-assembler that is compatible with the original Mac/65 macro assembler released by OSS software. The aim of ATasm is to provide Atari home-brew coders with a comfortable and powerful toolset.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 9
    MacroFusion

    MacroFusion

    GUI to combine photos to get deeper DOF or HDR.

    MacroFusion is a neat little GUI for great tool Enfuse (command line). It makes easy fusion few photos to one with great DOF (Deep of Field) or DR (Dynamic Range). It can be useful for every macro lovers or landscapers.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    avrLab is an IDE (integrated development environment) for AVR microcontroller from ATMEL. It includes an editor with syntax highlighting. avrLab includes support for macro assembler (tavrasm and avra) as well as support for accessing the AVR via uisp.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 11
    This is an attempt to supply editor keyboard macro facilities that are missing from the Eclipse IDE.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    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: 3 This Week
    Last Update:
    See Project
  • 13
    Collaborative development and distribution of Windows Speech Recognition (WSR) application macros to 1) improve the accessibility of personal computing for impaired users, and 2) improve the efficiency of personal computing for all users.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    SnapMacro

    SnapMacro

    Free and Open source Cross-platform bot creator using Snap language

    Snap Macro Free and open source Cross-platform bot creator with a new scripting language called snap to interact with the mouse, keyboard, and screen using the snap scripting language Snap language has many features to make it easy to implement your own bot. For examples: - Variables, - Conditions, - Data types like integer, hexdecimal - Flow conditions like if, while loop, repeat loop - Sleep, exit, delay statements - get the current pixel in position and compare it with colours
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    XML Universal Packet Archiver (PKT) is a platform independant universal file archiving system with pluggable options for encryption, encoding, compression, parity/RAID protection and more.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    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: 1 This Week
    Last Update:
    See Project
  • 18
    The Autoconf Macro Archive provides documented and tested macros that are useful to many software writers using the autoconf tool, but too specific to be included into autoconf itself. [DISCONTINUED]
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Bad Macro

    Bad Macro

    A macro that you can use to do just about anything.

    BadMacro is literally a macro.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Software documentation project for Beowurks' open source file archiving solution - Beozip.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Line Oriented Macro Expander. A sophisticated macro processor capable of loops, subroutines, libraries, file processing, etc. Extensible and Modular, very OO implementation. Comes with macros for POV-Ray buildings.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Pika Macro ASsembler is a compact but powerful macro assembler. It is designed to easily create a new instruction set by using a special assembler directive. It is intended for small CPUs like in the Pokemon Mini handheld gaming device and synthetic CPUs NOTE: Source moved to https://github.com/darkfader/PokemonMini/tree/master/pmas
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    A 6809/6800/8080/8008 macro assembler written in Java.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Celeritas is a web development framework built on top of Web Macro to speed up the development process. It helps reduce the burden of doing the regular operations by taking care of the repeatitive tasks. More details coming soon
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    mol3d

    mol3d

    A metapost macro for drawing 3D molecular structures

    Mol3d is a macro using metapost language (https://www.tug.org/metapost.html) for producing vector graphics of 3D molecular structures. It is based on the m3D macro developed by Anthony Phan (http://www-math.univ-poitiers.fr/~phan/m3Dplain.html).
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.