Alternatives to SourceClean
Compare SourceClean alternatives for your business or organization using the curated list below. SourceForge ranks the best alternatives to SourceClean in 2026. Compare features, ratings, user reviews, pricing, and more from SourceClean competitors and alternatives in order to make an informed decision for your business.
-
1
JetBrains Junie
JetBrains
Junie is an AI-powered coding agent developed by JetBrains designed to enhance developer productivity by integrating directly into popular IDEs such as IntelliJ IDEA, PyCharm, and Android Studio. It supports developers by assisting with code completion, testing, and inspections, ensuring code quality and reducing debugging time. Junie adapts seamlessly to your workflow, providing plans for execution and collaborating on complex coding tasks through different modes like code mode and ask mode. It understands project structure and logic, helping to find efficient solutions and maintain clean, production-ready code. Users can rely on Junie to run tests and verify changes, keeping projects stable and reducing compilation errors. With real-world examples from developers creating games and apps, Junie proves to be a versatile and intelligent assistant for coding projects of various scopes. -
2
Metalware
Metalware
Metalware allows engineers to rapidly understand the hardware and write code by combining insights from datasheets and SDKs. We generate an Intermediate Representation (IR) which is a structured data file generated from documents describing a programmable part, containing a register map for HAL generation and device metadata for compiler lookup of device invariants. This IR enables the implementation of the target RTOS or SDK's API by identifying registers and their layout, whether contiguous or FIFO-backed, etc based on the device metadata. Automatically generate implementation code (HAL, header files) for your target RTOS or SDK. -
3
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 -
4
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 -
5
SourceDebug
SourceDebug
SourceDebug is a fast powerful project-oriented programming editor, code browser, and debugger that helps you understand code while you work and plan. SourceDebug has built-in dynamic analysis for C/C++, Objective-C, and more. SourceDebug can debug application with source code in different locations. SourceDebug integrates editing, browsing, compiling and debugging functions for local and remote projects. It can be used to learn an existing code base quickly, and get up to speed on new projects. SourceDebug parses your whole project and lets you navigate and edit code like a breeze. It can jump easily to variables, functions or include files. Smart Bookmark can record the browsing location and play back when needed. Supports GDB or LLDB-MI debug over SSH, ADB, Telnet , Rlogin and Local Cygwin. GDB server debug is also supported. Show Quickwatch, Watches, Callstack, Variables, Memory, Breakpoint List, Disassemble and Thread List as needed. Sftp, Ftp and Local drives are supported.Starting Price: $49/user -
6
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. -
7
jBrowserDriver
Daniel Hollingsworth
jBrowserDriver is a programmable, embeddable web browser driver compatible with the Selenium WebDriver specification. It is headless, WebKit-based, and written in pure Java. The project is open source and licensed under the Apache License v2.0. To run jBrowserDriver from a remote Selenium server, start the remote Selenium server(s) and use the appropriate code to call jBrowserDriver remotely. For building from source, install and configure Maven v3.x and run mvn clean compile install from the project root. To use in Eclipse, either import the existing Java project from the root directory or import the Maven file. For usage, jBrowserDriver can be used like any other Selenium WebDriver or RemoteWebDriver and works with Selenium Server and Selenium Grid.Starting Price: Free -
8
Quick Batch File Compiler
AbyssMedia
Quick Batch File Compiler is the world's first optimizing compiler for batch files. The compiled program can be run in Windows 7/8/10/11 without any restrictions. An .EXE file is much harder to casually reverse-engineer, so this could be a way to conceal a particular batch file's operations from an end user. Content of your batch file will be encrypted and protected from changes. It is very important to understand the difference between a compiler and converters. Our compiler creates executable binary code that runs faster and is safer. As the complexity of the script grows, so does the performance gain after compilation. The converters work like self-extracting archives, unpack your script into a temporary folder and launch it for execution through the standard cmd.exe interpreter. In this case, anyone can see the contents of your script, along with passwords and other information that you tried to hide.Starting Price: $39.95 -
9
CodeTasty
CodeTasty
Modern, smart & extensible cloud IDE. CodeTasty is powerful IDE in the cloud with additional features only a cloud application can give you. Our IDE helps you write readable and clean code the smarter way - in real time. The code editor provides silk-smooth experience accompanied with error detection tools, code completion, built-in compilation and a lot more. Login to IDE and start coding. There is no setup at all, you’re ready to work on your projects right away. Experience desktop-like speed and performance while editing your files in the cloud. And, unlike desktop, see what your collaborators are doing. We understand every developer has different needs. You can install countless extensions to enhance your productivity. CodeTasty supports more than 40 languages. The editor supports all major languages and up to a hundred thousand lines of code in a single file.Starting Price: $4 per month -
10
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. -
11
Codase
Codase
Codase hosts huge amount of open source codes providing a much better coverage, as it covers codes usually hidden inside compressed files and source control repositories, where general search engines fail to find and index. In addition, Codase only indexes and searches high quality codes with every line of code literally validated and compiled by intelligent and powerful source code analysis engine. Codase is a privately held company based in silicon valley, founded by Dr. Huihong Luo and other veterans. We are a group of innovative and passionate professionals with diverse technologies, business background and proven track of records. We are committed to make Codase the world's best search engine for source codes in terms of features, quality, performance and code coverage. If you are a developer, you may find Codase useful, since improving your coding productivity is our goal. -
12
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 -
13
Baka MPlayer
u8sand
Baka MPlayer is a free and open-source, cross-platform, libmpv-based multimedia player. Its simple design reflects the idea of an uncluttered and enjoyable environment for watching tv shows. Gesture seeking, smart playlist, dim desktop, hardware accelerated playback (vdpau, vaapi, vda). YouTube playback support (and others). Multilingual support (we are looking for translators!). Baka MPlayer was designed around the font called Noto Sans. Noto Sans was used because of its open-source nature and its broad support for Unicode characters. Having the correct font installed insures that what you see is what was intended. By default, Baka MPlayer will compile in English if no language is specified during compilation. For more configuration options see the configure source file or read the manual.Starting Price: Free -
14
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. -
15
DoubleCheck Code Analysis
Green Hills Software
When it comes to ensuring software quality, reliability, and security in today's sophisticated code bases, traditional debugging and testing methods simply fall short. Automated tools such as static source code analyzers are more effective in finding defects that could result in buffer overflows, resource leaks, and other security and reliability issues. This class of defects are often not detected by compilers during standard builds, run-time testing, or typical field operation. While other source code analyzers run as separate tools, DoubleCheck is an integrated static analyzer, built into the Green Hills C/C++ compiler. DoubleCheck leverages accurate and efficient analysis algorithms that have been tuned and field-proven in 30+ years of producing embedded development tools. DoubleCheck can be used as a single integrated tool to perform compilation and defect analysis in the same pass. -
16
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 -
17
Crystal
Crystal
Crystal’s syntax is heavily inspired by Ruby’s, so it feels natural to read and easy to write, and has the added benefit of a lower learning curve for experienced Ruby devs. Crystal is statically type-checked, so any type errors will be caught early by the compiler rather than fail on runtime. Moreover, and to keep the language clean, Crystal has built-in type inference, so most type annotations are unneeded. All types are non-nilable in Crystal, and available variables are represented as a union between the type and nil. As a consequence, the compiler will automatically check for null references in compile time. Crystal’s answer to metaprogramming is a powerful macro system, which ranges from basic templating and AST inspection to types inspection and running arbitrary external programs.Starting Price: Free -
18
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. -
19
Pachyderm
Pachyderm
Pachyderm’s Data Versioning gives teams an automated and performant way to keep track of all data changes. File-based versioning provides a complete audit trail for all data and artifacts across pipeline stages, including intermediate results. Stored as native objects (not metadata pointers) so that versioning is automated and guaranteed. Autoscale with parallel processing of data without writing additional code. Incremental processing saves compute by only processing differences and automatically skipping duplicate data. Pachyderm’s Global IDs make it easy for teams to track any result all the way back to its raw input, including all analysis, parameters, code, and intermediate results. The Pachyderm Console provides an intuitive visualization of your DAG (directed acyclic graph), and aids in reproducibility with Global IDs. -
20
Snipp.in
Snipp.in
Snipp.in is an in-browser snippet manager and editor. Built with Vue.js, Dexie, and Monaco Editor. Snipp.in provides a clean and VSCode-like familiar interface to save notes, tasks and code snippets directly in the browser. All the data is stored within your browser tab (IndexedDB). There is no cloud backup available so far but you can still create backups and restore/share your content with others. Syntax highlighting, and easy-to-use document files using ProseMirror Editor. MultiWindow Editing (drag and drop files to the editor area to switch to the multi editor) Provides quick create (Ctrl+N) feature. Shortcuts for most of the actions (create, rename, and delete) Provides the ability to import and export your data. Compiles and hot-reloads for development. Compiles and minifies for production. You can use Snipp.in from Docker. You can change the host binding port from 80 to other ports.Starting Price: Free -
21
Subtitle Edit
Subtitle Edit
With SE you can easily adjust a subtitle if it is out of sync with the video in several different ways. You can also use SE for making new subtitles from scratch (do use the time-line/waveform/spectrogram) or translating subtitles. For a list of features see below or check out the Subtitle Edit Help page. On my blog you can download latest beta version and read about/discuss new features. Merge short lines/split long lines. Change casing using names dictionary. Multiple search and replace. Can open subtitles embedded inside Matroska files. A Subtitle Edit dll (LibSe.dll) is available for programmers (BSD New/Simplified license). Compile it from source code. -
22
XSharp (X#)
XSharp
X# is an open-source development language for .NET, based on the xBase language. It comes in different flavors, such as Core, Visual Objects, Vulcan.NET, xBase++, Harbour, Foxpro, and more. X# has been built on top of Roslyn, the open-source architecture behind the current Microsoft C# and Microsoft Visual Basic compilers. We have added a new options page (tools/options/text editor/X#) where you can control which suggestions the editor will suggest in the "general" code completion list. Code completion after a colon or dot will show namespaces, types, members, etc. And code completion after AS or IS will show types and namespaces. Several preprocessor fixes to make the preprocessor more compatible with FoxPro and Xbase++. We have also added the #if and #stdout commands. We added several smaller fixes in the RDD system to improve the compatibility with Visual Objects, XBase++ and FoxPro.Starting Price: Free -
23
Code Browser
Code Browser
Code Browser is a folding text editor for Linux and Windows, designed to hierarchically structure any kind of text file and especially source code. It makes navigation through source code faster and easier. Code Browser is especially designed to keep a good overview of the code of large projects, but is also useful for a simple CSS file. Ideal if you are fed up of having to scroll through thousands of lines of code. It supports syntax highlighting for all major languages and custom syntax highlighting can also be added. Although Code Browser was initially designed to edit programs, it can also be used for different tasks such as plain text outlining or helping to understand existing source code. I've added a page with suggestions to take advantage of folding. -
24
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 -
25
OpenJDK
Oracle
The place to collaborate on an open-source implementation of the Java platform, standard edition, and related projects. Download and install the latest open-source JDK. Oracle’s free, GPL-licensed, production-ready OpenJDK JDK 21 binaries for Linux, macOS, and Windows are available, Oracle’s commercially-licensed JDK 21 binaries, based on the same code, are available as well. Browse the code on the web, clone a repository to make a local copy, and contribute a patch to fix a bug, enhance an existing component, or define a new feature. OpenJDK provides source code that developers can use to build their binaries. Consequently, users are responsible for compiling the code and generating the Java runtime tailored to their specific platform. The JDK is a complex software project. Building it requires a certain amount of technical expertise, a fair number of dependencies on external software, and reasonably powerful hardware.Starting Price: Free -
26
PSPad
PSPad
PSPad - a freeware text editor PSPad - text editor for developers for Microsoft Windows systems. The universal (freeware) text editor, useful for people who: work with plain text - the editor has a wealth of formatting functions, including a spell checker. Create web pages - as a web authoring editor, PSPad contains many unique tools that save your time. Want to use a good IDE for their compiler - PSPad catches and parses compiler output, integrates external help files, compares versions and much more. There is no complex installation process, PSPad is ready to work immediately without requiring customization. The editor supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetative tasks. Integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, Code page conversion. These are just some of the many features that PSPad offers. PSPad is a freeware programmer's editor -
27
TASKING
TASKING
The quality of your code is valued by its efficiency and ability to execute flawlessly. Is your current development environment providing you with the tools you need to create clean, efficient, and correct code? You’re responsible for developing solutions that impact human longevity and safety, and the last thing you can afford to compromise on is your integrated development environment. The TASKING Embedded Software Development solutions provide an industry-leading ecosystem for your entire software development process. Each TASKING compiler is developed for a specific architecture and meets the unique needs of your specialized industry requirements including automotive, industrial, telecom, and datacom. A complete integrated development environment allows you to create error-free and efficient code with compilers, debuggers, embedded internet, and RTOS support for industry-leading microprocessors and microcontrollers. -
28
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 -
29
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. -
30
Visual Basic
Microsoft
Visual Basic is an object-oriented programming language developed by Microsoft. Using Visual Basic makes it fast and easy to create type-safe .NET apps. Visual Basic focuses on supplying more of the features of the Visual Basic Runtime (microsoft.visualbasic.dll) to .NET Core and is the first version of Visual Basic focused on .NET Core. Many portions of the Visual Basic Runtime depend on WinForms and these will be added in a later version of Visual Basic. .NET is a free, open-source development platform for building many kinds of apps. With .NET, your code and project files look and feel the same no matter which type of app you're building. You have access to the same runtime, API, and language capabilities with each app. A Visual Basic program is built up from standard building blocks. A solution comprises one or more projects. A project in turn can contain one or more assemblies. Each assembly is compiled from one or more source files.Starting Price: Free -
31
NoCode-X
NoCode-X
NoCode-X is an AI-powered, full-stack no-code platform for launching production-ready applications without writing code or compromising security. Describe your idea and build, run, and maintain your app in one unified environment with database, backend logic, authentication, file storage, APIs, and hosting included natively. What sets NoCode-X apart is accountability. The AI creates secure, structured abstractions that are compiled into clean, production-ready code, combining speed with control. And when AI reaches its limits, you stay in control through a graphical programming language that lets you visually manage logic and integrations. Trusted by startups, freelancers, and enterprises alike. NoCode-X is fully compliant with strict European data privacy laws, making it the only no-code platform to build and scale software in Europe with confidence. Build faster and safer with transparent, usage-based AI credits and scalable hosting.Starting Price: $24/month -
32
pgAdmin
pgAdmin
pgAdmin is a free software project released under the PostgreSQL/Artistic licence. The software is available in source and binary format from the PostgreSQL mirror network. Because compiling from source requires technical knowledge, we recommend installing binary packages whenever possible. pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world. pgAdmin is a management tool for PostgreSQL and derivative relational databases such as EnterpriseDB's EDB Advanced Server. It may be run either as a web or desktop application. As pgAdmin is a web application, it can only interact with the local filesystem in ways that are allowed by modern web browsers. This limits what is possible for security; essentially files can only be "downloaded" or "uploaded" (through a form). -
33
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. -
34
pgModeler
pgModeler
Create and edit database models easily with a simple and intuitive interface. The forms indicate which fields must be filled to provide the correct generation of SQL code. Get, modify, and redistribute the source code without any charge. This project has a public repository that allows forks and full access to the source code. Developers can create their own versions from the existing code. Built on top of the Qt framework, pgModeler can be compiled on Windows, Linux and macOS. The build scripts are easily configurable to resolve specific dependencies on each operating system. Design once and export to multiple versions. With its dynamic code generation, pgModeler can export the designed models to different versions of PostgreSQL (currently from 9.x to 13.x). Missing some functionality? Use the plug-in development interface and create your own extension for pgModeler without change a single line of the core code.Starting Price: $49.90 one-time payment -
35
american fuzzy lop
Google
American fuzzy lop is a security-oriented fuzzer that employs a novel type of compile-time instrumentation and genetic algorithms to automatically discover clean, interesting test cases that trigger new internal states in the targeted binary. This substantially improves the functional coverage for the fuzzed code. The compact synthesized corpora produced by the tool are also useful for seeding other, more labor or resource-intensive testing regimes down the road. Compared to other instrumented fuzzers, afl-fuzz is designed to be practical, it has a modest performance overhead, uses a variety of highly effective fuzzing strategies and effort minimization tricks, requires essentially no configuration, and seamlessly handles complex, real-world use cases, say, common image parsing or file compression libraries. It's an instrumentation-guided genetic fuzzer capable of synthesizing complex file semantics in a wide range of non-trivial targets.Starting Price: Free -
36
CodePeer
AdaCore
The Most Comprehensive Static Analysis Toolsuite for Ada. CodePeer helps developers gain a deep understanding of their code and build more reliable and secure software systems. CodePeer is an Ada source code analyzer that detects run-time and logic errors. It assesses potential bugs before program execution, serving as an automated peer reviewer, helping to find errors easily at any stage of the development life-cycle. CodePeer helps you improve the quality of your code and makes it easier for you to perform safety and/or security analysis. CodePeer is a stand-alone tool that runs on Windows and Linux platforms and may be used with any standard Ada compiler or fully integrated into the GNAT Pro development environment. It can detect several of the “Top 25 Most Dangerous Software Errors” in the Common Weakness Enumeration. CodePeer supports all versions of Ada (83, 95, 2005, 2012). CodePeer has been qualified as a Verification Tool under the DO-178B and EN 50128 software standards. -
37
Simditor
Simditor
Simditor is an easy and fast WYSIWYG editor. To use Simditor, first, you need a textarea element. textarea is a required option. jQuery Object、HTML Element or Selector String can be passed to this option. simditor.css is compiled from '.scss' source file using Sass. If you want to change the style of Simditor, you can simply change simditor.scss and reproduce the CSS file. .editor-style is the layout style of the textarea. Customize this file if you want a different text format. Want some special interactions and features? have a look at extension library. You can also create your own extensions for Simditor. Simditor only integrates key features and uses extensions to support some optional features. Send your repository to us! We are happy to receive your extensions! Please make your extension has the similar structure as the official ones. You can customize Simditor by passing optional options when initializing Simditor. -
38
OpenCppCoverage
OpenCppCoverage
OpenCppCoverage is an open-source code coverage tool for C++ under Windows. The main usage is for unit testing coverage, but you can also use it to know the executed lines in a program for debugging purposes. Support compiler with a program database file (.pdb). Just run your program with OpenCppCoverage, no need to recompile your application. Exclude a line based on a regular expression. Coverage aggregation, to run several code coverages and merge them into a single report. Requires Microsoft Visual Studio 2008 or higher for all editions including the Express edition. It should also work with the previous version of Visual Studio. You can run the tests with the Test Explorer window.Starting Price: Free -
39
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 -
40
Clarity
Clarity Smart Contracts
Clarity brings smart contracts to Bitcoin. It is a decidable language, meaning you can know, with certainty, from the code itself what the program will do. Clarity is interpreted (not compiled) & the source code is published on the blockchain. Clarity gives developers a safe way to build complex smart contracts for the world's most secure blockchain. The Clarity language uses precise and unambiguous syntax that allows developers to predict exactly how their contracts will be executed. The Clarity language allows users to supply their own conditions for transactions that ensure that a contract may never unexpectedly transfer a token owned by a user. Contracts written in Clarity are broadcasted on the blockchain exactly as they are written by developers. This ensures that the code developers wrote, analyzed, and tested, is exactly what gets executed.Starting Price: Free -
41
Codoozer
Doyo Technologies
Build great software without programming. Codoozer is the platform that revolutionizes the creation of software (Apps) without the need of programming knowledge. Our edition interface is easy and intuitive. You won't make mistakes. Codoozer works in local mode. Changes are stored immediately. Build advanced apps with professional quality. Do you want to build the next tech unicorn but you're not a programmer? With Codoozer you can make your dreams come true and build your own tech startup without the need of hiring a bunch of software developers. You'll save a lot of money! Codoozer is the new revolution in software creation. It is not another app-builder, but a real code-builder. Every single app built with Codoozer has its own source code, which you'll be able to download. Furthermore, you'll be able to download the compiled versions of your app, ready to publish on the app stores. With Codoozer you can create software for different platforms. -
42
Go
Golang
With a strong ecosystem of tools and APIs on major cloud providers, it is easier than ever to build services with Go. With popular open source packages and a robust standard library, use Go to create fast and elegant CLIs. With enhanced memory performance and support for several IDEs, Go powers fast and scalable web applications. With fast build times, lean syntax, an automatic formatter and doc generator, Go is built to support both DevOps and SRE. Everything there is to know about Go. Get started on a new project or brush up for your existing Go code. An interactive introduction to Go in three sections. Each section concludes with a few exercises so you can practice what you've learned. The Playground allows anyone with a web browser to write Go code that we immediately compile, link, and run on our servers.Starting Price: Free -
43
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. -
44
Flutter
Google
Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. Paint your app to life in milliseconds with Stateful Hot Reload. Use a rich set of fully-customizable widgets to build native interfaces in minutes. Quickly ship features with a focus on native end-user experiences. Layered architecture allows for full customization, which results in incredibly fast rendering and expressive and flexible designs. Flutter’s widgets incorporate all critical platform differences such as scrolling, navigation, icons and fonts, and your Flutter code is compiled to native ARM machine code using Dart's native compilers. Flutter's hot reload helps you quickly and easily experiment, build UIs, add features, and fix bugs faster. Experience sub-second reload times without losing state on emulators, simulators, and hardware. -
45
Code Composer Studio
Texas Instruments
Code Composer Studio software comprises a suite of tools used to develop and debug embedded applications. The software includes an optimizing C/C++ compiler, source code editor, project build environment, debugger, profiler and many other features. The intuitive IDE provides a single-user interface that takes you through each step of the application development flow. Familiar tools and interfaces let you get started faster than ever before. Code Composer Studio software combines the advantages of the Eclipse software framework with advanced embedded-debug capabilities from TI resulting in a compelling feature-rich development environment for embedded developers. -
46
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 -
47
MakeMKV
MakeMKV
MakeMKV is your one-click solution to convert video that you own into free and patents-unencumbered format that can be played everywhere. MakeMKV is a format converter, otherwise called "transcoder". It converts the video clips from proprietary (and usually encrypted) disc into a set of MKV files, preserving most information but not changing it in any way. The MKV format can store multiple video/audio tracks with all meta-information and preserve chapters. There are many players that can play MKV files nearly on all platforms, and there are tools to convert MKV files to many formats, including DVD and Blu-ray discs. Additionally MakeMKV can instantly stream decrypted video without intermediate conversion to wide range of players, so you may watch Blu-ray and DVD discs with your favorite player on your favorite OS or on your favorite device. Reads Blu-ray discs protected with latest versions of AACS and BD+. Preserves all meta-information (track language, audio type). -
48
Gerrit Code Review
Gerrit
Read old and new versions of files with syntax highlighting and colored differences. Discuss specific sections with others to make the right changes. Gerrit includes Git-enabled SSH and HTTPS servers compatible with all Git clients. Simplify management by hosting many Git repositories together. Schedule git gc over all managed repositories and replicate to geographical mirrors for latency reduction and backup servers for hot spare redundancy. Gerrit Code Review can be extended and further customized by installing server-side plugins. Source code for additional plugins can be found through the project listing. -
49
Yodot File Recovery
Yodot
Unerase, erased or lost files and folders emptied from recycle bin. Recovery from not only hard drives but also from all other external drives. Different views make file selection easy after recovery. Handy file undelete tool, suitable for all types of users. Discovers and automatically calculates the file size of more than 300 different file types in case there is a need to recover raw data from a drive having severe file system corruption. Enable you to toggle between different views to recover data in a smooth manner. Provides two different views to ease out the file selection process to find and save data. Blocks storage of retrieved data to the source drives to prevent any overwriting. Operates in a read-only mode, locates and reads the lost data, and copies it to the destination location of your choice. Scan and recover lost files from any Windows partition using the “deleted file recovery” option within a few minutes.Starting Price: $39.95 one-time payment -
50
PDF Conversion SDK
Visual Integrity Technologies
Add PDF Features with 2 API Calls Open, Edit, and View PDF. All that's needed is two API calls and a configuration file. Within a day, you can add, open, import, edit and view PDF features in your app. When formats don't match one-to-one, the SDK neutralizes the differences. This includes adding cropping, fills, color management and fonts. The PDF Conversion SDK processes all PDF versions including ISO Standard PDF 2.0. Any PDF from file or print-ready memory is valid input. Conversions flow straight through without intermediate steps or compromised quality. No printer driver. The PDF Conversion SDK runs on Windows, MacOS and Linux. It supports .NET. Example code included. Removes redundant information & compresses data. This ensures great performance for fast web and application viewing. Search for objects and text strings. Convert PDF to your native file format. Change the contents of a PDF page. Extract images from PDF. Retrieve metadata from PDF (layers, geospecification, etc).Starting Price: $199 per year