Best Application Development Software for Mac - Page 37

Compare the Top Application Development Software for Mac as of October 2025 - Page 37

  • 1
    Cobertura

    Cobertura

    Cobertura

    Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage. Cobertura is free software. Most of it is licensed under the GNU GPL, and you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Please review the file LICENSE.txt included in this distribution for further details.
    Starting Price: Free
  • 2
    Gcov

    Gcov

    Oracle

    Gcov is an open-source code-coverage tool.
    Starting Price: Free
  • 3
    BullseyeCoverage

    BullseyeCoverage

    Bullseye Testing Technology

    BullseyeCoverage is an advanced C++ code coverage tool used to improve the quality of software in vital systems such as enterprise applications, industrial control, medical, automotive, communications, aerospace and defense. The function coverage metric gives you a quick overview of testing completeness and indicates areas with no coverage at all. Use this metric to broadly raise coverage across all areas of your project. Condition/decision coverage provides detail at the control structure level. Use this metric to attain high coverage in specific areas, for example during unit testing. C/D coverage provides better detail than statement coverage or branch coverage, and provides much better productivity than more complex coverage metrics.
    Starting Price: $900 one-time payment
  • 4
    Coverlet

    Coverlet

    Coverlet

    It works with .NET Framework on Windows and .NET Core on all supported platforms. Coverlet supports coverage for deterministic builds. The solution at the moment is not optimal and need a workaround. If you want to visualize coverlet output inside Visual Studio while you code, you can use the following addins depending on your platform. Coverlet also integrates with the build system to run code coverage after tests. Enabling code coverage is as simple as setting the CollectCoverage property to true. The coverlet tool is invoked by specifying the path to the assembly that contains the unit tests. You also need to specify the test runner and the arguments to pass to the test runner using the --target and --targetargs options respectively. The invocation of the test runner with the supplied arguments must not involve a recompilation of the unit test assembly or no coverage result will be generated.
    Starting Price: Free
  • 5
    Catch2

    Catch2

    Catch2

    Catch2 is mainly a unit testing framework for C++, but it also provides basic micro-benchmarking features and simple BDD macros. Catch2's main advantage is that using it is both simple and natural. Test names do not have to be valid identifiers, assertions look like normal C++ boolean expressions, and sections provide a nice and local way to share set-up and tear-down code in tests. You are on the devel branch, where the v3 version is being developed. v3 brings a bunch of significant changes, the big one being that Catch2 is no longer a single-header library. Catch2 now behaves as a normal library, with multiple headers and separately compiled implementation. Quick and easy to get started. Just download two files, add them to your project and you're away. No external dependencies. As long as you can compile C++14 and have the C++ standard library available. Write test cases as, self-registering, functions (or methods, if you prefer).
    Starting Price: Free
  • 6
    Coverage.py

    Coverage.py

    Coverage.py

    Coverage.py is a tool for measuring code coverage of Python programs. It monitors your program, noting which parts of the code have been executed, then analyzes the source to identify code that could have been executed but was not. Coverage measurement is typically used to gauge the effectiveness of tests. It can show which parts of your code are being exercised by tests, and which are not. Use coverage run to run your test suite and gather data. However you normally run your test suite, and you can run your test runner under coverage. If your test runner command starts with “python”, just replace the initial “python” with “coverage run”. To limit coverage measurement to code in the current directory, and also find files that weren’t executed at all, add the source argument to your coverage command line. By default, it will measure line (statement) coverage. It can also measure branch coverage. It can tell you what tests ran which lines.
    Starting Price: Free
  • 7
    Coveralls

    Coveralls

    Coveralls

    We help you deliver code confidently by showing which parts of your code aren’t covered by your test suite. Free for open-source repositories. Pro accounts for private repositories. Instant sign-up through GitHub, Bitbucket, and Gitlab. Maintaining a well-tested codebase is mission-critical. Figuring out where your tests are lacking can be painful. You're already running your tests on a continuous integration server, so shouldn't it be doing the heavy lifting? Coveralls works with your CI server and sifts through your coverage data to find issues you didn't even know you had before they become a problem. If you're just running your code coverage locally, you won't be able to see changes and trends that occur during your entire development cycle. Coveralls lets you inspect every detail of your coverage with unlimited history. Coveralls takes the pain out of tracking your code coverage. Know where you stand with your untested code. Develop with confidence that your code is covered.
    Starting Price: $10 per month
  • 8
    JetBrains Fleet
    Built from scratch, based on 20 years of experience developing IDEs. JetBrains Fleet uses the IntelliJ code-processing engine, with a distributed IDE architecture and a reimagined UI. We built Fleet to be a fast and lightweight text editor for when you need to quickly browse and edit your code. It starts up in an instant so you can begin working immediately, and it can easily transform into an IDE, with the IntelliJ code-processing engine running separately from the editor itself. Fleet inherits the things that developers love the most from IntelliJ-based IDEs – project and context aware code completion, navigation to definitions and usages, on-the-fly code quality checks, and quick-fixes. Fleet’s architecture is designed to support a range of configurations and workflows. You can simply run Fleet just on your machine, or move some of the processes elsewhere – for example by locating the code processing in the cloud.
  • 9
    Wwise

    Wwise

    Audiokinetic

    Wwise is a cross-platform interactive audio middleware solution for software developers who need to integrate interactive audio into video games and other immersive audio projects. Wwise increases the productivity and creativity of the entire team, simplifies the work of programmers, and empowers audio teams to deliver superior immersive gaming and interactive audio experiences. Wwise offers real-time in-game preview capabilities and a rich set of functionalities, including sound authoring, dynamic mixing, 3D spatial audio, interactive music, and synthesis. Wwise integrates seamlessly with all major game development platforms, including Unreal Engine, Unity, Cryengine, and many others. Developers also have access to complete API and SDK toolkits. Over 1000 game and AR/VR titles are developed every year using Wwise, and with partnerships with the largest developers worldwide, 70% of the global AAA game market uses Wwise.
    Starting Price: Free for Indie developers
  • 10
    EngFlow

    EngFlow

    EngFlow

    Software developers typically build source code and run tests on their local machines. EngFlow Remote Execution distributes builds and tests across a cluster of machines and remotely caches the results to make them faster. Review your build and test results on various devices, be it your workstation, laptop — or one of your colleague’s. It’s a game-changer for collaborating remotely. Console output is verbose and convoluted. We split data into views to highlight what you’re looking for. Just in case, one view includes the full console output, streamed live as your builds and tests run. Build and test setups vary on machines. We provide the invocation details for each execution, such as platform, git branch and commit, and implicit and explicit flags set. This lets you reproduce a run, both for debugging and for recreating a prior release.
  • 11
    XetHub

    XetHub

    XetHub

    Confidently branch, review, and merge data as you experiment with complete history and recoverability. Track your code and data together for always-in-sync development and guaranteed reproducibility. Automate reports, audit access, and manage metadata in a centralized location for everyone. XetHub is ideal for teams who already use Git to track their code changes, and want to leverage the power of infinite history, pull requests, and difference-based tracking for larger assets such as datasets or media files. Managing complete projects with familiar Git semantics makes change tracking and continuous integration a breeze, especially for workflows that use code to generate or augment assets.
  • 12
    Jinja

    Jinja

    Jinja

    Jinja is a fast, expressive, extensible templating engine. Special placeholders in the template allow writing code similar to Python syntax. Then the template is passed data to render the final document.
    Starting Price: Free
  • 13
    JetBrains DataSpell
    Switch between command and editor modes with a single keystroke. Navigate over cells with arrow keys. Use all of the standard Jupyter shortcuts. Enjoy fully interactive outputs – right under the cell. When editing code cells, enjoy smart code completion, on-the-fly error checking and quick-fixes, easy navigation, and much more. Work with local Jupyter notebooks or connect easily to remote Jupyter, JupyterHub, or JupyterLab servers right from the IDE. Run Python scripts or arbitrary expressions interactively in a Python Console. See the outputs and the state of variables in real-time. Split Python scripts into code cells with the #%% separator and run them individually as you would in a Jupyter notebook. Browse DataFrames and visualizations right in place via interactive controls. All popular Python scientific libraries are supported, including Plotly, Bokeh, Altair, ipywidgets, and others.
    Starting Price: $229
  • 14
    Convertopia

    Convertopia

    Convertopia

    Convertopia is an AI-powered product discovery and conversion optimization platform built to help e-commerce stores boost revenue, simplify navigation, and personalize the shopping experience. It features smart search that understands intent, personalized recommendations, upselling/cross-selling, and real-time analytics. Convertopia increases conversion rates by guiding users to the right products fast, reduces cart abandonment with intelligent nudges, and drives repeat purchases through tailored experiences. It integrates with platforms like Shopify, Magento, and WooCommerce, is mobile-optimized, and requires minimal setup. Actionable data insights, automation, and seamless UX help merchants compete with major retailers—delivering measurable ROI.
    Starting Price: $15,000
  • 15
    Zig

    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
  • 16
    Odin

    Odin

    Odin Language

    Odin is a general-purpose programming language with distinct typing built for high performance, modern systems and data-oriented programming. Odin is the C alternative for the Joy of Programming. Odin has been designed for readability, scalability, and orthogonality of concepts. Simplicity is complicated to get right, clear is better than clever. Odin allows for the highest performance through low-level control over the memory layout, memory management and custom allocators and so much more. Odin is designed from the bottom up for the modern computer, with built-in support for SOA data types, array programming, and other features. We go into programming because we love to solve problems. Why shouldn't our tools bring us joy whilst doing it? Enjoy programming again, with Odin!
    Starting Price: Free
  • 17
    AssemblyScript

    AssemblyScript

    The AssemblyScript Project

    A TypeScript-like language for WebAssembly. AssemblyScript targets WebAssembly's feature set specifically, giving developers low-level control over their code. Its similarity with TypeScript makes it easy to compile to WebAssembly without learning a new language. Integrates with the existing Web ecosystem - no heavy toolchains to set up. Simply npm install it! AssemblyScript is free and open source software released under the Apache License, Version 2.0, builds upon Binaryen and is based on the WebAssembly specification. It is brought to you by the following awesome people:
    Starting Price: Free
  • 18
    WebAssembly

    WebAssembly

    WebAssembly

    WebAssembly (abbreviated Wasm) is a binary instruction format for a stack-based virtual machine. Wasm is designed as a portable compilation target for programming languages, enabling deployment on the web for client and server applications. The Wasm stack machine is designed to be encoded in a size- and load-time-efficient binary format. WebAssembly aims to execute at native speed by taking advantage of common hardware capabilities available on a wide range of platforms. WebAssembly describes a memory-safe, sandboxed execution environment that may even be implemented inside existing JavaScript virtual machines. When embedded in the web, WebAssembly will enforce the same-origin and permissions security policies of the browser. WebAssembly is designed to be pretty-printed in a textual format for debugging, testing, experimenting, optimizing, learning, teaching, and writing programs by hand. The textual format will be used when viewing the source of Wasm modules on the web.
    Starting Price: Free
  • 19
    Dash

    Dash

    Kapeli

    Dash gives your Mac instant offline access to 200+ API documentation sets. Dash is an API documentation browser and code snippet manager. Dash instantly searches offline documentation sets for 200+ APIs, 100+ cheat sheets, and more. You can even generate your own docsets or request docsets to be included. Dash comes with 200+ offline documentation sets. You can choose which documentation sets to download and Dash will take care of the rest, making sure they are kept up to date. You can also generate your own docsets, request docsets or download docsets from third-party sources. All documentation sets have been generated and are maintained with the utmost care. Dash integrates with package managers to generate documentation sets for anything you might need, as well as provide custom documentation sources of their own. Store snippets of code. Easily reuse snippets. Expand snippets in any app. Organize snippets with tags, syntax highlighting, and variable placeholders.
    Starting Price: Free
  • 20
    Cacher

    Cacher

    Cacher

    Cacher empowers you and your team to write more code, faster. Code snippets help you retrieve and share the technical details behind any implementation. Use Cacher’s flexible color-coded labeling system to organize your code any way you like. Label snippets by project, by department or by priority. Install our plugins for popular editors and IDEs to create and insert snippets without leaving your coding environment. Cacher’s team features empower you to build a shared knowledge base for your company. Team snippets or labels are automatically synced with every member's library, no matter their platform or code editor. Every snippet has a page on Snippets, our code-sharing community for Cacher users. Send snippet URLs through email, Slack, or Twitter or embed them on your blog. Use code snippets to document common code patterns, algorithms and machine setup instructions. Educators use team snippets to share knowledge with their students. They're great supplements to lesson plans.
    Starting Price: $6 per month
  • 21
    Codeit

    Codeit

    Codeit

    We believe coding should be fun. Free of console commands and long builds. Run JavaScript, HTML, CSS, and Markdown projects with a tap. Syntax highlighting loaded dynamically. Live views, repos, and files open instantly with a link. Works on iOS, Android, Windows, macOS, and Linux. Say goodbye to Ctrl + S. Never lose a character. Weighs 80% less than regular apps, can be installed and works offline. Format the selected code with Ctrl + D. Codeit doesn't use cookies or collect any personal data. Your code stays on your device.
    Starting Price: Free
  • 22
    TagMyCode

    TagMyCode

    TagMyCode

    All your snippets in a single place. TagMyCode helps you to save and manage your code snippets and reuse them when necessary. You can browse public snippets posted by other developers. Save and organize your code snippets with appropriate tags. You can search all public snippets saved by other users. Copy and paste your snippets in your projects and save precious time. You can collaborate with other users by sharing public or private snippets. You can interact with other developers, you can follow their updates, comment and vote on their public snippets. TagMyCode API allows third parties to easily interface with this platform. Please login or create an account to add a snippet.
  • 23
    iOS App Signer

    iOS App Signer

    iOS App Signer

    iOS App Signer can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device.
    Starting Price: Free
  • 24
    IDLE

    IDLE

    Python

    IDLE is Python’s Integrated Development and Learning Environment. IDLE has the following features: - coded in 100% pure Python, using the tkinter GUI toolkit - cross-platform: works mostly the same on Windows, Unix, and macOS - Python shell window (interactive interpreter) with colorizing of code input, output, and error messages - multi-window text editor with multiple undo, Python colorizing, smart indent, call tips, auto completion, and other features - search within any window, replace within editor windows, and search through multiple files (grep) - debugger with persistent breakpoints, stepping, and viewing of global and local namespaces - configuration, browsers, and other dialogs
    Starting Price: Free
  • 25
    CoreIDE

    CoreIDE

    CoreIDE

    CoreIDE is a full stack IDE for Java, JavaScript, Node.js and TypeScript developers who work on Spring, Spring Boot, React, Express, Vue, Backbone, AngularJS and other web framework based applications. The IDE is not only limited to web development, you can use it to develop other type of projects like desktop, command line, mobile or stand alone applications. It's free Community version contains all the available features. Java • JavaScript • Node.js • TypeScript • Spring • Spring Boot • React • Express • Vue • Backbone • AngularJS
    Starting Price: Free
  • 26
    Solidity

    Solidity

    Solidity

    Solidity is a statically-typed curly-braces programming language designed for developing smart contracts that run on Ethereum. As a relatively young language, Solidity is advancing at a rapid speed. We aim for a regular (non-breaking) release every month, with approximately one breaking release per year. You can follow the implementation status of new features in the Solidity Github project. You can see the upcoming changes for the next breaking release by switching from the default branch (`develop`) to the `breaking branch`. You can actively shape Solidity by providing your input and participating in the language design.
    Starting Price: Free
  • 27
    Vyper

    Vyper

    Vyper

    Vyper is a contract-oriented, pythonic programming language that targets the Ethereum Virtual Machine (EVM). Security: It should be possible and natural to build secure smart-contracts in Vyper. Language and compiler simplicity: The language and the compiler implementation should strive to be simple. Auditability: Vyper code should be maximally human-readable. Furthermore, it should be maximally difficult to write misleading code. Simplicity for the reader is more important than simplicity for the writer, and simplicity for readers with low prior experience with Vyper (and low prior experience with programming in general) is particularly important.
    Starting Price: Free
  • 28
    i.am.retailer

    i.am.retailer

    i.am.retailer

    Our Distributor Software and App offers a comprehensive solution designed to streamline wholesale operations for distributors across various industries, including FMCG, pharmaceuticals, and electronics. Order Management: Users can easily create and manage orders through an intuitive interface, allowing for quick order placement and tracking. Inventory Tracking: The software provides real-time inventory updates, helping businesses maintain optimal stock levels and reduce shortages. Payment Processing: It facilitates cash collection with options for denomination management, ensuring accurate transactions and simplifying the payment process. Delivery Management: The app allows for real-time tracking of deliveries and invoice statuses, optimizing routes for delivery personnel. Salesperson Support: Sales staff can access customer order histories and receive reminders for store visits, enhancing efficiency in the field.
    Starting Price: $20 per month
  • 29
    Mojo

    Mojo

    Modular

    Mojo 🔥 — a new programming language for all AI developers. Mojo combines the usability of Python with the performance of C, unlocking unparalleled programmability of AI hardware and extensibility of AI models. Write Python or scale all the way down to the metal. Program the multitude of low-level AI hardware. No C++ or CUDA required. Utilize the full power of the hardware, including multiple cores, vector units, and exotic accelerator units, with the world's most advanced compiler and heterogenous runtime. Achieve performance on par with C++ and CUDA without the complexity.
    Starting Price: Free
  • 30
    CUDA

    CUDA

    NVIDIA

    CUDA® is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs). With CUDA, developers are able to dramatically speed up computing applications by harnessing the power of GPUs. In GPU-accelerated applications, the sequential part of the workload runs on the CPU – which is optimized for single-threaded performance – while the compute intensive portion of the application runs on thousands of GPU cores in parallel. When using CUDA, developers program in popular languages such as C, C++, Fortran, Python and MATLAB and express parallelism through extensions in the form of a few basic keywords. The CUDA Toolkit from NVIDIA provides everything you need to develop GPU-accelerated applications. The CUDA Toolkit includes GPU-accelerated libraries, a compiler, development tools and the CUDA runtime.
    Starting Price: Free