Best Application Development Software for Linux - Page 22

Compare the Top Application Development Software for Linux as of October 2025 - Page 22

  • 1
    OpenCppCoverage

    OpenCppCoverage

    OpenCppCoverage

    OpenCppCoverage is an open-source code coverage tool for C++ under Windows. The main usage is for unit testing coverage, but you can also use it to know the executed lines in a program for debugging purposes. Support compiler with a program database file (.pdb). Just run your program with OpenCppCoverage, no need to recompile your application. Exclude a line based on a regular expression. Coverage aggregation, to run several code coverages and merge them into a single report. Requires Microsoft Visual Studio 2008 or higher for all editions including the Express edition. It should also work with the previous version of Visual Studio. You can run the tests with the Test Explorer window.
    Starting Price: Free
  • 2
    PCOV

    PCOV

    PCOV

    A self-contained CodeCoverage compatible driver for PHP. When PCOV is left unset, PCOV will attempt to find src, lib or, app in the current working directory, in that order; If none are found the current directory will be used, which may waste resources storing coverage information for the test suite. If PCOV contains test code, it's recommended to set the exclude command to avoid wasting resources. To avoid unnecessary allocation of additional arenas for traces and control flow graphs, PCOV should be set according to the memory required by the test suite. To avoid reallocation of tables, PCOV should be set to a number higher than the number of files that will be loaded during testing, inclusive of test files. interoperability with Xdebug is not possible. At an internal level, the executor function is overridden by PCOV, so any extension or SAPI which does the same will be broken. PCOV is zero cost, code runs at full speed.
    Starting Price: Free
  • 3
    GameMaker Language (GML)
    The GameMaker Language (also called simply GML) is the proprietary GameMaker scripting language. This language is structured to permit users to create their games in an intuitive and flexible way while offering all the power of any other major programming language. It is also the basis for GML Visual and can be used in conjunction with that if required. Each event has its own tab in the editor and you can add, edit, or remove code from them at any time (for more information on events see Object Events). The code itself must have a basic structure and can contain resource indices, variables, functions, expressions, keywords, etc. all of which are explained in the sections below. If you are a novice to programming or making the switch from GML Visual, it is recommended that you start with the page on basic code structure and then read through all the other pages in this section, testing code from each one within GameMaker itself.
    Starting Price: Free
  • 4
    Tekton

    Tekton

    Tekton

    Tekton is a cloud-native solution for building CI/CD systems. It consists of Tekton Pipelines, which provides the building blocks, and of supporting components, such as Tekton CLI and Tekton Catalog, that make Tekton a complete ecosystem. Tekton standardizes CI/CD tooling and processes across vendors, languages, and deployment environments. It works well with Jenkins, Jenkins X, Skaffold, Knative, and many other popular CI/CD tools. Tekton abstracts the underlying implementation so that you can choose the build, test, and deploy workflow based on your team’s requirements. Tekton lets you create CI/CD systems quickly, giving you scalable, serverless, cloud native execution out of the box.
    Starting Price: Free
  • 5
    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
  • 6
    Flow

    Flow

    Flow

    It's hard to build smart tools for dynamic languages like JavaScript. Flow understands your code and makes its knowledge available, enabling other smart tools to be built on top of Flow. Making major changes to large codebases can be scary. Flow helps you refactor safely, so you can focus on the changes you want to make, and stop worrying about what you might break. Working in a codebase with lots of developers can make it difficult to keep your master branch working. Flow can help prevent bad rebases. Flow can help protect your carefully designed library from misuse and misinterpretation. And Flow can help you understand the code you wrote six months ago.
    Starting Price: Free
  • 7
    UI.Vision RPA

    UI.Vision RPA

    UI.Vision

    Easy automation for busy people. The UI Vision free RPA software (formerly Kantu) automates web and desktop apps on Windows, Mac, and Linux. UI.Vision RPA is a free open-source browser extension that can be extended with local apps for desktop UI automation. The UI Vision core is open-source and guarantees enterprise-grade security. Your data never leaves your machine. Join 100,000+ users and automate workflows on your desktop and in the browser. The visual UI testing commands of UI Vision help web designers and developers to verify and validate the layout of websites and canvas elements. UI Vision can read and recognize images and text inside canvas elements, images, and videos. UI Vision can resize the browser's window in order to emulate various resolutions. This is particularly useful to test layouts on different browser resolutions and to validate visually perfect mobile, web, and native apps.
    Starting Price: Free
  • 8
    Helidon

    Helidon

    Helidon

    Helidon is a cloud-native, open‑source set of Java libraries for writing microservices that run on a fast web core powered by Netty. Helidon Níma is the first Java microservices framework based on virtual threads. Helidon is designed to be simple to use, with tooling and examples to get you going quickly. Since Helidon is simply a collection of Java libraries running on a fast Netty core, there is no extra overhead or bloat. Helidon supports MicroProfile and provides familiar APIs like JAX-RS, CDI, and JSON-P/B. Our implementation runs on our fast Helidon Reactive WebServer. Helidon Reactive WebServer provides a modern functional programming model and runs on top of Netty. Lightweight, flexible, and reactive, the Helidon WebServer provides a simple-to-use and fast foundation for your microservices. With support for health checks, metrics, tracing, and fault tolerance, Helidon has what you need to write cloud-ready applications that integrate with Prometheus, Jaeger/Zipkin, etc.
    Starting Price: Free
  • 9
    Dropwizard

    Dropwizard

    Dropwizard

    Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web services. Dropwizard pulls together stable, mature libraries from the Java ecosystem into a simple, lightweight package that lets you focus on getting things done. Dropwizard has out-of-the-box support for sophisticated configuration, application metrics, logging, operational tools, and much more, allowing you and your team to ship a production-quality web service in the shortest time possible. Dropwizard straddles the line between being a library and a framework. Its goal is to provide performant, reliable implementations of everything a production-ready web application needs. Because this functionality is extracted into a reusable library, your application remains lean and focused, reducing both time-to-market and maintenance burdens. Because you can’t be a web application without HTTP, Dropwizard uses the Jetty HTTP library to embed an incredibly tuned HTTP server directly into your project.
    Starting Price: Free
  • 10
    restify

    restify

    restify

    A Node.js web service framework optimized for building semantically correct RESTful web services ready for production use at scale. restify optimizes for introspection and performance and is used in some of the largest Node.js deployments on Earth. Running at scale requires tracing problems back to their origin by separating noise from the signal. restify is built from the ground up with post-mortem debugging in mind. Staying true to the spec is one of the foremost goals of the project. You will see references to RFCs littered throughout GitHub issues and the codebase. restify is used by some of the industry's most respected companies to power some of the largest deployments of Node.js on planet Earth—the future of Node.js REST development. Setting up a server is quick and easy. Like many other Node. js-based REST frameworks, restify leverages a Sinatra-style syntax for defining routes and the function handlers that service those routes.
    Starting Price: Free
  • 11
    hapi

    hapi

    hapi

    Build powerful, scalable applications, with minimal overhead and full out-of-the-box functionality, your code, your way. Developed initially to handle Walmart’s Black Friday sales, hapi continues to be the proven choice for enterprise-grade backend needs. When you install hapi, every single line of code you get has been verified. You never have to worry about some deep dependency being poorly maintained (or handed over to someone sketchy). hapi is the only leading node framework without any external code dependencies. hapi requires the most secure settings to manage, control, and distribute code, including 2FA for all contributors. Every hapi component comes with the most secure defaults out of the box. Along with protecting server load with payload limits and request timeouts, hapi blocks error messages that could leak information or echo back exploits. The most comprehensive authorization and authentication API available in a Node framework.
    Starting Price: Free
  • 12
    Vert.x

    Vert.x

    Vert.x

    Han­dle more re­quests with fewer re­sources com­pared to tra­di­tional stacks and frame­works based on block­ing I/O. Vert.x is a great fit for all kinds of ex­e­cu­tion en­vi­ron­ments, in­clud­ing con­strained en­vi­ron­ments like vir­tual ma­chines and con­tain­ers. Peo­ple told you asyn­chro­nous pro­gram­ming is too hard for you? We strive to make pro­gram­ming with Vert.x an ap­proach­able ex­pe­ri­ence, with­out sac­ri­fy­ing cor­rect­ness and per­for­mance. Don’t waste re­sources, in­crease de­ploy­ment den­sity and save money. You pick the model that works best for the task at hand, call­backs, promises, fu­tures, re­ac­tive ex­ten­sions, and (Kotlin) corou­tines. Vert.x is a toolkit, not a frame­work, so it is nat­u­rally very com­pos­able and em­bed­d­a­ble. We have no strong opin­ion on what your ap­pli­ca­tion struc­ture should be like. Se­lect the mod­ules and clients you need and com­pose them as you craft your ap­pli­ca­tion.
    Starting Price: Free
  • 13
    Grails

    Grails

    Grails

    A powerful Groovy-based web application framework for the JVM built on top of Spring Boot. Convention-over-configuration, sensible defaults, opinionated APIs, and the Groovy language combine to make the Grails® framework easy to learn for Java developers. The Grails framework is built on top of Spring Boot and leverages Spring Boot's time-saving features, such as Spring-powered dependency injection. The Grails framework seamlessly and transparently integrates and interoperates with Java, the JVM, and existing Java EE containers. Apache Groovy is a language for the Java platform designed to enhance developers' productivity. It is an optionally-typed and dynamic language but with static-typing and static compilation capabilities. The Grails framework seamlessly integrates with GORM, a data access toolkit that provides a rich set of APIs for accessing relational and non-relational data. GORM also includes implementations for Hibernate (SQL), MongoDB, Cassandra, and Neo4j.
    Starting Price: Free
  • 14
    GraalVM

    GraalVM

    GraalVM

    Discover libraries and frameworks that work out-of-the-box with Native Image. Apply Graal, an advanced optimizing compiler, that generates faster and leaner code requiring fewer compute resources. Compile Java applications ahead of time to native binaries that start up instantly and deliver peak performance with no warmup time. Leverage the best features and libraries of popular languages in a single app with no overhead. Debug, monitor, profile, and optimize resource consumption in Java and across multiple languages. GraalVM’s high-performance JIT compiler generates optimized native machine code that runs faster, produces less garbage, and uses less CPU thanks to a battery of advanced compiler optimizations and aggressive and sophisticated inlining techniques. The end results are applications that run faster and consume fewer resources, reducing cloud and infrastructure costs.
    Starting Price: Free
  • 15
    PlayCode

    PlayCode

    PlayCode

    The #1 JavaScript playground and sandbox to write, run and repl it. JavaScript playground is perfect for learning and prototyping javascript sandboxes. Fast and easy to use. Start a JavaScript playground project using ready-to-use templates. JavaScript is one of the most popular languages for web development. It is needed in order to make web pages alive. Today JavaScript can be run not only in the browser but also on the server. Learning, practicing and prototyping is much easier right in the javascript playground because the browser is designed to run javascript. This is the perfect coding IDE. In turn, PlayCode tries to use all the browser features to ensure maximum, comfortable run javascript sandbox. Read, evaluate, print, and loop, a simple pre-configured coding environment that quickly shows the JavaScript execution result. So, you just open PlayCode without installing anything, write code, and JavaScript playground runs your code instantly and shows the result.
    Starting Price: $4.99 per month
  • 16
    massCode

    massCode

    massCode

    A free and open-source code snippets manager for developers. It helps you create and organize your own personal snippet collection and have quick access to it. massCode allows you to organize snippets using multi-level folders as well as tags. Each snippet has fragments, and tabs, which gives an even greater level of organization. massCode allows you to write in Markdown and provide support for syntax highlighting, tables, lists, and other formatting. Also, massCode supports Mermaid. diagramming and charting tool that renders Markdown-inspired text definitions to create and modify diagrams dynamically. massCode allows you to make a presentation out of a sequence of snippets. It's great for classroom use, team meetings, conferences or simply reviewing notes on your own. You can not only collect snippets but also see the rendering result for HTML and CSS in real time. Test the idea or just view the result.
    Starting Price: Free
  • 17
    Snibox

    Snibox

    Snibox

    Self-hosted snippet manager. Developed to collect and organize code snippets. Released under the MIT license. Permission is hereby granted, free of charge, to any person obtaining a copy of this software. Many ways to deploy including Docker, easy deployment to Heroku, and classic deployment to Ubuntu. Label-oriented interface with search. Supports various programming languages, markdown, and plain text. Supports various programming languages, markdown, and plain text. Snibox is a personal private snippets repository and allows access just to the first registered user. Out of the box, you can't register more than one user. Snibox uses Mailgun to send emails on production. You need them just for the 'reset password' feature.
    Starting Price: Free
  • 18
    Lepton

    Lepton

    Lepton

    Lepton is an open-source project on GitHub. It's free and we don't accept donations. If you like, feel free to donate to Wikimedia Foundation, which helps sustain free knowledge through Wikipedia and its sister projects for people around the world. Lepton replies on GitHub APIs to detect the language. Leptonis a centralized configuration file for Lepton and is parsed at the app startup. The file is not auto-generated. Lepton is a pure desktop client of GitHub Gist without its own service. All data are either saved locally or in the GitHub Gist service. Create a GitHub token with gist enabled. Put the token and other configs in the enterprise section in the Lepton config file. Lepton provides a formatted description section with title and tag support. You can group your gists based on their languages and custom tags. Letpon supports Markdown rendering. As a bonus, you can use Lepton for markdown note-taking and access it everywhere.
    Starting Price: Free
  • 19
    { Gisto }

    { Gisto }

    { Gisto }

    { Gisto } is a code snippet manager that runs on GitHub Gists and adds additional features such as searching, tagging, and sharing gists while including a rich code editor. All your data is stored on GitHub and you can access it from GitHub Gists at any time with changes carrying over to { Gisto }. { Gisto } includes an open-source monaco editor. A rich code editor for editing your Gists and includes features such as syntax highlighting auto-completion emmet and more. Gists can be found quickly using our search and can be filtered by gist description, file names, tag or multiple tags, language, and more. { Gisto } allows you to tag Gists with custom tags to help you find your Gists easily. Just add a hashtag to snippet title and you did. Later gitsts can be found by typing hash-tag into search or from the tag list on the dashboard. { Gisto } started by fulfilling a lack of a syntax highlighted and cloud-synchronized code snippet solution.
    Starting Price: Free
  • 20
    Cody

    Cody

    Sourcegraph

    Cody, Sourcegraph’s AI code assistant goes beyond individual dev productivity, helping enterprises achieve consistency and quality at scale with AI. Unlike traditional coding assistants, Cody understands the entire codebase, enabling deeper contextual awareness for smarter autocompletions, refactoring, and AI-driven code suggestions. It integrates with IDEs like VS Code, Visual Studio, Eclipse, and JetBrains, providing inline editing and chat without disrupting workflows. Cody also connects with tools like Notion, Linear, and Prometheus to enhance development context. Powered by advanced LLMs like Claude Sonnet 4 and GPT-4o, it optimizes speed and performance based on enterprise needs, and is always adding the latest AI models. Developers report significant efficiency gains, with some saving up to six hours per week and doubling their coding speed.
    Starting Price: $59
  • 21
    Lightly

    Lightly

    Lightly

    Develop your apps efficiently with Multilingual cloud IDE - Lightly. Create high-quality code in no time with AI-generated code and collaborative development features. Lightly is a powerful cloud IDE that supports multiple programming languages, including Java, Python, C++, HTML, JavaScript. Write, run, and debug code on iPad, anywhere, anytime. The AI-generated code feature helps you quickly generate code. Collaborative development enables easy team collaboration in real-time. Lightly can deploy and host your projects without managing infrastructures. We'll provide project images to efficiently help you deploy on AWS, Azure, GCP, or any other cloud provider. You focus on your creativity and ideas, and let the AI programming assistant do the rest for you!
    Starting Price: $9 per month
  • 22
    Extism

    Extism

    Dylibso

    Extism is an open-source, universal plug-in system to make all software programmable, and it's powered by WebAssembly. In-depth documentation, constantly updated as the project grows. 15+ officially supported Host SDKs, making Extism embeddable in the most popular languages. 7+ officially supported PDKs, to write plug-ins in whichever language a developer would like. A growing set of runtime features makes Extism an excellent plug-in system for apps of all types & sizes. Fully-featured canonical reference demo with Elixir host SDK, and plugins in Rust, TypeScript, & Javascript. Implementation of a turn-based multiplayer game platform and games included to play and review. Games are implemented as WebAssembly modules containing a specific set of exports. Check out the source code on GitHub, download the installer, and get started. 100% open-source code. Fork it, experiment, & run your own game server.
    Starting Price: Free
  • 23
    Modsurfer

    Modsurfer

    Dylibso

    Modsurfer provides ops & dev teams with the first system-of-record and diagnostics application to search, browse, validate, audit, and investigate WebAssembly binaries. At-a-glance insights into WebAssembly module data (code size & complexity, imports/exports & more). Search for details about modules (hash, ID, function names, strings, namespaces, errors & more). Easily audit and track all the WebAssembly code in your stack. Debug & triage issues otherwise difficult to pinpoint in opaque WebAssembly format. Write or generate a "check file" to track binary requirements. If a module fails validation, a helpful report is created to get things back on track. Validate your modules for import/export existence, function signature, security compliance, runtime complexity, & more. The CLI puts all your Modsurfer data at your fingertips and is the easiest way to interact with the Modsurfer desktop or enterprise server.
    Starting Price: Free
  • 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
    Watir

    Watir

    Watir

    An open-source Ruby library for automating tests. Watir interacts with a browser the same way people do, clicking links, filling out forms, and validating text. It requires Ruby 2.6+ and Selenium 4.0 which was just released last week. It’s been a long road since Watir 6.0 was released almost 5 years ago. That version was a substantial reenvision of Watir’s default approach to automation, especially as it relates to Selenium. It was designed to combine the original philosophy of Watir with the power of Selenium. Watir 7 is mostly just a much more stable and performant implementation of that vision. When developing a gem intended to be used with Watir, you can run your code with WatirSpec to make sure that requiring your code does not break something else in Watir. Watir code is tested on Linux with the latest versions of supported browsers and all active Ruby versions. Watir code is run through Coveralls to encourage PRs to ensure all paths in their code have tests associated with them.
    Starting Price: Free
  • 26
    ToDesktop

    ToDesktop

    ToDesktop

    We sign your desktop app with EV Microsoft Authenticode and Apple Gatekeeper certificates. Code signing is super-important because your app downloads and installs without warning dialogs. Your app will regularly auto-update to ensure the underlying browser is always up to date. Plus, this is how we deliver performance improvements, security patches, and additional features to your app. You'll get a customized installer for Windows, Mac and Linux. We even provide a magic link you can send your users which will detect their operating system and download the most up-to-date version of your app. ToDesktop will detect your icon and colors when you give it your web app's URL. Don't worry you can edit them if we don't get it right.
    Starting Price: $58 per month
  • 27
    Jersey

    Jersey

    Eclipse Foundation

    Developing RESTful web services that seamlessly support exposing your data in a variety of representation media types and abstracting away the low-level details of client-server communication is not an easy task without a good toolkit. In order to simplify the development of RESTful web services and their clients in Java, a standard and portable JAX-RS API has been designed. Jersey RESTful web services 3. x framework is an open-source, production-quality, framework that provides support for Jakarta RESTful web services 3.0. Jersey framework is more than the JAX-RS reference implementation. Jersey provides its own API that extends the JAX-RS toolkit with additional features. Track the JAX-RS API and provide regular releases of production quality reference implementations that ship with GlassFish. Provides APIs to extend Jersey & build a community of users and developers. Makes it easy to build RESTful Web services utilizing Java and the Java Virtual Machine.
    Starting Price: Free
  • 28
    ent

    ent

    ent

    An entity framework for Go. Simple, yet powerful ORM for modeling and querying data. Simple API for modeling any database schema as Go objects. Run queries, and aggregations and traverse any graph structure easily. 100% statically typed and explicit API using code generation. The latest version of Ent now includes a type-safe API enabling ordering by fields and edges. This API will soon be available in our GraphQL integration too. You can now visualize your Ent schema as an ERD with one command. The API enables you to easily integrate features such as logging, tracing, caching, and even implementing soft deletion with 20 lines of code! The Ent framework supports GraphQL using the 99designs/gqlgen library and provides various integrations. Generating a GraphQL schema for nodes and edges defined in an Ent schema. Efficient field collection to overcome the N+1 problem without requiring data loaders.
    Starting Price: Free
  • 29
    Rustless

    Rustless

    Rustless

    Rustless is a REST-like API micro-framework for Rust. It's designed to provide a simple DSL to easily develop RESTful APIs on top of the Iron web framework. It has built-in support for common conventions, including multiple formats, subdomain/prefix restriction, content negotiation, versioning, and much more. Rustless in a port of Grape library from Ruby world. Based on hyper, an HTTP library for Rust. Like Rust itself, Rustless is still in the early stages of development, so don't be surprised if APIs change and things break. If something's not working properly, file an issue or submit a pull request! Rustless is based on Iron, which is based on Hyper, which is synchronous. Hyper has a lot of limitations right now, and can't handle many simultaneous connections, especially with keep-alive. So it is highly recommended to use a light asynchronous web server such as Nginx as a reverse proxy server with Rustless.
    Starting Price: Free
  • 30
    Nancy

    Nancy

    Nancy

    Welcome to Nancy, our main inspiration is the Sinatra framework for Ruby and, hence, Nancy was named after the daughter of Frank Sinatra. NancyFx is the name of the umbrella project that contains all the components. Nancy is a lightweight, low-ceremony, framework for building HTTP-based services on .NET and Mono. The goal of the framework is to stay out of the way as much as possible and provide a super-duper-happy path to all interactions. This means that everything in Nancy is setup to have sensible defaults and conventions, instead of making you jump through hoops and go through configuration hell just to get up and running. With Nancy you can go from zero to website in a matter of minutes. Nancy is built to run anywhere and we mean it. Right from the start, Nancy was designed to not have any dependencies on existing frameworks. Built with the .NET framework client profile, Nancy can be used pretty much wherever you want to.
    Starting Price: Free