Alternatives to Mojo

Compare Mojo alternatives for your business or organization using the curated list below. SourceForge ranks the best alternatives to Mojo in 2026. Compare features, ratings, user reviews, pricing, and more from Mojo competitors and alternatives in order to make an informed decision for your business.

  • 1
    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
  • 2
    Code Metal

    Code Metal

    Code Metal

    CodeMetal is an AI-enabled code translation and deployment platform designed to help engineering teams automatically convert high-level reference code into optimized, hardware-specific implementations for edge and embedded environments. It allows developers to write algorithms in familiar languages such as Python, MATLAB, or Julia and then automatically generates low-level code tailored to the target runtime, including embedded C/C++, Rust, CUDA, or FPGA languages. Its agentic workflow analyzes module dependencies, maps equivalents across architectures, and produces a transpilation and deployment plan that developers can review or execute directly. CodeMetal emphasizes verifiable AI by combining generative techniques with formal methods to ensure translated code is tested, compliant, and production-ready, addressing the reliability concerns common in safety-critical industries.
  • 3
    OpenCL

    OpenCL

    The Khronos Group

    OpenCL (Open Computing Language) is an open, royalty-free standard for cross-platform parallel programming of heterogeneous computing systems that lets developers accelerate computing tasks by leveraging diverse processors such as CPUs, GPUs, DSPs, and FPGAs across supercomputers, cloud servers, personal computers, mobile devices, and embedded platforms. It defines a programming framework including a C-based language for writing compute kernels and a runtime API to control devices, manage memory, and execute parallel code, giving portable and efficient access to heterogeneous hardware. OpenCL improves speed and responsiveness for a wide range of applications including creative tools, scientific and medical software, vision processing, and neural network training and inferencing by offloading compute-intensive work to accelerator processors.
  • 4
    Python

    Python

    Python

    The core of extensible programming is defining functions. Python allows mandatory and optional arguments, keyword arguments, and even arbitrary argument lists. Whether you're new to programming or an experienced developer, it's easy to learn and use Python. Python can be easy to pick up whether you're a first-time programmer or you're experienced with other languages. The following pages are a useful first step to get on your way to writing programs with Python! The community hosts conferences and meetups to collaborate on code, and much more. Python's documentation will help you along the way, and the mailing lists will keep you in touch. The Python Package Index (PyPI) hosts thousands of third-party modules for Python. Both Python's standard library and the community-contributed modules allow for endless possibilities.
  • 5
    Cython

    Cython

    Cython

    Cython is an optimizing static compiler for both the Python programming language and the extended Cython programming language (based on Pyrex). It makes writing C extensions for Python as easy as Python itself. Cython gives you the combined power of Python and C to let you write Python code that calls back and forth from and to C or C++ code natively at any point. Easily tune readable Python code into plain C performance by adding static type declarations, also in Python syntax. Use combined source code level debugging to find bugs in your Python, Cython, and C code. Interact efficiently with large data sets, e.g. using multi-dimensional NumPy arrays. Quickly build your applications within the large, mature, and widely used CPython ecosystem. The Cython language is a superset of the Python language that additionally supports calling C functions and declaring C types on variables and class attributes.
    Starting Price: Free
  • 6
    NVIDIA RAPIDS
    The RAPIDS suite of software libraries, built on CUDA-X AI, gives you the freedom to execute end-to-end data science and analytics pipelines entirely on GPUs. It relies on NVIDIA® CUDA® primitives for low-level compute optimization, but exposes that GPU parallelism and high-bandwidth memory speed through user-friendly Python interfaces. RAPIDS also focuses on common data preparation tasks for analytics and data science. This includes a familiar DataFrame API that integrates with a variety of machine learning algorithms for end-to-end pipeline accelerations without paying typical serialization costs. RAPIDS also includes support for multi-node, multi-GPU deployments, enabling vastly accelerated processing and training on much larger dataset sizes. Accelerate your Python data science toolchain with minimal code changes and no new tools to learn. Increase machine learning model accuracy by iterating on models faster and deploying them more frequently.
  • 7
    Assembly

    Assembly

    Assembly

    Assembly language is a low-level computer programming language that is used to directly control the hardware of a computer system. It consists of symbols and words that represent specific instructions to the processor. Assembly language is often used to optimize programs written in higher-level languages, as it can provide a more efficient way to access memory and other resources.
  • 8
    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
  • 9
    JSON

    JSON

    JSON

    JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language. JSON is built on two structures: 1. A collection of name/value pairs. In various languages, this is realized as an object, record, struct, dictionary, hash table, keyed list, or associative array. 2. An ordered list of values. In most languages, this is realized as an array, vector, list, or sequence. These are universal data structures. Virtually all modern programming languages support them in one form or another.
    Starting Price: Free
  • 10
    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
  • 11
    MATLAB

    MATLAB

    The MathWorks

    MATLAB® combines a desktop environment tuned for iterative analysis and design processes with a programming language that expresses matrix and array mathematics directly. It includes the Live Editor for creating scripts that combine code, output, and formatted text in an executable notebook. MATLAB toolboxes are professionally developed, rigorously tested, and fully documented. MATLAB apps let you see how different algorithms work with your data. Iterate until you’ve got the results you want, then automatically generate a MATLAB program to reproduce or automate your work. Scale your analyses to run on clusters, GPUs, and clouds with only minor code changes. There’s no need to rewrite your code or learn big data programming and out-of-memory techniques. Automatically convert MATLAB algorithms to C/C++, HDL, and CUDA code to run on your embedded processor or FPGA/ASIC. MATLAB works with Simulink to support Model-Based Design.
  • 12
    Mojo Helpdesk
    Simplify customers and employees support with a help desk software deployed in minutes at a fraction of the cost. Still using spreadsheets and emails for requests? Mojo Helpdesk will free them and put them all in one place. Cut down incoming requests with the built-in knowledge base. Mojo keeps things organized. Tickets can be assigned and tagged. Mojo automation can do all this automatically. Mojo Helpdesk is an easy to use cloud ticket tracking that helps companies provide superior employee & customer service at a lower cost. Over 10 years ago, Metadot, the Mojo's parent company needed a help desk that would give our customers personal, dynamic, and natural experiences. We couldn’t find one that met our needs, so we built it. We've now made this available for organization like yours, and today thousands of businesses ranging from tens to hundreds of agents use Mojo Helpdesk to serve their customers and employees daily.
    Starting Price: $29 per user per month
  • 13
    IronPython

    IronPython

    IronPython

    IronPython is an open-source implementation of the Python programming language which is tightly integrated with .NET. IronPython can use .NET and Python libraries, and other .NET languages can use Python code just as easily. Experience a more interactive .NET and Python development experience with Python Tools for Visual Studio. IronPython is an excellent addition to .NET, providing Python developers with the power of the .NET. Existing .NET developers can also use IronPython as a fast and expressive scripting language for embedding, testing, or writing a new application from scratch. The CLR is a great platform for creating programming languages, and the DLR makes it all the better for dynamic languages. Also, the .NET (base class library, presentation foundation, etc.) gives developers an amazing amount of functionality and power. IronPython uses Python syntax and standard libraries and so your Python code will need to be updated accordingly.
    Starting Price: Free
  • 14
    MojoAuth

    MojoAuth

    MojoAuth

    MojoAuth - Passwordless Authentication Leader & CIAM Innovation Platform MojoAuth is the leading passwordless authentication platform that eliminates password security risks with magic links, OTPs, passkeys, and biometric authentication. Deploy secure, frictionless login experiences in days with 40% cost reduction and 300% faster user adoption rates. About MojoAuth - MojoAuth revolutionizes digital security by completely eliminating passwords from authentication workflows. As a specialized passwordless authentication platform, MojoAuth addresses the fundamental security vulnerability that causes 81% of data breaches: stolen or weak passwords. The platform provides magic links, OTPs, WebAuthn passkeys, and biometric authentication through a unified API that integrates seamlessly with existing systems. Core Mission: Transform authentication from a security liability into a competitive advantage by making passwordless authentication accessible, secure, and frictionless
    Starting Price: $50 / month
  • 15
    Apache Groovy

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

    Forth

    Forth

    Forth, the computer language was created for programming embedded and real-time applications. Today, it is available for developing applications on Windows, DOS, and variants of Unix that include macOS. Additionally, commercial-grade Forth cross-compilers generate highly optimized code that runs on a variety of microprocessors and microcontrollers and proves themselves very capable in custom-hardware environments. Forth is a high-level programming language, although most versions include an assembler. Fourth-system providers often include software tools to help application code make good use of system resources. Forth is interactive. It is conducive to developing modular, well-tested code in shorter development times. It can also result in very concise code. Some programmers are not accustomed to languages with such brevity, directness, and (apparent) simplicity. Forth has a reputation for rapid development, lean code, and superb performance.
    Starting Price: $399 one-time payment
  • 17
    Nim

    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
  • 18
    MojoRank

    MojoRank

    MojoRank

    It’s already done! MojoRank’s proprietary AI matching algorithms instantly rank and showcase your best-fit candidates, instantly. Candidates can be sourced from anywhere, including your own ATS or employee pool. Goodbye, recruiting silos. MojoRank matches candidates to every open position, not just the one they applied to. MojoRank’s unprecedented technology matches jobs to people, people to jobs or people to people, sourced internally or externally. No need to create profiles with keywords for each position. MojoRank does this work for you through pre-built knowledge models constructed from billions of data points. MojoRank is designed to support your DE&I hiring needs, whether it be removing unconscious bias by masking candidate details or diversity pipeline reports. Want to learn more? Schedule a demo with one of our team members. Learn how MojoRank can make a big difference for your business.
  • 19
    Mitsuba

    Mitsuba

    Mitsuba

    Mitsuba 2 is a research-oriented retargetable rendering system, written in portable C++17 on top of the Enoki library. It is developed by the Realistic Graphics Lab at EPFL. It can be compiled into many variants which include color handling (RGB, spectral, monochrome), vectorization (scalar, SIMD, CUDA) and differentiable rendering. Mitsuba 2 consists of a small set of core libraries and a wide variety of plugins that implement functionality ranging from materials and light sources to complete rendering algorithms. It strives to retain scene compatibility with its predecessor Mitsuba 0.6. The renderer includes a large automated test suite written in Python, and its development relies on several continuous integration servers that compile and test new commits on different operating systems using various compilation settings (e.g. debug/release builds, single/double precision, etc).
  • 20
    Mojo

    Mojo

    Mojo

    Mojo Lead Manager: Manage leads, contacts, sales pipeline and take action with our easy-to-use lead manager. Import data, post data automatically from one of our preferred data partners or use our custom lead capture forms to fill your pipeline. Mojo Dialer: The ultimate prospecting tool from the leader in sales telephony technology. Exclusive copper-based technology delivering unparalleled, crystal clear call quality and first hello answers. Easy calling modes and advanced calling filters for instant access to the most popular sales calling logic. Click to Call for a semi-manual list and nurture dialing. Automated single-line power dialing up to 85 calls per hour. Automated multi-line power dialing up to 300 calls per hour. Mojo Marketing: Powerful marketing tools to communicate with your database, nurture it and convert leads and past clients. Create letters, envelopes and labels to schedule and print direct from Mojo.
    Starting Price: $99 per month
  • 21
    MojoPay

    MojoPay

    TotalApps

    Imagine a world where electronic payments are more secure. We take care of everything from securing credit card numbers to depositing directly to your bank account. With MojoPay, accepting payments has evolved to a more efficient and more secure process that is designed to suit the needs of your business, brought to you by the electronic payment experts at MojoPay. Accepting credit card payments from your customers poses an inherent fraud risk. By optimizing your payment processes and implementing industry-leading verification and fraud protection, MojoPay provides what your business needs. Mojo Pay has a powerful fraud protection policy along with the highest level of PCI compliance. Understanding consumer trends and reacting to changes in customer behavior before they affect your bottom line are paramount to expanding your business. MojoPay has advanced reporting capabilities that allow us to help you identify trends and implement the best processes before your completion.
  • 22
    Fortran

    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
  • 23
    NVIDIA TensorRT
    NVIDIA TensorRT is an ecosystem of APIs for high-performance deep learning inference, encompassing an inference runtime and model optimizations that deliver low latency and high throughput for production applications. Built on the CUDA parallel programming model, TensorRT optimizes neural network models trained on all major frameworks, calibrating them for lower precision with high accuracy, and deploying them across hyperscale data centers, workstations, laptops, and edge devices. It employs techniques such as quantization, layer and tensor fusion, and kernel tuning on all types of NVIDIA GPUs, from edge devices to PCs to data centers. The ecosystem includes TensorRT-LLM, an open source library that accelerates and optimizes inference performance of recent large language models on the NVIDIA AI platform, enabling developers to experiment with new LLMs for high performance and quick customization through a simplified Python API.
    Starting Price: Free
  • 24
    Visual Basic

    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
  • 25
    Crystal

    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
  • 26
    Dylan

    Dylan

    Dylan

    It is dynamic while providing a programming model designed to support efficient machine code generation, including fine-grained control over dynamic and static behaviors. Describes the Open Dylan implementation of the Dylan language, a core set of Dylan libraries, and a library interchange mechanism. The core libraries provide many language extensions, a threads interface, and object finalization, printing and output formatting modules, a streams module, a sockets module, and modules providing an interface to operating system features such as the file system, time and date information, the host machine environment, as well as a foreign function interface and some low-level access to the Microsoft Win32 API.
    Starting Price: Free
  • 27
    Linaro Forge
    Linaro Forge is an integrated HPC debugging and performance analysis suite that helps developers build reliable, optimized code for servers and high-performance computing environments by combining three core tools, Linaro DDT, a market-leading debugger for C, C++, Fortran, and Python applications; Linaro MAP, a performance profiler that highlights bottlenecks and suggests optimization strategies; and Linaro Performance Reports, which generate concise, one-page summaries of application performance. It supports a wide range of parallel architectures and programming models, including MPI, OpenMP, CUDA, and GPU-accelerated environments on x86-64, 64-bit Arm, and other CPUs and GPUs, and offers a common user interface that makes it easy to switch between debugging and profiling during development.
  • 28
    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
  • 29
    ShowMojo

    ShowMojo

    ShowMojo

    When renters search online - outside of business hours. When renters submit showing requests - outside of business hours. Renters who prefer to schedule showings online. We’ve been saying it to anyone who would listen (that’s more than a baker's dozen and fewer than the island nation of Trinidad and Tobago) that MojoLocks are meant even more for residents. Make phone tag and email chains a thing of the past — and put your leasing muscle to better marketing and more signed deals. Use automated email and text-based appointment confirmation to ensure each prospect makes the showing — or reschedules ahead of time. You tell ShowMojo when you can and can’t show, plus any other details about how you want showings booked. ShowMojo does the rest. Whether over the web, by email, or by phone, ShowMojo ensures that every prospect can learn more about your on-the-market listings and schedule a showing.
    Starting Price: $69 per month
  • 30
    Common Lisp

    Common Lisp

    Common Lisp

    Common Lisp is the modern, multi-paradigm, high-performance, compiled, ANSI-standardized, most prominent (along with Scheme) descendant of the long-running family of Lisp programming languages. Common Lisp is known for being extremely flexible, having excellent support for object oriented programming, and fast prototyping capabilities. It also sports an extremely powerful macro system that allows you to tailor the language to your application, and a flexible run-time environment that allows modification and debugging of running applications (excellent for server-side development and long-running critical software). It is a multi-paradigm programming language that allows you to choose the approach and paradigm according to your application domain.
    Starting Price: Free
  • 31
    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
  • 32
    JarvisLabs.ai

    JarvisLabs.ai

    JarvisLabs.ai

    We have set up all the infrastructure, computing, and software (Cuda, Frameworks) required for you to train and deploy your favorite deep-learning models. You can spin up GPU/CPU-powered instances directly from your browser or automate it through our Python API.
    Starting Price: $1,440 per month
  • 33
    LabVIEW
    LabVIEW offers a graphical programming approach that helps you visualize every aspect of your application, including hardware configuration, measurement data, and debugging. This visualization makes it simple to integrate measurement hardware from any vendor, represent complex logic on the diagram, develop data analysis algorithms, and design custom engineering user interfaces. With LabVIEW and NI DAQ hardware, you can build a custom measurement solution to visualize and analyze real-world signals to make data-driven decisions. Using LabVIEW and NI or third-party hardware, you can automate the validation of your product to meet challenging time-to-market and performance requirements. Working with LabVIEW, you can create flexible test applications that control multiple instruments and design user interfaces to optimize your manufacturing test throughput and operational cost. You can build industrial equipment and smart machines faster with LabVIEW.
    Starting Price: $453 per year
  • 34
    QBasic

    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
  • 35
    NVIDIA Iray
    NVIDIA® Iray® is an intuitive physically based rendering technology that generates photorealistic imagery for interactive and batch rendering workflows. Leveraging AI denoising, CUDA®, NVIDIA OptiX™, and Material Definition Language (MDL), Iray delivers world-class performance and impeccable visuals—in record time—when paired with the newest NVIDIA RTX™-based hardware. The latest version of Iray adds support for RTX, which includes dedicated ray-tracing-acceleration hardware support (RT Cores) and an advanced acceleration structure to enable real-time ray tracing in your graphics applications. In the 2019 release of the Iray SDK, all render modes utilize NVIDIA RTX technology. In combination with AI denoising, this enables you to create photorealistic rendering in seconds instead of minutes. Using Tensor Cores on the newest NVIDIA hardware brings the power of deep learning to both final-frame and interactive photorealistic renderings.
  • 36
    RightNow AI

    RightNow AI

    RightNow AI

    RightNow AI is an AI-powered platform designed to automatically profile, detect bottlenecks, and optimize CUDA kernels for peak performance. It supports all major NVIDIA architectures, including Ampere, Hopper, Ada Lovelace, and Blackwell GPUs. It enables users to generate optimized CUDA kernels instantly using natural language prompts, eliminating the need for deep GPU expertise. With serverless GPU profiling, users can identify performance issues without relying on local hardware. RightNow AI replaces complex legacy optimization tools with a streamlined solution, offering features such as inference-time scaling and performance benchmarking. Trusted by leading AI and HPC teams worldwide, including Nvidia, Adobe, and Samsung, RightNow AI has demonstrated performance improvements ranging from 2x to 20x over standard implementations.
    Starting Price: $20 per month
  • 37
    C++/CLI

    C++/CLI

    Microsoft

    In Visual Studio 2022, the default target framework for .NET Core projects is 6.0. For .NET Frameworks projects, the default is 4.7.2. The .NET Framework version selector is on the configure your new project page of the create a new project dialog. C++/CLI itself isn't installed by default when you install a Visual Studio C++ workload. To install the component after Visual Studio is installed, open the Visual Studio Installer by selecting the Windows Start menu and searching for visual studio installer. Choose the modify button next to your installed version of Visual Studio. Select the Individual components tab. Scroll down to the compilers, build tools, and runtimes section, and select C++/CLI support for v143 build tools (Latest). Select modify to download the necessary files and update Visual Studio. By using C++/CLI you can create C++ programs that use .NET classes as well as native C++ types. C++/CLI is intended for use in console applications.
    Starting Price: Free
  • 38
    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
  • 39
    Haskell

    Haskell

    Haskell

    Every expression in Haskell has a type that is determined at compile time. All the types composed together by function application have to match up. If they don't, the program will be rejected by the compiler. Types become not only a form of guarantee, but a language for expressing the construction of programs. Every function in Haskell is a function in the mathematical sense (i.e., "pure"). Even side-effecting IO operations are but a description of what to do, produced by pure code. There are no statements or instructions, only expressions that cannot mutate variables (local or global) nor access state like time or random numbers. You don't have to explicitly write out every type in a Haskell program. Types will be inferred by unifying every type bidirectionally. However, you can write out types if you choose, or ask the compiler to write them for you for handy documentation.
    Starting Price: Free
  • 40
    Scheme

    Scheme

    Scheme

    Scheme is a general-purpose computer programming language. It is a high-level language, supporting operations on structured data such as strings, lists, and vectors, as well as operations on more traditional data such as numbers and characters. While Scheme is often identified with symbolic applications, its rich set of data types and flexible control structures make it a truly versatile language. Scheme has been employed to write text editors, optimize compilers, operating systems, graphics packages, expert systems, numerical applications, financial analysis packages, virtual reality systems, and practically every other type of application imaginable. Scheme is a fairly simple language to learn since it is based on a handful of syntactic forms and semantic concepts and since the interactive nature of most implementations encourages experimentation. Scheme is a challenging language to understand fully.
    Starting Price: Free
  • 41
    qikkDB

    qikkDB

    qikkDB

    QikkDB is a GPU accelerated columnar database, delivering stellar performance for complex polygon operations and big data analytics. When you count your data in billions and want to see real-time results you need qikkDB. We support Windows and Linux operating systems. We use Google Tests as the testing framework. There are hundreds of unit tests and tens of integration tests in the project. For development on Windows, Microsoft Visual Studio 2019 is recommended, and its dependencies are CUDA version 10.2 minimal, CMake 3.15 or newer, vcpkg, boost. For development on Linux, the dependencies are CUDA version 10.2 minimal, CMake 3.15 or newer, and boost. This project is licensed under the Apache License, Version 2.0. You can use an installation script or dockerfile to install qikkDB.
  • 42
    Scala

    Scala

    Scala

    Scala combines object-oriented and functional programming in one concise, high-level language. Scala's static types help avoid bugs in complex applications, and its JVM and JavaScript runtimes let you build high-performance systems with easy access to huge ecosystems of libraries. The Scala compiler is smart about static types. Most of the time, you need not tell it the types of your variables. Instead, its powerful type inference will figure them out for you. In Scala, case classes are used to represent structural data types. They implicitly equip the class with meaningful toString, equals and hashCode methods, as well as the ability to be deconstructed with pattern matching. In Scala, functions are values, and can be defined as anonymous functions with a concise syntax.
    Starting Price: Free
  • 43
    Clojure

    Clojure

    Clojure

    Clojure is a robust, practical, and fast programming language with a set of useful features that together form a simple, coherent, and powerful tool. Clojure is a dynamic, general-purpose programming language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. Clojure is a compiled language, yet remains completely dynamic, every feature supported by Clojure is supported at runtime. Clojure provides easy access to the Java frameworks, with optional type hints and type inference, to ensure that calls to Java can avoid reflection. Clojure is a dialect of Lisp, and shares with Lisp the code-as-data philosophy and a powerful macro system. Clojure is predominantly a functional programming language and features a rich set of immutable, persistent data structures. When a mutable state is needed, Clojure offers a software transactional memory system and reactive Agent system.
    Starting Price: Free
  • 44
    RKTracer

    RKTracer

    RKVALIDATE

    RKTracer is a code-coverage and test-analysis tool that enables teams to assess the quality and completeness of their testing across unit, integration, functional, and system-level testing, without altering a single line of application code or build workflow. It supports instrumentation across host machines, simulators, emulators, embedded devices, and servers, and covers a broad array of programming languages, including C, C++, CUDA, C#, Java, Kotlin, JavaScript/TypeScript, Golang, Python, and Swift. It provides detailed coverage metrics such as function, statement, branch/decision, condition, MC/DC, and multi-condition coverage, and even supports delta-coverage reports to show which newly added or modified portions of code are already covered. Integration is seamless; simply prefix your build or test command with “rktracer”, run your tests, then generate HTML or XML reports (for CI/CD systems or dashboards like SonarQube).
  • 45
    SystemC

    SystemC

    SystemC

    Your online reference for everything related to SystemC, the language for system-level design, high-level synthesis, modeling and verification. SystemC™ addresses the need for a system design and verification language that spans hardware and software. It is a language built in standard C++ by extending the language with the use of class libraries. The language is particularly suited to model system's partitioning, to evaluate and verify the assignment of blocks to either hardware or software implementations, and to architect and measure the interactions between and among functional blocks. Leading companies in the intellectual property (IP), electronic design automation (EDA), semiconductor, electronic systems, and embedded software industries currently use SystemC for architectural exploration, to deliver high-performance hardware blocks at various levels of abstraction and to develop virtual platforms for hardware/software co-design.
    Starting Price: Free
  • 46
    Objective-C

    Objective-C

    Objective-C

    Objective-C is the primary programming language you use when writing software for OS X and iOS. It’s a superset of the C programming language and provides object-oriented capabilities and a dynamic runtime. Objective-C inherits the syntax, primitive types, and flow control statements of C and adds syntax for defining classes and methods. It also adds language-level support for object graph management and object literals while providing dynamic typing and binding, deferring many responsibilities until runtime. When building apps for OS X or iOS, you’ll spend most of your time working with objects. Those objects are instances of Objective-C classes, some of which are provided for you by Cocoa or Cocoa Touch and some of which you’ll write yourself.
  • 47
    Vita Mojo

    Vita Mojo

    Vita Mojo

    Award-winning digital ordering and restaurant management system for QSRs, casual dining, pubs, cafes, virtual brands & more. The integrated tech stack for your hospitality business. Create a digital ordering experience that elevates your brand. Award-winning UI and unrivaled menu customization increase average transaction value by up to 30% and keep your customers coming back. Take back control of your restaurant operations. Vita Mojo’s full suite restaurant system makes taking, fulfilling, and managing orders across all channels, including delivery marketplaces, easier than ever. As ex-operators we truly understand what hospitality businesses need. The tech stack we wanted didn’t exist so we decided to build our own. Trusted by 80+ brands across 1000s of locations. £100million+ worth of transactions are powered by Vita Mojo every month. Tackle staffing shortages with digital ordering and let your team focus on value-adding activities like hosting.
    Starting Price: Free
  • 48
    Chainer

    Chainer

    Chainer

    A powerful, flexible, and intuitive framework for neural networks. Chainer supports CUDA computation. It only requires a few lines of code to leverage a GPU. It also runs on multiple GPUs with little effort. Chainer supports various network architectures including feed-forward nets, convnets, recurrent nets and recursive nets. It also supports per-batch architectures. Forward computation can include any control flow statements of Python without lacking the ability of backpropagation. It makes code intuitive and easy to debug. Comes with ChainerRLA, a library that implements various state-of-the-art deep reinforcement algorithms. Also, with ChainerCVA, a collection of tools to train and run neural networks for computer vision tasks. Chainer supports CUDA computation. It only requires a few lines of code to leverage a GPU. It also runs on multiple GPUs with little effort.
  • 49
    Java

    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.
  • 50
    FonePaw Video Converter Ultimate
    Multifunctional software makes it possible for you to convert, edit and play videos, DVD and audios. In addition, you can also create you own videos or GIF image freely with it. You can convert one video at a time or add several video files for converting simultaneously. It can decode and encode videos on a CUDA-enabled graphics card, leading to your fast and high quality HD and SD video conversion. Your video will not be quality loss. Equipped with NVIDIA's CUDA and AMD APP acceleration technology, you're able to experience 6X faster conversion speed and supports multi-core processor completely. Supported with NVIDIA® CUDA™, AMD®, etc. technologies, FonePaw Video Converter Ultimate can decode and encode videos on a CUDA-enabled graphics card, leading to your fast and high quality HD and SD video conversion. This all-in-one video converter is capable of converting video, audio and DVD files efficiently and even editing them with better effect.
    Starting Price: $39 one-time payment