Best Application Development Software for Linux - Page 6

Compare the Top Application Development Software for Linux as of June 2025 - Page 6

  • 1
    MathJax

    MathJax

    MathJax

    A JavaScript display engine for mathematics that works in all browsers. Beautiful and accessible math in all browsers No more setup for readers, it just works. MathJax provides tools to transform your content from traditional print sources into modern, accessible web content and ePubs. The MathJax team is available to train your staff in using our resources for preparing online teaching material and creating accessible STEM content. MathJax is highly flexible and can be tailored to the needs of your institution by creating customized configurations and specialized software workflows. MathJax uses CSS with web fonts or SVG, instead of bitmap images or Flash, so equations scale with surrounding text at all zoom levels. MathJax is highly modular on input and output. Use MathML, TeX, and ASCIImath as input and produce HTML+CSS, SVG, or MathML as output. MathJax works with screenreaders & provides expression zoom and interactive exploration.
    Starting Price: Free
  • 2
    Modernizr

    Modernizr

    Modernizr

    Modernizr tells you what HTML, CSS, and JavaScript feature the user’s browser has to offer. It’s a collection of superfast tests, or “detects” as we like to call them, which run as your web page loads, then you can use the results to tailor the experience to the user. All web developers come up against differences between browsers and devices. That’s largely due to different feature sets, the latest versions of the popular browsers can do some awesome things which older browsers can’t, but we still have to support the older ones. Modernizr makes it easy to deliver tiered experiences and make use of the latest and greatest features in browsers that support them, without leaving less fortunate users high and dry. Modernizr is a small piece of JavaScript code that automatically detects the availability of next-generation web technologies in your user's browsers. Modernizr uses feature detection to allow you to easily tailor your user's experience.
    Starting Price: Free
  • 3
    QUnit

    QUnit

    QUnit

    The powerful, easy-to-use JavaScript testing framework. Easy, zero-configuration setup for any Node.js project and minimal configuration for browser-based projects. Tests can be run anywhere; Node, your browser, even inside a web worker. Test your code where it runs. Flexible APIs for custom assertions, runners, and reporters mean you can extend QUnit to fit your needs. Getting started with QUnit for Node.js projects is quick and easy. First, install the QUnit package using npm. You can now run the test suite through the QUnit CLI. It is recommended that you run the QUnit command via an npm script, which will find the QUnit command automatically from your local dependencies. Check out the API documentation to learn more about the QUnit APIs for organizing tests and making assertions.QUnit follows the Node.js Long-term Support (LTS) schedule and provides support for current, active LTS, and maintenance LTS releases.
    Starting Price: Free
  • 4
    Voca

    Voca

    Voca

    The Voca library offers helpful functions to make string manipulations comfortable: change case, trim, pad, slugify, latinise, sprintf'y, truncate, escape and much more. The modular design allows to load the entire library, or individual functions to minimize the application builds. The library is fully tested, well documented and long-term supported. Provides the complete set of functions to manipulate, chop, format, escape and query strings. Voca is compatible with ES2015 modules to import the entire library.
    Starting Price: Free
  • 5
    Mocha

    Mocha

    Mocha

    Mocha runs in the browser. Every release of Mocha will have new builds of ./mocha.js and ./mocha.css for use in the browser. By adding an argument (usually named done) to it() to a test callback, Mocha will know that it should wait for this function to be called to complete the test. This callback accepts both an Error instance (or subclass thereof) or a falsy value; anything else is invalid usage and throws an error (usually causing a failed test). These reporters expect Mocha to know how many tests it plans to run before execution. This information is unavailable in parallel mode, as test files are loaded only when they are about to be run. In serial mode, tests results will “stream” as they occur. In parallel mode, reporter output is buffered; reporting will occur after each file is completed. In practice, the reporter output will appear in “chunks” (but will otherwise be identical). If a test file is particularly slow, there may be a significant pause while it’s running.
    Starting Price: Free
  • 6
    Aurelia

    Aurelia

    Aurelia

    Aurelia's standards-based, unobtrusive style makes it the only framework that empowers you to build components using vanilla JavaScript or TypeScript. If you know modern JS and HTML, there's little more to learn to build even the most complex apps. At the core of Aurelia is a high-performance, reactive system, capable of batching DOM updates in a way that leaves other frameworks, and their virtual DOMs, in the dust. Experience consistent, scalable performance, no matter how complex your UI. Aurelia enables powerful reactive binding to any object. By using adaptive techniques Aurelia selects the most efficient way to observe each property in your model and automatically syncs your UI and your state with best-in-class performance. State management, internationalization and validation - all official plugins from the core team. CLI, VS Code plugin, and Chrome debugger - optional tools to enhance development.
    Starting Price: Free
  • 7
    WinJS

    WinJS

    WinJS

    Microsoft is committed to making sure that WinJS continues to run for existing customers. At this time we don't have plans to invest in new features or feature requests. Bug fixes will be limited to correcting substantial issues that are blocking customer deployments. We may also consider bug fixes to help our customers maintain their existing WinJS-based apps. You can contribute by reviewing and sending feedback on code checkins, suggesting and trying out new features as they are implemented, submitting bugs and helping us verify fixes as they are checked in, as well as submitting code fixes or code contributions of your own. Note that all code submissions will be rigorously reviewed and tested by the team, and only those that meet an extremely high bar for both quality and design appropriateness will be merged into the source.
    Starting Price: Free
  • 8
    Babylon.js

    Babylon.js

    Babylon.js

    Our passion is to make it completely open and free for everyone. We are artists, developers, creators, and dreamers and we want to make it as simple as possible to enable everyone to bring their ideas to life. This is an important milestone for the Babylon.js platform. Babylon.js was named with a deep love and admiration of one of the greatest sci-fi shows of all time, and we are thrilled to announce the launch of the next version of the Babylon.js platform. Babylon.js 5.0 is quite simply the biggest, boldest, and most ambitious update to the platform to date. We know developers want to reach as many people as possible with as little effort as possible. We are proud to announce that Babylon.js 5.0 unlocks the ability to use the Babylon.js API to develop web AND native applications.
    Starting Price: Free
  • 9
    Dojo Toolkit

    Dojo Toolkit

    Dojo Toolkit

    A JavaScript toolkit that saves you time and scales with your development process. Provides everything you need to build a Web app. Language utilities, UI components, and more, all in one place, designed to work together perfectly. The Dojo Toolkit Reference Guide is designed to be an in-depth resource regarding the Dojo Toolkit. The Reference Guide is a community effort and can be contributed to by anyone who has a CLA in place with the Dojo Foundation. An extensive set of widgets (user interface components) and the underlying system to support them. It is built fully on-top of the Dojo core. Various tools that support the rest of the toolkit, like being able to build, test and document code.
    Starting Price: Free
  • 10
    Blockly

    Blockly

    Google

    The Blockly library adds an editor to your app that represents coding concepts as interlocking blocks. It outputs syntactically correct code in the programming language of your choice. Custom blocks may be created to connect to your own application. Blockly in a browser allows web pages to include a visual code editor for any of Blockly's five supported programming languages, or your own. In Blockly Games, pictured here, users can solve a maze using Blockly's editor on the right. Blockly plugins are self-contained pieces of code that add functionality to Blockly. Plugins can add fields, define themes, create renderers, and much more. Blockly codelabs provide step-by-step instructions on how to use and customize Blockly. Sample projects that show how to use many of Blockly's features.
    Starting Price: Free
  • 11
    RequireJS

    RequireJS

    RequireJS

    RequireJS is a JavaScript file and module loader. It is optimized for in-browser use, but it can be used in other JavaScript environments, like Rhino and Node. Using a modular script loader like RequireJS will improve the speed and quality of your code. This setup assumes you keep all your JavaScript files in a "scripts" directory in your project. To take full advantage of the optimization tool, it is suggested that you keep all inline script out of the HTML, and only reference require.js with a requirejs call like so to load your script. All of them map to loading some/path/some/module.js. Ideally we could choose the CommonJS syntax, since it is likely to get more common over time, and we want to reuse code.
    Starting Price: Free
  • 12
    Kotlin

    Kotlin

    Kotlin

    Easy to pick up, so you can create powerful applications immediately. Compatible with the Java ecosystem. Use your favorite JVM frameworks and libraries. Share application logic between web, mobile, and desktop platforms while keeping an experience native to users. Save time and get the benefit of unlimited access to features specific to these platforms. Kotlin has great support and many contributors in its fast-growing global community. Enjoy the benefits of a rich ecosystem with a wide range of community libraries. Help is never far away — consult extensive community resources or ask the Kotlin team directly. Kotlin Multiplatform Mobile is an SDK for iOS and Android app development. It offers all the combined benefits of creating cross-platform and native apps. Maintain a single codebase for networking, data storage, analytics, and the other logic of your Android and iOS apps.
    Starting Price: Free
  • 13
    Swift

    Swift

    Apple

    Writing Swift code is interactive and fun, the syntax is concise yet expressive, and Swift includes modern features developers love. Swift code is safe by design and produces software that runs lightning-fast. Swift is the result of the latest research on programming languages, combined with decades of experience building Apple platforms. Named parameters are expressed in a clean syntax that makes APIs in Swift even easier to read and maintain. Even better, you don’t even need to type semi-colons. Inferred types make code cleaner and less prone to mistakes, while modules eliminate headers and provide namespaces. To best support international languages and emoji, Strings are Unicode-correct and use a UTF-8 based encoding to optimize performance for a wide-variety of use cases. You can even write concurrent code with simple, built-in keywords that define asynchronous behavior, making your code more readable and less error-prone.
    Starting Price: Free
  • 14
    RemObjects Mercury

    RemObjects Mercury

    RemObjects Mercury

    Mercury is an implementation of the BASIC programming language that is fully code-compatible with Microsoft Visual Basic.NET™, but takes it to the next level, and to new horizons. With Mercury, you will be able to build your existing VB.NET projects and leverage your Visual Basic™ language experience to write code for any modern target platform. You can mix Mercury code with any of the other five Elements languages in the same project if you like! The Mercury language will be deeply integrated into our development environments. Develop your projects in our smart yet lightweight IDEs, Water on Windows or Fire on Mac, with project templates, code completion, integrated debugging for all platforms, and many other advanced development features. Of course, Mercury will also integrate into Visual Studio™ 2017, 2019 and 2022. With Elements, all languages are created equal. Even within the same project, you can mix Mercury, C#, Swift, Java, Oxygene and Go.
    Starting Price: $49 per month
  • 15
    Xafari Framework

    Xafari Framework

    Galaktikasoft

    Xafari is a business application framework for .NET developers. It is a set of components, modules, and utilities complementing XAF, DevExpress framework, and enhancing its capacity. Xafari provides further modules for DevExpress XAF UI (Workplaces, Doc Panels, Wizards and others) and business logic (XafariModuleBase, AppModule, Application settings and others). The framework is intended to create complex business applications in two- and three-tier architecture. Our one-year subscription provides you with the greatest tools and components for business application development. Test it for free! Download our 30-days free trial and start your app creation right now. More than 100 additional modules. More than 50 additional functions and solutions. More than 40 new editors. More than 10 examples and online BI platforms to explore new opportunities. A set of ERP components. WinForms, WebForms, and ASP.Net MVC platforms support. Qualified and prompt technical support.
    Starting Price: $299 per year
  • 16
    BuildVu

    BuildVu

    IDR Solutions

    With BuildVu, you’ll unlock precise PDF-to-HTML/SVG conversion, giving you greater control and added functionality over PDF in your web application. -Optimized Content: BuildVu intelligently converts PDFs, optimizing for smaller file sizes and fast rendering in browsers. -File Metadata: Access PDF data in JSON format, including metadata, word lists, outlines (bookmarks), and annotations. -Thumbnails: Generate high-quality page thumbnails with customizable dimensions. -Annotations: Enjoy support for various annotation types (Links, Popups, Sound/Video, Text, Highlight, Underline) in easy-to-use JSON format. -search.json: Extract all text from the document alongside the HTML content. -Font Conversion: Restructure embedded fonts for compatibility across web browsers. -Office Conversion: Combine BuildVu with LibreOffice for seamless conversion from Office formats (Word, PowerPoint, Excel).
    Starting Price: $450 per month
  • 17
    FormVu

    FormVu

    IDR Solutions

    FormVu is an SDK designed to convert PDF Form files into standalone HTML with interactive form components. Here are some of its key features: -Interactive Conversion: Converts PDF forms into HTML while retaining their appearance and functionality. -Data Security: Runs on your own servers, ensuring customer data remains secure and private. -Versatile Integration: Supports both AcroForms and XFA Forms and can be integrated into web applications. -Flexible Output: Allows saving filled forms back as PDFs or posting data as HTML form data or JSON. -Users can continue to use Forms in a web browser. Converted PDF forms retain their appearance and interaction. Data can be saved to the original file. -PDF forms can be easily and securely integrated into a Web application workflow while retaining all their interaction and functionality. -Forms are converted and hosted on your Computers. FormVu is not a cloud service and makes no calls outside. So customer data is always
    Starting Price: $1,800 per month
  • 18
    Ring

    Ring

    Ring

    The Ring is a practical general-purpose multi-paradigm language. The supported programming paradigms are imperative, procedural, object-oriented, declarative using nested structures, functional, meta programming and natural programming. The language is portable (Windows, Linux, macOS, Android, WebAssembly, etc.) and can be used to create Console, GUI, Web, Games and Mobile applications. The language is designed to be simple, small and flexible. The language is simple, trying to be natural, encourage organization and comes with transparent and visual implementation. It comes with compact syntax and a group of features that enable the programmer to create natural interfaces and declarative domain-specific languages in a fraction of time. It is very small, flexible and comes with smart garbage collector that puts the memory under the programmer control. It supports many programming paradigms, comes with useful and practical libraries.
    Starting Price: Free
  • 19
    Sails

    Sails

    Sails

    Build practical, production-ready Node.js apps in a matter of weeks, not months. Sails is the most popular MVC framework for Node.js, designed to emulate the familiar MVC pattern of frameworks like Ruby on Rails, but with support for the requirements of modern apps, data-driven APIs with scalable, service-oriented architecture. Sails makes it easy to build custom, enterprise-grade Node.js apps. Building on top of Sails means your app is written entirely in JavaScript, the language you and your team are already using in the browser. Sails bundles a powerful ORM, Waterline, which provides a simple data access layer that just works, no matter what database you're using. Sails comes with blueprints that help jumpstart your app's backend without writing any code. Since Sails translates incoming socket messages for you, they're automatically compatible with every route in your Sails app. Sails offers commercial support to accelerate development and ensure best practices in your code.
    Starting Price: Free
  • 20
    Zebedee

    Zebedee

    Zebedee

    From high-stakes esports tournaments to casual mobile games, our world is open to everyone. Bitcoin is programmable money. We make it a seamless part of the game experience. If you can scan a QR code, you can earn with Zebedee. Straightforward, instant, and available now. Play our games or play with our APIs. Either way, you'll soon discover why Bitcoin is transforming the world of gaming. Open a new acquisition channel and revenue stream in the quickly growing world of Bitcoin gaming. Gain an edge over your competition by offering cutting-edge Bitcoin Lightning services and a gateway into the exploding world of Bitcoin gaming. Play a single intense match with live Bitcoin transfers and earn a share of the prize pot based on your percentage of the total score. In survival mode, your sats are your life. When you score, you get an extra life. When you die, you lose some life. If you run out of seats, you get kicked from the match.
    Starting Price: Free
  • 21
    Kaizen Framework

    Kaizen Framework

    Virtual Splat Software

    Kaizen Framework is a low code, rapid application development tool. You can make web application in minutes. It will help you to cut development cost and dependency on developers. No need to write code, no compilation need, no downtime to users. And finally, as the name says "Kaizen", we are constantly updating the framework to make sure that YOU make more money in software development projects. Among many other low-code frameworks, Kaizen is a mature framework that has proven its strength by delivering a variety of applications for different industries. It's constantly evolving for the last 15+ years, with projects already being delivered in 70+ industries with around 500+ projects successfully executed, and very practical solutions. Also, it's easy to learn and deploy and you can host the application wherever you want. The kaizen framework has advanced features compared to other frameworks.
    Starting Price: $10 USD per user per day
  • 22
    Avalonia UI

    Avalonia UI

    Avalonia UI

    Avalonia UI enables developers to create multi-platform apps with .NET. Write once, and run everywhere. Save time and focus on your product. Considered a spiritual successor to WPF, Avalonia UI provides a familiar developer experience, allowing you to leverage years of pre-existing knowledge and investments. rusted by JetBrains as the best framework for modernizing their WPF-based tools, used by >170,000 companies, including 431 on the Fortune 500 list. Our developer community has grown enormously as Avalonia UI has grown in popularity. Join us and be welcomed into our supportive and vibrant community.
    Starting Price: Free
  • 23
    BotsCrew

    BotsCrew

    BotsCrew

    We provide end-to-end chatbot development services, including: - Discovery phase (tech investigation) - Project and Account Management - Conversational Design (Flow) - QA & Testing Services - DevOps Services & Custom development - Chatbot Support & Maintenance - Rapid Chatbot Development (A chatbot in less than 2 weeks) - Chatbots based on GPT-3, ChatGPT development - Chatbot Migration Services - Chatbot Rescue Services - UX & Graphic Design services - Chatbot Persona and Personality creation At every stage of the chatbot journey, our team of Business Analysts, Customer Success Managers, Conversational Designers, Chatbot Developers, QAs will lead you to the best matching solution for your company. Apart from that, we have a Conversational AI platform for our clients. We happen to work with more than 80 amazing clients from all over the world. Our clients include startups that raised 10m now and companies like Samsung NEXT, Mars, Natera, Virgin, BMC.
    Starting Price: $50 - $99 / hr
  • 24
    Baserow

    Baserow

    Baserow

    Baserow is the open platform to create scalable databases and applications without code. With its intuitive interface and flexibility, Baserow empowers teams to manage data with ease. Real-time collaboration allows for seamless teamwork and productivity. Baserow offers powerful data management features, including multiple tables, views, and relationships. Baserow can be self-hosted, ensuring compliance with legal and data regulations, and is both HIPAA and SOC2 compliant. Baserow's open source nature ensures business continuity at the turn of any event. It also means that it's infinitely extensible, allowing you to build on top of it to fit specific business requirements or increase its functionality. Whether you're a startup, a nonprofit, or a large enterprise, Baserow provides the tools to build powerful, scalable applications tailored to your needs. It's time to take control of your data and unlock your team's potential with Baserow.
    Starting Price: $5 per user per month
  • 25
    µGUI

    µGUI

    µGUI

    µGUI is a free and open-source graphic library for embedded systems. It is platform-independent and can be easily ported to almost any microcontroller system. As long as the display is capable of showing graphics, µGUI is not restricted to a certain display technology. Therefore, display technologies such as LCD, TFT, E-Paper, LED or OLED are supported. μGUI is platform-independent, so there is no need to use a certain embedded system. In order to use μGUI, only two requirements are necessary.
    Starting Price: Free
  • 26
    Pop

    Pop

    Pop Technologies

    Blazing-fast screen sharing, multiplayer control, crystal-clear voice and high-quality video. Perfect for pair programming. Pop’s multiplayer screen sharing — where everyone controls the screen together with their own mouse and keyboard — makes it effortless to collaborate on code. Whiteboarding has never been easier. Doodle together at anytime, even from a smartphone or tablet. Simple. Fast. And you’ll never need to worry about dried-out markers. Inviting people is as easy as sending a link, and everyone can join even before registering. If you have a laptop or a smartphone, you’re in.
    Starting Price: Free
  • 27
    PandaSuite

    PandaSuite

    PandaSuite

    Turn your ideas into awesome apps, digital publications and interactive presentations without writing a single line of code. Make users interact with the content of your app. A multimedia, interactive and playful app increases user engagement and app retention. Digital transformation is the key challenge for many industries. With PandaSuite, build and launch the right app to meet your goals beyond expectations. PandaSuite is a cross-platform application development platform. Your screens are automatically turned into real native apps for iOS, Windows and Android and web apps. Export the right format according to your needs.
    Starting Price: €24 per month
  • 28
    Honggfuzz
    Honggfuzz is a security-oriented software fuzzer. Supports evolutionary, feedback-driven fuzzing based on code coverage (SW and HW-based). It’s multi-process and multi-threaded, there’s no need to run multiple copies of your fuzzer, as Honggfuzz can unlock the potential of all your available CPU cores with a single running instance. The file corpus is automatically shared and improved between all fuzzed processes. It’s blazingly fast when the persistent fuzzing mode is used. A simple/empty LLVMFuzzerTestOneInput function can be tested with up to 1mo iteration per second on a relatively modern CPU. Has a solid track record of uncovered security bugs, the only (to date) vulnerability in OpenSSL with the critical score mark was discovered by Honggfuzz. As opposed to other fuzzers, it will discover and report hijacked/ignored signals from crashes (intercepted and potentially hidden by a fuzzed program).
    Starting Price: Free
  • 29
    afl-unicorn

    afl-unicorn

    Battelle

    afl-unicorn lets you fuzz any piece of binary that can be emulated by Unicorn Engine. If you can emulate the code you’re interested in using the Unicorn Engine, you can fuzz it with afl-unicorn. Unicorn Mode works by implementing the block-edge instrumentation that AFL’s QEMU mode normally does into Unicorn Engine. Basically, AFL will use block coverage information from any emulated code snippet to drive its input generation. The whole idea revolves around the proper construction of a Unicorn-based test harness. The Unicorn-based test harness loads the target code, sets up the initial state, and loads in data mutated by AFL from disk. The test harness then emulates the target binary code, and if it detects that a crash or error occurred it throws a signal. AFL will do all its normal stuff, but it’s actually fuzzing the emulated target binary code. Only tested on Ubuntu 16.04 LTS, but it should work smoothly with any OS capable of running both AFL and Unicorn.
    Starting Price: Free
  • 30
    Parse

    Parse

    Parse

    Build applications faster with object and file storage, user authentication, push notifications, dashboards, and more out of the box. Parse is an open source backend that can be deployed to any infrastructure that can run Node.js. Parse Server works with the Express web application framework. It can be added to existing web applications, or run by itself. Parse provides an open source backend for powering end-user applications. Connect to an Oracle database execute queries and manage the database. Parse Server is a great, quick way to create an app backend without requiring years of knowledge and time. The most amazing feature of Parse Server is that it’s accessible to developers of all skill levels. Ensure that your code is the best it can be, and be assured that your Parse Server always runs as smoothly as possible, even as your cloud code continues to grow. Parse Server is now the easiest way to instantly create a GraphQL API.
    Starting Price: Free