Alternatives to Quick Batch File Compiler
Compare Quick Batch File Compiler alternatives for your business or organization using the curated list below. SourceForge ranks the best alternatives to Quick Batch File Compiler in 2026. Compare features, ratings, user reviews, pricing, and more from Quick Batch File Compiler competitors and alternatives in order to make an informed decision for your business.
-
1
Dev-C++
Embarcadero
Embarcadero Dev-C++ is a new and improved fork (sponsored by Embarcadero) of Bloodshed Dev-C++ and Orwell Dev-C++. It is a full-featured Integrated Development Environment (IDE) and code editor for the C/C++ programming language. It uses Mingw port of GCC (GNU Compiler Collection) as its compiler. Embarcadero Dev-C++ can also be used in combination with Cygwin or any other GCC based compiler. Embarcadero Dev-C++ is built using the latest version of Embarcadero Delphi. Embarcadero Dev-C++ has a low memory footprint because it is a native Windows application and does not use Electron. Optimized for parallel compilation on modern multi-core machines. -
2
Advanced BAT to EXE Converter
BDargo Software
Advanced BAT to EXE Converter is the best choice to compile your batch files to .EXE for distributing commercially. Advanced BAT to EXE Converter creates an actual native Windows .EXE program and encrypts your batch file code. These batch file .EXE do not require any pre-installed software to function and can be digitally signed unlike regular batch files. Even the most complex batch files can be compiled to executables with Advanced BAT to EXE Converter. Your batch file EXE works exactly as the original batch file does on all computers. You can embed your Company Name and Copyright information in the EXE to build your online reputation.Starting Price: $89.95 -
3
Resource Tuner Console
Heaventools Software
Resource Tuner Console is a resource editor driven by scripts and equipped with a command-line interface, facilitating developers to modify various resource types (such as versions, icons, and strings) in numerous compiled Windows 32/64-bit EXE and DLL files directly from a batch file, allowing for rapid execution within seconds. This tool is specifically tailored for software developers seeking to streamline resource editing through automation. Utilizing the Windows Script Host engine to interpret and execute scripts, Resource Tuner Console can be operated on any Windows system since the Windows Script Host is an integral component of the OS installation. One of the most wanted features is automated stamping of file version information during the release process. When you need to update executable version numbers and certain strings in VersionInfo such as StringTable, Legal Copyright, or Product Name without recompiling the entire file, Resource Tuner Console has the solution.Starting Price: $199/year/user -
4
QShield
Quarkslab
Obfuscate your highly valuable source code and protect your sensitive assets thanks to QShield compiler-obfuscator. Protect your applications against static and dynamic analysis. Software running on untrusted environments is at risk of reverse-engineering, an application running on a device that is available to an attacker is vulnerable to a wide range of techniques used to try and extract secrets, and intellectual property. To prevent unauthorized parties from gaining insight, tampering with or even recovering the source code from the binary, software protection mechanisms must be implemented to preserve revenues and intellectual property. 30+ obfuscation schemes are available. Granular control of the protection profile thanks to a file-based policy or comments throughout the code. Build diversification, each compiled application is different with a user-controlled randomness seed. Integrity checks and detection of debuggers, emulators, and hooking frameworks. -
5
Java
Oracle
The Java™ Programming Language is a general-purpose, concurrent, strongly typed, class-based object-oriented language. It is normally compiled to the bytecode instruction set and binary format defined in the Java Virtual Machine Specification. In the Java programming language, all source code is first written in plain text files ending with the .java extension. Those source files are then compiled into .class files by the javac compiler. A .class file does not contain code that is native to your processor; it instead contains bytecodes — the machine language of the Java Virtual Machine1 (Java VM). The java launcher tool then runs your application with an instance of the Java Virtual Machine.Starting Price: Free -
6
MoonScript
MoonScript
MoonScript is a dynamic scripting language that compiles into Lua. It gives you the power of one of the fastest scripting languages combined with a rich set of features. MoonScript can either be compiled into Lua and run at a later time, or it can be dynamically compiled and run using the moonloader. Because it compiles right into Lua code, it is completely compatible with alternative Lua implementations like LuaJIT, and it is also compatible with all existing Lua code and libraries. The command line tools also let you run MoonScript directly from the command line, like any first-class scripting language. MoonScript provides a clean syntax using significant whitespace that avoids all the keyword noise typically seen in a Lua script. It also adds table comprehensions, implicit return on functions, classes, inheritance, scope management statements import & export, and a convenient object creation statement called with. -
7
QBasic
QBasic
QBasic as well as QuickBasic is an easy-to-learn programming language (and therefore ideal for beginners), based on DOS operating system, but also executable on Windows. QBasic is the slimmed-down version of QuickBasic. Compared to QuickBasic, QBasic is limited as it lacks a compiler. Therefore QBasic cannot be used to produce executables (.exe files). The source code (usual files with .bas extension) can only be executed immediately by the built-in QBasic interpreter. Furthermore, QuickBasic has a more extensive command set than QBasic. The best way to learn to program is to start with a lightweight programming language and a simple compiler. Qbasic (short: QB) has great advantages for pros and beginners that other compilers can't offer. Back then, when DOS was the most widely used operating system, QB IDE enjoyed great popularity. On current Windows systems, QBasic/QuickBASIC requires a DOS emulator, e.g. DOSBox.Starting Price: Free -
8
OpenMake Meister
OpenMake Software
OpenMake Meister® delivers a highly reusable and accelerated build solution that can quickly adapt to changing development demands. It gives you control over the logic that drives your compile/link/archive process and eliminates the need for one-off scripts that are brittle and error prone. It accelerates builds, relieves congestion, stores binaries and gathers critical dependency information that can be used for release packaging. Accelerate CI with fast compiles and parallel processing using reliable dependency management across thousands of server pools. Meister reduces build times from hours to minutes. Standardize binary assembly for software builds that dynamically adapt to each version update. Our model-driven approach reduces or eliminates ad hoc scripting. Expose all artifacts of your release candidate, even those not managed by a version control solution. Meister Impact Analysis and Audit Reports eliminate guesswork. -
9
OpenFaceTracker
OpenFaceTracker
OpenFaceTracker is a facial recognition program capable to detect one or several faces on a picture or a video, and to identify them via a database. OpenFaceTracker needs OpenCV3.2 and QT4 installed on your machine, you’ve got two options, if you love compiling libraries by hand, please follow build_oft, and installing Opencv and QT using your favorite packaging tool. You can compile OFT as a library or you can compile it as a standalone binary file. You can then open the file and execute the detection and recognition module. You can show help and exit, show the list of all available cameras, you can test the XML DB, read from the OFT config, and check the environment. OpenFaceTrackerLib uses Opencv 3.2. This latter has introduced many new algorithms and features comparing to version 2.4. Some modules have been rewritten, some have been reorganized. Although most of the algorithms from 2.4 are still present, the interfaces can differ. -
10
SourceClean
SourceDebug
SourceClean is a tool that clean up #if/#ifdef/#ifndef in source code and make source code easier to read. Some projects need to run on different platforms. Through #ifdef, the software can be compiled with GCC into software suitable for different platforms or with different functions according to conditions. We can preserve the compiled intermediate files by adding -save-temps=obj -fdirectives-only to the compile options. The intermediate files can be processed by SourceClean to generate source files with ifdef/ifndef removed to make the source code easier to read and understand.Starting Price: $49/user -
11
Nim
Nim
Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Nim generates native dependency-free executables, not dependent on a virtual machine, which are small and allow easy redistribution. Nim's memory management is deterministic and customizable with destructors and move semantics, inspired by C++ and Rust. It is well-suited for embedded, hard-realtime systems. Modern concepts like zero-overhead iterators and compile-time evaluation of user-defined functions, in combination with the preference of value-based datatypes allocated on the stack, lead to extremely performant code. Support for various backends: it compiles to C, C++ or JavaScript so that Nim can be used for all backend and frontend needs.Starting Price: Free -
12
DivFix++
DivFix++
DivFix++ is a video repair tool for AVI files. Sometimes you can't convert your AVI video files for your PSP or smartphone due to slight corruption. Because most "video conversion" software doesn't like corrupted AVI files. You can fix corruptions on your AVI file before starting the conversion. Also, you can't watch your video/movie properly on your favorite "video player" due to corruption. Sometimes downloaded videos/movies are corrupted too. You can fix them with DivFix++ if they are in AVI format. You can also preview "video download" with this tool, fix the file adds the seeking ability to the video and you can watch currently downloaded parts. So you can decide if you are continuing to download that video or not. It's a good thing if you are a heavy P2P user. Windows users can download ming32 compiled Win32 and ming64 compiled Win64 binaries. Mac OSX users can download precompiled static Universal binary.Starting Price: Free -
13
Apache Groovy
The Apache Software Foundation
Apache Groovy is a powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities, for the Java platform aimed at improving developer productivity thanks to a concise, familiar and easy to learn syntax. It integrates smoothly with any Java program, and immediately delivers to your application powerful features, including scripting capabilities, Domain-Specific Language authoring, runtime and compile-time meta-programming and functional programming. Concise, readable and expressive syntax, easy to learn for Java developers. Closures, builders, runtime & compile-time meta-programming, functional programming, type inference, and static compilation. Flexible & malleable syntax, advanced integration & customization mechanisms, to integrate readable business rules in your applications. Great for writing concise and maintainable tests, and for all your build and automation tasks.Starting Price: Free -
14
CoffeeScript
CoffeeScript
Underneath that awkward Java-esque patina, JavaScript has always had a gorgeous heart. CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way. The golden rule of CoffeeScript is: “It’s just JavaScript.” The code compiles one-to-one into the equivalent JS, and there is no interpretation at runtime. You can use any existing JavaScript library seamlessly from CoffeeScript (and vice-versa). The compiled output is readable, pretty printed, and tends to run as fast or faster than the equivalent handwritten JavaScript. Most modern JavaScript features that CoffeeScript supports can run natively in Node 7.6+, meaning that Node can run CoffeeScript’s output without any further processing required. This list may be incomplete, and excludes versions of Node that support newer features behind flags; please refer to node.green for full details. You can run the tests in your browser to see what your browser supports.Starting Price: Free -
15
PubTyper
Scand
PubTyper is an extension for Adobe InDesign that provides the ability to merge files of different formats into one single InDesign document. It ensures a convenient compilation of a perfect, high-quality, printable-ready document with common styles. Being a useful digital publishing solution, PubTyper speeds up the process of file compilation, editing, and publishing. It provides the ability to use bulk operations, do a reflow of content in accordance with a chosen template, detect a text style by its overrides and replace them when needed, and others. -
16
Luminal
Luminal
Luminal is a machine-learning framework built for speed, simplicity, and composability, focusing on static graphs and compiler-based optimization to deliver high performance even for complex neural networks. It compiles models into minimal “primops” (only 12 primitive operations) and then applies compiler passes to replace those with device-specific optimized kernels, enabling efficient execution on GPU or other backends. It supports modules (building blocks of networks with a standard forward API) and the GraphTensor interface (typed tensors and graphs at compile time) for model definition and execution. Luminal’s core remains intentionally small and hackable, with extensibility via external compilers for datatypes, devices, training, quantization, and more. Quick-start guidance shows how to clone the repo, build a “Hello World” example, or run a larger model like LLaMA 3 using GPU features. -
17
Insignary Clarity
Insignary
Insignary Clarity is a specialized software composition analysis solution that helps customers gain visibility into the binary code they use by identifying known, preventable security vulnerabilities, while also highlighting potential license compliance issues. It uses unique fingerprint-based technology, which works on the binary-level without the need for source code or reverse engineering. Unlike checksum and hash-based binary code scanners, which are constrained by limited databases of pre-compiled binaries of the most commonly used open source components, Clarity is independent of compile times and CPU architectures. This makes it easy for software developers, value added resellers, systems integrators and security MSPs overseeing software deployments to take proper, preventive action before product delivery. Insignary, the global leader in binary-level, open source software security and compliance, is a venture-backed startup, headquartered in South Korea. -
18
PDF Editor
PULKITSOFT LLP
World's most comprehensive, powerful, process-based and lighting fast PDF reader, editor and batch processor. PDF editing with 60+ features rich tools and function like pdf Imposition, Masking Tape/Hide Content, Reverse Pages, Resize Page, Scale Page, Booklet, N-up Pages, Page Repeat, Merge, Split, Extract, Rotate, Duplicate, Move, Compression, Batch Processing, Hot Folder, Advanced Printing, Replace Page, Insert Page, Delete Page, Add Link, Attachment/Add Files into PDF, Replace Text, Hide Pages, Crop Page, Page Box, Add Text, Add Image, Add Bookmarks, Remove Bookmark, Export Bookmark, Create Form, Delete Form, Flatten Form, Extract Text, Extract Images, Export To Word, Export To Excel, Export To PowerPoint, Advanced and Multiple Barcodes, Password Protection, Remove Password, Bates Numbering, Watermark/Background, Sign PDF files (Digital Signature), Add Vector Graphics, Convert To Grayscale, Convert PDFA to PDF, Convert PDF to PDFA, Convert PDF to TeX, Convert PDF to EPUB, and more.Starting Price: $69 -
19
DropBear
Matt Johnston
Dropbear is a relatively small SSH server and client. It runs on a variety of Unix platforms. Dropbear is open-source software, distributed under an MIT-style license. Dropbear is particularly useful for "embedded"-type Linux (or other Unix) systems, such as wireless routers. If you want to be notified of new releases, or for general discussion of Dropbear, you can subscribe to the relatively low-volume mailing list. With a small memory footprint suitable for memory-constrained environments, Dropbear can compile to a 110kB statically linked binary with uClibc on x86 (only minimal options selected) Dropbear server implements X11 forwarding and authentication-agent forwarding for OpenSSH clients. The server, client, keygen, and key converter can be compiled into a single binary (like busybox) Features can easily be disabled when compiling to save space. The multi-hop mode uses SSH TCP forwarding to tunnel through multiple SSH hosts in a single command.Starting Price: Free -
20
Zig
Zig Software Foundation
Zig is a general-purpose programming language and toolchain for maintaining robust, optimal and reusable software. Focus on debugging your application rather than debugging your programming language knowledge. A fresh approach to metaprogramming based on compile-time code execution and lazy evaluation. No hidden control flow. No hidden memory allocations. No preprocessor, no macros. Call any function at compile-time. Manipulate types as values without runtime overhead. Comptime emulates the target architecture. Use Zig as a zero-dependency, drop-in C/C++ compiler that supports cross-compilation out-of-the-box. Leverage zig build to create a consistent development environment across all platforms. Add a Zig compilation unit to C/C++ projects; cross-language LTO is enabled by default.Starting Price: Free -
21
ccminer
ccminer
ccminer is an open-source project for CUDA compatible GPUs (nVidia). The project is compatible with both Linux and Windows platforms. This site is intended to share cryptocurrencies mining tools you can trust. Available open-source binaries will be compiled and signed by us. Most of these projects are open-source but could require technical abilities to be compiled correctly. -
22
Fink
Fink
The Fink project wants to bring the full world of Unix open source software to Darwin and Mac OS X. We modify Unix software so that it compiles and runs on Mac OS X ("port" it) and make it available for download as a coherent distribution. Fink uses Debian tools like dpkg and apt-get to provide powerful binary package management. You can choose whether you want to download precompiled binary packages or build everything from source. The project offers precompiled binary packages as well as a fully automated build-from-source system. Mac OS X includes only a basic set of command-line tools. Fink brings you enhancements for these tools as well as a selection of graphical applications developed for Linux and other Unix variants. With Fink the compile process is fully automated; you'll never have to worry about Makefiles or configure scripts and their parameters again. The dependency system automatically takes care that all required libraries are present.Starting Price: Free -
23
ConTEXT Editor
ConTEXT Editor
ConTEXT is small, fast and powerful text editor for software developers. Unlimited open files, unlimited editing file size length, powerful syntax highlighting for C/C++, Delphi/Pascal, 80x86 assembler, Java, Java Script, Visual Basic, Perl/CGI, HTML, SQL, Python, PHP, Tcl/Tk, user definable syntax highlighter, project workspaces, compiler integration, multi-language support and many more features.Starting Price: $0 -
24
GraalVM
GraalVM
Discover libraries and frameworks that work out-of-the-box with Native Image. Apply Graal, an advanced optimizing compiler, that generates faster and leaner code requiring fewer compute resources. Compile Java applications ahead of time to native binaries that start up instantly and deliver peak performance with no warmup time. Leverage the best features and libraries of popular languages in a single app with no overhead. Debug, monitor, profile, and optimize resource consumption in Java and across multiple languages. GraalVM’s high-performance JIT compiler generates optimized native machine code that runs faster, produces less garbage, and uses less CPU thanks to a battery of advanced compiler optimizations and aggressive and sophisticated inlining techniques. The end results are applications that run faster and consume fewer resources, reducing cloud and infrastructure costs.Starting Price: Free -
25
PureScript
PureScript
PureScript is a strongly typed, purely functional programming language that compiles JavaScript. It enables developers to build robust web applications, web servers, and mobile apps using functional programming techniques. PureScript offers features such as algebraic data types, pattern matching, row polymorphism, extensible records, higher-kinded types, type classes with functional dependencies, and higher-rank polymorphism. The language emphasizes strong static typing and pure functions, ensuring code reliability and maintainability. Developers can compile PureScript code into readable JavaScript, facilitating seamless integration with existing JavaScript codebases. The ecosystem includes an extensive collection of libraries, excellent tooling, and editor support with instant rebuilds. An active community provides numerous learning resources, including the PureScript book, which offers practical projects for beginners. -
26
Babel Obfuscator
babelfor.NET
Babel Obfuscator is a powerful protection tool for the Microsoft .NET Framework. Programs written in .NET languages, like C# and Visual Basic .NET, are normally easy to reverse engineer because they compile to MSIL (Microsoft Intermediate Language), a CPU-independent instruction set that is embedded into .NET assemblies, along with metadata allowing the reconstruction of original source code. Babel Obfuscator is able to transform assemblies in order to conceal the code, so reversing is extremely difficult. This transformation process is called obfuscation. Protect your software against reverse engineering to safeguard the intellectual property of your code. Runs on Windows, MAC OSX, and Linux operating systems. Fully managed code encryption and virtualization. Simplify the deploy of your application merging or embedding all dependencies into a single file. Performs code optimization by reducing the overall metadata size and removing unused code.Starting Price: €350 one-time payment -
27
Chocolatey
Chocolatey
Chocolatey has the largest online registry of Windows packages. Chocolatey packages encapsulate everything required to manage a particular piece of software into one deployment artifact by wrapping installers, executables, zips, and/or scripts into a compiled package file. Package submissions go through a rigorous moderation review process, including automatic virus scanning. The community repository has a strict policy on malicious and pirated software. Many organizations face the ongoing challenge of deploying and supporting various versions of software. Chocolatey allows organizations to automate and simplify the management of their complex Windows environments. Our customers have experienced a massive reduction in effort, improved speed of deployment, high reliability, and comprehensive reporting. Reduce complexity, save yourself time, and get up to speed on the latest technologies and approaches.Starting Price: $96 per year -
28
eve
Vercel
Eve is the framework for building agents, like Next.js for web apps, but for agents. It uses Markdown for instructions and skills, TypeScript for tools, and durable execution by default. An agent is a directory that defines instructions and skills in Markdown, tools in TypeScript, and then deploys. Eve compiles the directory, wires up durable workflows, and connects channels, giving developers a structured way to build production agents without gluing together point solutions. An instructions.md file can be a complete agent, while agent.ts lets teams choose a model or configure the runtime. Reusable skills are Markdown playbooks loaded when relevant, so the agent gets focused guidance without carrying everything in every prompt. Tools are added as TypeScript files, with the filename becoming the tool name, and no registration is required. Every agent includes an isolated sandbox and file tools, with support for custom sandbox setup. -
29
PDF Junction
Aquaforest
At the heart of PDF Junction is a document processing engine capable of manipulating large volumes of PDF files to enable splitting, merging, setting of security, and other attributes. Convert batches of Word, Excel, and other files to PDF. Split PDFs by bookmarks, single pages, and ranges. Set PDF security and display options. Extract text and metadata from PDF documents. The Professional version of PDF Junction includes facilities to convert Microsoft Office and other documents to PDF. Batch processes can be defined using the GUI to create an XML Job Ticket file which can be run using the GUI, or using the command line. In addition, all options can be used from the command line without having used the GUI. The functionality of PDF Junction can be extended by using custom scripts which may be called at various points during the processing of a particular job. The custom scripts are Windows Script Files which allow scripting in either VBScript or Jscript. -
30
Cargo
Cargo
Cargo is the Rust package manager. Cargo downloads your Rust package's dependencies, compiles your packages, makes distributable packages, and uploads them to crates.io, the Rust community’s package registry. You can contribute to this book on GitHub. To get started with Cargo, install Cargo (and Rust) and set up your first crate. The commands will let you interact with Cargo using its command-line interface. A Rust crate is either a library or an executable program, referred to as either a library crate or a binary crate, respectively. Loosely, the term crate may refer to either the source code of the target or to the compiled artifact that the target produces. It may also refer to a compressed package fetched from a registry. Your crates can depend on other libraries from crates.io or other registries, git repositories, or subdirectories on your local file system. You can also temporarily override the location of a dependency.Starting Price: Free -
31
Sysax FTP Automation
Codeorigin
Sysax FTP Automation is file transfer client software capable of automating complex file transfer sequences and associated file processing. It enables files to be sent or obtained privately on the internet by connecting to other file transfer servers. Command line execution: Task scripts can be executed from the command line or from within batch files without the need to schedule them. Public key authentication, protected passwords, and client side SSL certificate. Tasks can be set to repeat at specific time intervals. Tasks can be run based on the status of a monitored folder. -
32
Emojicode
Emojicode
Emojicode is an open-source, full-blown programming language, consisting of emojis. As a multi-paradigm language, Emojicode features object orientation, optionals, generics, closures, and protocols. Emojicode compiles native machine code using lots of optimizations that make your code fast. Emojicode comes with a comprehensive set of default packages. And you can easily write your own. We believe that Emojis have expressive force. Let’s use that to make programming more fun and accessible. Emojicode is a straightforward language to learn, whatever background you have. Our documentation is known to be excellent and stuffed with walk-through guides and examples. You can help Emojicode grow! Development takes place on GitHub and you’re invited to drop in. Before you install Emojicode make sure you have a C++ compiler and linker installed. clang++ or g++ is fine, for instance. The Emojicode compiler can only link binaries if such a compiler is available.Starting Price: Free -
33
JDoodle
JDoodle
JDoodle.com is serving programming community with online compilers and IDEs since 2013. This app brings the online compiler/IDE capability of JDoodle.com to mobile. Using this App, you can compile and run programs in 70+ programming languages directly from your mobile. Each language has multiple version support. You can save the programs on your mobile. Optionally, you can log in to your JDoodle account from the app to save the files in JDoodle.com. Programs stored in JDoodle.com can be accessed from our website too. By default, all the programs stored in JDoodle.com are private - accessible only by you. You can choose to share any program with others if you want to. -
34
distcc
distcc
Distcc is a distributed compilation system that accelerates C, C++, Objective-C, and Fortran builds by offloading compile jobs across multiple networked machines. It integrates seamlessly with GCC and Clang toolchains, transparently intercepting compiler calls and redistributing them to remote daemons while preserving optimization flags, include paths, and dependency tracking. Its client-server architecture features a lightweight listener that manages job queues, prioritizes local compilation when needed, and automatically detects available hosts via simple configuration or DNS. Distcc supports cross-compilation environments, SSH tunneling for secure clusters, blacklisting of unreliable servers, and integration with build systems like Make, CMake and Ninja. Monitoring tools provide real-time statistics on job distribution and throughput, and compatibility with compilation databases (compdb) enables granular control over distributed workloads.Starting Price: Free -
35
OCaml
OCaml
OCaml is a general-purpose, industrial-strength programming language with an emphasis on expressiveness and safety. OCaml’s powerful type system means more bugs are caught at compile time, and large, complex codebases are easier to maintain. This makes it a good language for running critical code. At the same time, sophisticated inference makes the type system unobtrusive, creating a smooth developer experience. One is a bytecode compiler which generates small, portable executables and is very fast. The other is a native code compiler that produces more efficient machine code; its performance matches the highest standards of modern compilers. OCaml has great support for the most popular editors. VS Code is recommended for beginners, and for power users there is deep integration with Vim and Emacs. OCaml has a rich and dynamic community and best-in-class tooling.Starting Price: Free -
36
Hurricane for AutoCAD
74Mph Solutions
Batch edit your AutoCAD drawings in 3 clicks (or less), Make simple, complex and/or dynamic changes to each drawing. Manage your files to process. Keep lists, save "project" directories. Share these lists and "user-scripts". Combine user scripts to accomplish complex editing tasks. (You can even store scripts specific to each project, and retrieve them easily.) AutoCAD Electrical ".WDP" project file compatibility - Double-click an AutoCAD Electrical .WDP (Project) file within Hurricanes file selector, to quickly load an entire AutoCAD Electrical project into the FileQueue. This means you can EASILY use AutoCAD to Batch Plot your files, Batch Purge, Batch Bind, batch script anything, maximizing your PC's power to perform redundant tasks fast! Add more time-saving batch script functionality to AutoCAD Electrical, Mechanical, and Architectural. Batch all drawings run in a single AutoCAD session (They don't "open-run-close, open-run-close...")Starting Price: $99.95 one-time payment -
37
Telegraf
InfluxData
Telegraf is the open source server agent to help you collect metrics from your stacks, sensors and systems. Telegraf is a plugin-driven server agent for collecting and sending metrics and events from databases, systems, and IoT sensors. Telegraf is written in Go and compiles into a single binary with no external dependencies, and requires a very minimal memory footprint. Telegraf can collect metrics from a wide array of inputs and write them into a wide array of outputs. It is plugin-driven for both collection and output of data so it is easily extendable. It is written in Go, which means that it is a compiled and standalone binary that can be executed on any system with no need for external dependencies, no npm, pip, gem, or other package management tools required. With 300+ plugins already written by subject matter experts on the data in the community, it is easy to start collecting metrics from your end-points.Starting Price: $0 -
38
io.Performance
eschbach
io.Performance simplifies OEE entry across all production environments, including batch plants, part or fully continuous plants and discrete manufacturing. Losses of plant availability, speed and quality become visible in real-time. Tailored reports cover even the most complex requirements. The io.Performance web-based platform offers easy departmental and hierarchy-spanning access to role specific functions. Standardized Organization-wide and plant specific OEE reports. Production level data is compiled for management in real-time. -
39
FastHelp
FastHelp
FastHelp is a Windows Help File Generator that produces online and offline documentation. Compile to any of the following formats, all from a single source editor. That means you type once then compile to whatever format you need. Watch the video further down this page to see how intuitive FastHelp is. Below is a list of compile formats that FastHelp produces. Time and again we’ve been chosen over our competitors because FastHelp saves you time and money by being incredibly intuitive and productive. Why spend your valuable time on steep learning curves with other products when you can create a fully functional help file in under One Minute with Fast-Help. Then all you have to do is type in the help text. We have a loyal customer base that range from independent developers to companies like, NASA, General Motors, 3M and Motorola.Starting Price: $299 one-time payment -
40
Phalcon
Phalcon
A full-stack PHP framework delivered as a C-extension. Its innovative architecture makes Phalcon the fastest PHP framework ever built. Developers do not need to know C to use Phalcon. Its functionality is exposed as PHP classes and interfaces under the Phalcon namespace, ready to be used. Zephir/C extensions are loaded together with PHP one time on the web server's daemon start process. Classes and functions provided by the extension are ready to use for any application. The code is compiled and isn't interpreted because it's already compiled to a specific platform and processor. Thanks to its low-level architecture and optimizations Phalcon provides the lowest overhead for MVC-based applications. Build single and multi-module applications with ease and pleasure. Using the file structure, scheme, and patterns you already know. Writing REST servers and applications has never been easier, with no boilerplate, and simple services that fit in one file.Starting Price: Free -
41
Microsoft Cognitive Toolkit
Microsoft
The Microsoft Cognitive Toolkit (CNTK) is an open-source toolkit for commercial-grade distributed deep learning. It describes neural networks as a series of computational steps via a directed graph. CNTK allows the user to easily realize and combine popular model types such as feed-forward DNNs, convolutional neural networks (CNNs) and recurrent neural networks (RNNs/LSTMs). CNTK implements stochastic gradient descent (SGD, error backpropagation) learning with automatic differentiation and parallelization across multiple GPUs and servers. CNTK can be included as a library in your Python, C#, or C++ programs, or used as a standalone machine-learning tool through its own model description language (BrainScript). In addition you can use the CNTK model evaluation functionality from your Java programs. CNTK supports 64-bit Linux or 64-bit Windows operating systems. To install you can either choose pre-compiled binary packages, or compile the toolkit from the source provided in GitHub. -
42
Fortran
Fortran
Fortran has been designed from the ground up for computationally intensive applications in science and engineering. Mature and battle-tested compilers and libraries allow you to write code that runs close to the metal, fast. Fortran is statically and strongly typed, which allows the compiler to catch many programming errors early on for you. This also allows the compiler to generate efficient binary code. Fortran is a relatively small language that is surprisingly easy to learn and use. Expressing most mathematical and arithmetic operations over large arrays is as simple as writing them as equations on a whiteboard. Fortran is a natively parallel programming language with intuitive array-like syntax to communicate data between CPUs. You can run almost the same code on a single CPU, on a shared-memory multicore system, or on a distributed-memory HPC or cloud-based system.Starting Price: Free -
43
kcov
kcov
Kcov is a FreeBSD/Linux/OSX code coverage tester for compiled languages, Python and Bash. Kcov was originally a fork of Bcov, but has since evolved to support a large feature set in addition to that of Bcov. Kcov, like Bcov, uses DWARF debugging information for compiled programs to make it possible to collect coverage information without special compiler switches.Starting Price: Free -
44
Ethminer
Ethminer
Ethminer is an Ethash GPU mining worker: with ethminer you can mine every coin which relies on an Ethash Proof of Work thus including Ethereum, Ethereum Classic, Metaverse, Musicoin, Ellaism, Pirl, Expanse and others. This is the actively maintained version of ethminer. It originates from cpp-ethereum project and builds on the improvements made in Genoil's fork. See FAQ for more details. Standalone executables for Linux, macOS and Windows are provided in the Releases section. Download an archive for your operating system and unpack the content to a place accessible from command line. The ethminer is ready to go. The ethminer is a command line program. This means you launch it either from a Windows command prompt or Linux console, or create shortcuts to predefined command lines using a Linux Bash script or Windows batch/cmd file. -
45
AutoImager
AutoImager
AutoImager is a full-featured batch image converter and editor software application. The program is easy-to-use and because it's "interface-driven", you don't have to understand programming or even scripting in order to perform the batch conversion and processing tasks. Just pick the files you wish to convert or process, choose the options for the conversion or processing task, and you're ready to go! Each image will be automatically processed, with the appropriate editing, processing, or conversion applied. For example, perform PDF conversion with 140+ other image formats, resize photos, or apply photo enhancement filters. For those who need the power of automation, scripting, or batch file processing, the software features extensive command-line support for endless possibilities with image files. AutoImager is an advanced image converter that supports over 140 different graphic image formats and gives you a wide variety of ways to enhance and alter images.Starting Price: $60 one-time payment -
46
JSDefender
PreEmptive
Cutting-edge JavaScript obfuscation techniques with control-flow flattening, tamper detection and other in-app protection transforms. We would not send our own unprotected code to a remote service controlled by third parties and we would not expect you to either. JSDefender supports major JavaScript frameworks, runtimes, and bundlers including Angular, Node, React, React Native, Webpack and others. Unlike languages like .NET and Java that are compiled to intermediate, stack-based assembly instructions before being distributed in binary form, JavaScript apps are typically distributed in source form. This means that your code is directly visible to anyone with access to the execution environment (like a browser). So, potential attackers can very easily step through the running code using a debugger built into their browser, or use other tools to statically analyze the code for vulnerabilities. -
47
BeeCTD
Altamira
BeeCTD is a full-featured eCTD management solution for pharmaceutical companies and regulatory agencies. Modular architecture and transparent licensing policy allow our users to choose from modules which they want to use – Reader, Compiler, Validator. Full-featured Reader which helps you to get an overview of the entire lifecycle of the dossier containing eCTD and/or NeeS sequences, including baseline submissions while transferring from NeeS to eCTD. Realtime, fast sequence validator fully compliant with eCTD / NeeS technical specification, incl. best practices criteria. The latest version of eCTD validation criteria is always updated, older versions are available. Get your documents compiled into the eCTD-compliant format. Use our eCTD compiler tool as a product, which allows you to compile yourself or as a service - we compile for you on demand. -
48
Whiskey Systems
FIVE x 5
Whiskey Systems is a cloud-based distillery management software tailored for craft spirits producers in the U.S. and Canada. It delivers a unified production tracking and compliance system designed to manage operations from grain to bottle by combining inventory control, batch tracking, and regulatory reporting. It includes features such as automated TTB and CRA report generation, Pay.gov integration, barrel and rackhouse management, finished goods and sales order handling, and built-in distilling calculators (e.g., proof, blending, dilutions). Whiskey Systems maintains full audit readiness by compiling complete records of batching, transfers, and gauging throughout operations. It supports flexible configurations aligned with individual distillery workflows while providing unlimited users and device access. Because it is cloud-based, you can access your data from any device. -
49
Caddy
Caddy
Caddy simplifies your infrastructure. It takes care of TLS certificate renewals, OCSP stapling, static file serving, reverse proxying, Kubernetes ingress, and more. Its modular architecture means you can do more with a single, static binary that compiles for any platform. Caddy runs great in containers because it has no dependencies—not even libc. Run Caddy practically anywhere. Caddy obtains and renews TLS certificates for your sites automatically. It even staples OCSP responses. Its novel certificate management features are the most mature and reliable in its class. Written in go, Caddy offers greater memory safety than servers written in C. A hardened TLS stack powered by the go standard library serves a significant portion of all Internet traffic. Caddy is both a flexible, efficient static file server and a powerful, scalable reverse proxy. -
50
nCMS
Softmotions
Developers can create their own Java projects based on ηCMS core framework. ηCMS provides the ability to edit any part of hosted web site including stylesheets and javascript code. Embedded SCSS compiler provides you with instant processing of edited .scss files to the resulting website CSS. Developer can edit and process js scripts with awesome closure compiler directly in ηCMS UI. When logged in as editor you can easy edit page's text with visual editor tools directly within the original page view. You can just type or paste copied text, change styles of headers, paragraphs and single character, make numbered/bulleted lists etc. System will instantly save all your changes to the database. ηCMS has smart mechanism of traffic routing – you can write as complicated rules as you want and split with them all traffic to any numbers of streams. You can set A/B (or A/B/C/D or more) testing inside one page and make it show different content for different user groups.Starting Price: Free