Best Application Development Software for Linux - Page 41

Compare the Top Application Development Software for Linux as of June 2026 - Page 41

  • 1
    DROPS

    DROPS

    DROPS

    DROPS is a release management tool designed to simplify, secure, and centralize the deployment of applications across data centers, hybrid, and multi-cloud infrastructures. It supports a wide range of platforms, integrates seamlessly with various CI/CD pipelines, and offers both agent-based and agentless operations. With features like full-stack release management, automated infrastructure provisioning, and 24/7 availability, DROPS aims to streamline deployment processes and ensure consistent, reliable delivery. The tool is flexible enough to manage both legacy and modern applications, catering to diverse enterprise needs. Select agent-based or agentless operation. No need for agent installation and management. DROPS adapts to your configuration and if agents are needed, they are provisioned automatically. Plan and organize your application deployment from the web console with no scripting needed. Ease collaboration between stakeholders and technical teams.
  • 2
    TESSY

    TESSY

    Razorcat

    TESSY automates the whole unit test cycle including regression testing for your embedded software in C/C++ on different target systems. As an easy-to-install and easy-to-operate testing tool TESSY guides you through the unit test workflow from the project setup through the test design and execution to the result analysis and reporting. TESSY takes additional care of the complete test organization as well as the test management, including requirements, coverage measurement, and traceability. The TESSY test project management feature provides the possibility to define an individual test project structure based on collections and folders, to define environment variables, and to configure your desired compiler/debugger with the help of the integrated Test Environment Editor. The coverage results are displayed directly within the project structure and the test results are stored within test runs which allows for keeping former (successful) results for reporting.
  • 3
    Continue

    Continue

    Continue

    The leading open-source AI code assistant. You can connect any models and any context to create custom autocomplete and chat experiences inside the IDE Remain in flow while coding by removing the barriers that block productivity when building software. Accelerate development with a plug-and-play system that makes it easy to get started and integrates with your entire stack. Become a leader in AI by setting up your code assistant to evolve as new capabilities emerge. Continue autocompletes single lines or entire sections of code in any programming language as you type. Attach code or other context to ask questions about functions, files, the entire codebase, and more. Highlight code sections and press a keyboard shortcut to rewrite code from natural language.
    Starting Price: $0/developer/month
  • 4
    marimo

    marimo

    marimo

    A reactive notebook for Python — run reproducible experiments, execute as a script, deploy as an app, and version with git. 🚀 batteries-included: replaces jupyter, streamlit, jupytext, ipywidgets, papermill, and more ⚡️ reactive: run a cell, and marimo reactively runs all dependent cells or marks them as stale 🖐️ interactive: bind sliders, tables, plots, and more to Python — no callbacks required 🔬 reproducible: no hidden state, deterministic execution, built-in package management 🏃 executable: execute as a Python script, parametrized by CLI args 🛜 shareable: deploy as an interactive web app or slides, run in the browser via WASM 🛢️ designed for data: query dataframes and databases with SQL, filter and search dataframes 🐍 git-friendly: notebooks are stored as .py files ⌨️ a modern editor: GitHub Copilot, AI assistants, vim keybindings, variable explorer, and more
    Starting Price: $0
  • 5
    Unleash

    Unleash

    Unleash

    Unleash is your one-stop shop for your collective knowledge, simplifying knowledge management and elevating information accessibility. Our engine understands your intent through advanced semantic search, analyzing word relationships for relevant results, even with imperfect queries. Just ask a question and receive AI-generated responses from your knowledge bases. Easily find and access the information you need using top search capabilities, all from one place. Integrate Unleash's AI-powered bot into Slack, Teams, Zendesk, and more, and empower your team with instant automated answers sourced directly from your company's knowledge base. Fine-tune the knowledge of the bot sources to provide relevant and accurate answers and insights to the questions asked within your platforms. Find information about who is working on what, with who, and experts in related fields. Manage company knowledge in the form of wikis, collections, and go links and access it from wherever you work.
  • 6
    PureScript

    PureScript

    PureScript

    PureScript is a strongly typed, purely functional programming language that compiles JavaScript. It enables developers to build robust web applications, web servers, and mobile apps using functional programming techniques. PureScript offers features such as algebraic data types, pattern matching, row polymorphism, extensible records, higher-kinded types, type classes with functional dependencies, and higher-rank polymorphism. The language emphasizes strong static typing and pure functions, ensuring code reliability and maintainability. Developers can compile PureScript code into readable JavaScript, facilitating seamless integration with existing JavaScript codebases. The ecosystem includes an extensive collection of libraries, excellent tooling, and editor support with instant rebuilds. An active community provides numerous learning resources, including the PureScript book, which offers practical projects for beginners.
  • 7
    Racket

    Racket

    Racket Language

    Racket is a general-purpose, multi-paradigm programming language that serves as a modern dialect of Lisp and a descendant of Scheme. It is designed as a platform for programming language design and implementation, enabling developers to create new domain-specific and general-purpose languages. Racket's core language includes features such as macros, modules, lexical closures, tail calls, delimited continuations, parameters (fluid variables), software contracts, green threads, and OS threads. The language also comes with primitives, such as event spaces and custodians, which control resource management and enable the language to act like an operating system for loading and managing other programs. Further extensions to the language are created with the powerful macro system, which, together with the module system and custom parsers, can control all aspects of a language. Most language constructs in Racket are implemented as macros in the base language.
  • 8
    Konfig

    Konfig

    Konfig

    Konfig is a developer tool that automates the generation of SDKs, documentation, demos, and tutorials for REST APIs, facilitating seamless onboarding for external developers. By importing an OpenAPI Specification or Postman Collection, Konfig automatically produces SDKs in popular programming languages, including TypeScript, Python, Java, C#, PHP, Ruby, Go, Swift, and Dart. The platform ensures high-quality SDKs by identifying and rectifying errors in the OpenAPI Specification through its linter and writing test cases to prevent API updates from breaking existing SDKs. Konfig also generates branded, user-friendly documentation that auto-updates with any changes to the API specification, maintaining consistency between documentation and SDKs. Additionally, it allows for the creation of engaging demos and tutorials using familiar Markdown, enabling users to run code in-browser for hands-on learning.
  • 9
    Cloudfleet Kubernetes Engine (CFKE)
    From datacenter to cloud to edge, Cloudfleet delivers the Kubernetes experience as it was meant to be. Just-in-time infrastructure, automated upgrades, and advanced permissions management, all seamlessly controlled through a single pane of glass for your clusters. Cloudfleet is a fully managed multi-cloud and hybrid Kubernetes service that simplifies your infrastructure setup with automated server provisioning across on-premises environments and 12 cloud service providers.
    Starting Price: $0
  • 10
    jsoup

    jsoup

    jsoup

    jsoup is a Java library that simplifies working with real-world HTML and XML. It offers an easy-to-use API for URL fetching, data parsing, extraction, and manipulation using DOM API methods, CSS, and XPath selectors. jsoup implements the WHATWG HTML5 specification and parses HTML to the same DOM as modern browsers. With jsoup, you can scrape and parse HTML from a URL, file, or string; find and extract data using DOM traversal or CSS selectors; manipulate HTML elements, attributes, and text; clean user-submitted content against a safelist to prevent XSS attacks; and output tidy HTML. jsoup is designed to deal with all varieties of HTML found in the wild, from pristine and validating to invalid tag-soup, creating a sensible parse tree. For example, you can fetch the Wikipedia homepage, parse it to a DOM, and select the headlines from the "In the news" section into a list of elements.
  • 11
    GL Studio
    DiSTI's flagship HMI product, GL Studio, delivers advanced high-performance 2D and 3D user interfaces to the aerospace, automotive, industrial, medical, rail, commercial space, and agricultural industries. GL Studio is a GUI editor environment with C++ code generation and runtime library for standard QM embedded apps and Safety Critical apps. Leading global manufacturers and defense organizations like the U.S. Air Force, U.S. Navy, Boeing, NASA, Lockheed Martin, Jaguar Land Rover, Hyundai & Kia Motors, and Fendt Tractors choose GL Studio for its performance, fidelity, interface development, and deployment reliability. GL Studio exceeds the developer's workflow and runtime performance demands for avionics, instrument clusters, heads up displays, infotainment systems, or control systems.
  • 12
    UNIGINE

    UNIGINE

    UNIGINE

    UNIGINE is a real-time 3D engine designed for enterprise and technology enthusiasts, offering photorealistic graphics and support for large virtual worlds through C++ and C# APIs. The engine is built with open-world capabilities in mind, featuring unique terrain technology that enables extreme detail up to 1 mm per pixel, along with runtime modification and collaborative editing. It supports 64-bit precision per coordinate, allowing for scenes as expansive as the solar system. UNIGINE provides three SDK editions tailored to different needs, the Sim SDK for simulation and training with planet-scale scenarios and immersive display setups; the engineering SDK, which is embeddable into enterprise applications such as digital twins, BIM, and smart city projects, featuring advanced GIS and CAD data handling; and the Community SDK for technical enthusiasts developing games and VR applications.
  • 13
    VectorCAST

    VectorCAST

    VECTOR Informatik

    VectorCAST is a comprehensive test-automation suite designed to streamline unit, integration, and system testing across the embedded software development lifecycle. It automates test case generation and execution for C, C++, and Ada applications, supports host, target, and continuous-integration environments, and offers structural code coverage metrics to help validate safety- and mission-critical systems. It integrates with simulation workflows such as software-in-the-loop and processor-in-the-loop, links to model-based engineering tools like Simulink/Embedded Coder, supports white-box testing features like dynamic instrumentation, fault injection, and test harness generation, and can combine static-analysis results (e.g., from Polyspace) with dynamic test coverage for full-lifecycle verification. Key capabilities include linking requirements to tests, managing and reporting coverage across configurations.
  • 14
    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).
  • 15
    SentiMask SDK

    SentiMask SDK

    Neurotechnology

    SentiMask is a software development kit for creating applications that use real-time 3D face tracking and facial expression analysis. It enables motion capture and digital character control for augmented reality, gaming and interactive environments. Using only a regular webcam or smartphone camera, SentiMask captures facial pose, landmarks, shape and expressions with high accuracy, generating a 3D facial mesh for animation or customization. The technology also estimates gender and age, detects features such as glasses, facial hair, or hats and performs 23 expression estimations including eye and mouth movement. Compatible with Windows, macOS, Linux, Android and iOS, SentiMask integrates easily with 3D modelling software and game engines, supporting virtual makeup, live avatars and character animation. It offers flexible licensing, free support, and delivers high-performance tracking without the need for advanced hardware.
    Starting Price: $339.00
  • 16
    WedoLow

    WedoLow

    WedoLow

    WedoLow is a deep-tech optimization platform for embedded and hosted C/C++ applications, designed to push software performance and efficiency even on constrained hardware. WedoLow analyses source code, identifies performance bottlenecks (CPU load, memory footprint, energy use), and automatically applies algorithmic and architectural optimizations tailored to the target hardware. The core of the offering, the beLow suite, integrates seamlessly with common build systems, so it fits into existing workflows. Once analysis is complete, beLow provides a detailed diagnostic report, classifies optimization opportunities (bit-exact, permissive, or lossy depending on output-value tolerance), and helps teams choose appropriate strategies based on constraints and trade-offs. WedoLow also supports AI-assisted code generation and optimization via its WedoLow MCP Server.
  • 17
    Bugbot

    Bugbot

    Cursor

    Bugbot is an AI-powered code review agent that automatically reviews pull requests to identify bugs, security issues, and code quality problems. Built into the Cursor ecosystem, Bugbot analyzes PR diffs and leaves contextual comments with clear explanations and fix suggestions. It runs automatically on every pull request update or can be triggered manually using comments. Bugbot reads existing PR discussions to avoid duplicate feedback and build on prior context. The tool supports customizable rules through configuration files and team-wide policies to enforce coding standards. Bugbot integrates seamlessly with GitHub, GitLab, and enterprise repositories. It helps development teams catch issues early and improve code quality without slowing down workflows.
  • 18
    Rocket COBOL

    Rocket COBOL

    Rocket Software

    Rocket COBOL is development and runtime environment that helps enterprises maintain, enhance, and modernize distributed COBOL applications. Rocket COBOL products standardize COBOL development alongside other languages, giving teams access to industry standard tools, flexible deployment options, and DevOps workflows. With Rocket COBOL products, engineering teams work with COBOL in industry-standard tools such as Visual Studio Code, Visual Studio, and Eclipse. It delivers advanced editing and debugging, continuous background compilation, and code analysis to speed development and onboarding. Its portable deployment platform enables low risk moves to new infrastructure, supports cloud, container, and ARM environments, and integrates smoothly with APIs, .NET, and JVM ecosystems. Rocket products also extend the value of large COBOL systems by making them easier to understand and evolve. GenAI powered insights help teams work confidently with COBOL and accelerate delivery.
  • 19
    Rocket ChangeMan

    Rocket ChangeMan

    Rocket Software

    Rocket ChangeMan is a suite of mainframe change management tools designed to strengthen control, governance, and productivity across mission-critical systems and applications on IBM z/OS by managing software change from development through test and into production with accountability and quality assurance at every step. It centralizes and automates the lifecycle of code changes, assets, and configurations to reduce maintenance costs and regression errors through strict version control, traceable builds, packaging automation, and strategic release planning while preserving system integrity and simplifying audits. ChangeMan ZMF manages every software change and asset with support for developer choice in virtually any IDE, modern DevOps tools, or traditional environments like TSO/ISPF, and integrates seamlessly with Git to ensure accurate data mapping and trusted change tracking.
  • 20
    OpenFrame

    OpenFrame

    TmaxSoft

    OpenFrame from TmaxSoft is a comprehensive mainframe modernization and replatforming solution that enables organizations to migrate legacy mainframe applications and data to open systems such as Linux, Unix, Docker containers, or public cloud environments without modifying existing business logic, preserving core functionality while reducing total cost of ownership and avoiding risky rewrites. It delivers a future-oriented, standard three-tier architecture that improves performance, stability, flexibility, and scalability compared with traditional mainframes, with support for over 100K MIPS and increased processing capacity. OpenFrame uses advanced compiler technology and an integrated asset analysis environment (OF Manager) to automatically convert user interface logic, application logic, and data structures so applications run natively in open environments with minimal manual effort, enabling existing personnel and skill sets to be retained.
  • 21
    dSPACE

    dSPACE

    dSPACE

    dSPACE is a virtual validation solution that lets engineers simulate, test, and validate embedded software systems early and efficiently in a purely virtual environment before physical hardware exists, dramatically accelerating development cycles and reducing time-to-market. With the dSPACE SIL solution, you can generate or import your system under test code, connect it with plant, environment, and restbus models, and execute comprehensive tests on a PC or in cloud-based simulation, enabling scalable, automated validation across individual software units, ECU integration, complete system functions, and complex network interactions without requiring real hardware. It supports seamless reuse of test artifacts and scenarios between SIL and HIL environments, offers an open architecture that integrates with third-party tools, and includes capabilities for planning, executing, and automating test campaigns.
  • 22
    Claude Security
    Claude Security is an AI-powered cybersecurity tool designed to help organizations scan their codebases and fix vulnerabilities efficiently. It analyzes code to identify potential security issues and validates findings to reduce false positives. The platform provides clear explanations of each vulnerability, including severity and potential impact. It also generates suggested patches that developers can review and approve before implementation. Claude Security integrates directly into existing workflows, making it easy to adopt without complex setup. It supports scanning entire repositories or specific sections based on user needs. The system helps streamline the process from detection to resolution in a single workflow. By automating security analysis, Claude Security improves efficiency and strengthens software protection.
  • 23
    Posting

    Posting

    Posting

    Posting is an open source terminal-based API client designed to help developers build, test, and manage HTTP requests directly from the command line through a fast, keyboard-centric interface. It functions as a modern alternative to tools like Postman or Insomnia, but instead of a graphical interface, it runs as a text-based UI (TUI), allowing efficient workflows locally, over SSH, or inside remote environments and containers. It enables users to create and organize API requests into collections stored as simple, readable YAML files, making them easy to version control and share across projects. It includes features such as autocompletion, syntax highlighting, command palette access, and “jump mode” navigation to quickly move through the interface, along with support for importing and exporting cURL commands and integrating with editors like Vim for editing request bodies.
  • 24
    GitHub Actions
    GitHub Actions is a powerful automation tool that enables developers to streamline their software workflows directly within GitHub. It allows teams to build, test, and deploy code automatically using CI/CD pipelines triggered by events such as code pushes or pull requests. With support for multiple programming languages and environments, developers can run workflows across Linux, macOS, and Windows. GitHub Actions also provides hosted and self-hosted runners for flexible execution. It simplifies repetitive tasks like code reviews, issue management, and deployment processes. With real-time logs and built-in secret management, it ensures transparency and security. Overall, GitHub Actions helps teams automate development processes and deliver software faster.
  • 25
    Reviu

    Reviu

    Joris Gallot

    Reviu is a native desktop Git client built for fast review workflows. The free version covers local Git: review diffs in inline or split mode, stage and restore by file or hunk, commit, amend, branch, rebase, cherry-pick, stash, and resolve conflicts, all from a keyboard-first UI with a command palette. Reviu Pro adds GitHub directly in the app: notifications, repository browsing (overview, readme, code, pull requests, issues), and full pull request review with inline comments, approvals, checks, and merge flows. Built with Rust and GPUI for native performance. No Electron, no webview.
    Starting Price: $19/month
  • 26
    SAP Cloud Platform
    Extend your business processes in the cloud. Extend SAP solutions in a fast and agile way without disrupting key business processes - leveraging existing investments and expertise. Rapidly develop robust and scalable cloud-native applications. Leverage your existing ABAP expertise to create new extensions or renovate existing custom apps. Innovate for business agility with cloud-native, low-code, and responsive event-driven applications. Accelerate outcomes with intelligent business process optimization. Discover, configure, extend and optimize business processes, connecting experience data to operational workflows. Gain impactful and actionable insights to anticipate business outcomes and uncover new revenue and growth opportunities. Harness the power of predictive analytics and machine learning capabilities. Embed real-time intelligence into your business applications. Advance and personalize the user experience for your customers, partners and employees.
  • 27
    DataTrans EDI

    DataTrans EDI

    DataTrans Solutions

    Affordable all-in-one WebEDI portal and integrations. One solution for all your EDI needs. DataTrans provides the most flexible, most scalable, best valued EDI & eCommerce solutions. Simple, Affordable, Reliable, Cloud-based EDI. WebEDI is a complete solution that scales as you grow supporting your company's needs. Seamlessly integrate with ANY application. Easily connect with your entire network on a single platform. EDI made simple with DataTrans as your partner.
  • 28
    iMAL

    iMAL

    Path Solutions

    Path Solutions is a Fintech solution provider of Digital & Social Banking, Mobility, Business Analytics, Risk Management, Compliance and AAOIFI-certified Core Banking software. Its multi-award winning Islamic core banking platform iMAL, developed in Java EE with an Open Architecture is highly reliable, cloud-ready, deployable on a fully scalable, multi-server n-tier architecture, and supports open banking through open APIs and web services. Path Solutions’ total commitment to open standards enables its clients to benefit from the latest technology advances ensuring business agility, continuity, data integrity and availability, and low downtime, delivering a significant and immediate ROI.
  • 29
    Shadowbase
    The award-winning Shadowbase software from Gravic, Inc. provides real-time data replication and integration from a variety of source databases to a variety of target databases for hundreds of worldwide mission-critical enterprise users. Hewlett Packard Enterprise (HPE) directly sells and supports Shadowbase software solutions for Business Continuity (including Zero Downtime Migration), Data and Application Integration, Data Validation (Compare and Repair), and the Essentials Bundle under the name HPE Shadowbase. Continuous application services during system upgrades, application or database updates, platform refreshes, and other types of migrations. Flexibly load data into new environments while application processing continues, preserving data integrity. Diverse data consolidation coexisting in a single database enables value-add services. Powerful, scalable, and flexible facilities for data transformation.
    Starting Price: $1000.00/one-time
  • 30
    8th

    8th

    Aaron High-Tech

    8th™ is an innovative, secure, cross-platform, robust, and fun concatenative programming language for mobile, desktop, and server application development. 8th™ is a revolutionary cross-platform language. It lets developers easily create applications for Android and iOS, Windows, macOS, Linux and Raspberry Pi using the same source code and with the same UI. Easily develop mobile, desktop, or server applications. It's ideal in applications where a slightly non-standard UI is not a problem. It also has ample and excellent documentation. The choice of development platform is yours. 8th lets you use whichever platform you prefer for writing the code. With one click, you’ll create the executables for any platform 8th supports, from any platform it supports! Write code more quickly and effectively. 8th includes among other things: a standardized GUI, strong encryption, database support, Markdown support, REST access, L10N support, hardware access, a REPL and much more!
Auth0 Logo