Best Application Development Software for Linux - Page 32

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

  • 1
    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
  • 2
    {CodeStore}

    {CodeStore}

    {CodeStore}

    {CodeStore} is a free code snippet manager that makes it easy for programmers to store, find, and share code examples. It offers a variety of features, such as syntax highlighting, tagging, and full-text search. With {CodeStore}, finding the code snippet you are looking for is just a matter of seconds. Without the need of searching through your entire codebase, blogs, and forums. By synchronizing with the cloud, you always have access to all your code examples. You can also share them with others to make working on collaborative projects even more efficient. That makes {CodeStore} the perfect code snippet manager for programming beginners and professionals. Use the full-text search to find a specific code snippet. Further refine your search by filtering by programming language, tags, and more. Store your code snippets in the cloud to use them across multiple devices. You can also access them via a web browser whenever needed.
    Starting Price: €10 per year
  • 3
    Cacher

    Cacher

    Cacher

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

    Codeit

    Codeit

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

    TagMyCode

    TagMyCode

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

    IDLE

    Python

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

    Solidity

    Solidity

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

    i.am.retailer

    i.am.retailer

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

    Mojo

    Modular

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

    ARCCKCLOUD

    ARCCKCLOUD

    ARCCKCLOUD uses a powerful integration software designed to connect your favorite applications and automate your workflows using a low code development platform. Our orchestration designer allows developing integration processes using a friendly visual interface and drag and drop technique. With a wide range of connectors including Azure and AWS Cloud Connectors, Database Connectors, Web Server Connectors, various File Server Connectors, and many more, our solution is tailored to meet your unique business needs.
    Starting Price: $300/month
  • 13
    Test Evolve

    Test Evolve

    Test Evolve

    Test Evolve is a powerful reporting solution designed to give product owners and senior management access to detailed information on the real-time performance of their products. Test Evolve allows users to customize up to 8 different dashboards, providing an at-a-glance summary of the operation's performance. Users can easily switch between different levels of detail as needed, and quickly drilling down into important insights regarding test failure. At the runtime view, all failing tests are highlighted and provide direct links to investigate further with full stack traces and additional failure details. Streamline the bug diagnosis process with Test Evolve and make sure that time-critical issues don't slip through the cracks.
    Starting Price: $79 per month
  • 14
    DerScanner

    DerScanner

    DerSecur

    DerScanner is a convenient and easy-to-use officially CWE-Compatible solution that combines the capabilities of static (SAST), dynamic (DAST) and software composition analysis (SCA) in a single interface. It helps provide more thorough control over the security of applications and information systems and check both your own and open source code using one solution. Correlate the results of SAST and DAST, verify the detected vulnerabilities and eliminate them as a first priority. Strengthen your code by fixing vulnerabilities in both your own and third-party code. Perform an independent code review with developers-agnostic application analysis. Detect vulnerabilities and undocumented features in the code at all stages of the application development lifecycle. Control your in-house or third-party developers and secure legacy apps. Enhance user experience and feedback with a smoothly working and secure application.
    Starting Price: $500 USD
  • 15
    Hadron

    Hadron

    Hadron

    Your design is not stored internally in a custom data structure that has to be exported to code. Instead, we are always editing your code on the fly, allowing designers and developers to share files. Create unique responsive layouts with ease and without constraints by harnessing the power of the Web Platform. Our grid tool is the most powerful and easy-to-use grid system out there. Our GUI makes writing code unnecessary for designing. But, even so, you are actually generating your own code that you or your developer teammate can modify at any time. Imagine what you can build together. Colors, sizes, fonts, margins everything will look exactly like your users will see it, and developers won't have to spend time again guessing the designer's intentions.
    Starting Price: Free
  • 16
    AskUI

    AskUI

    AskUI

    AskUI is an innovative platform that enables AI agents to visually perceive and interact with any computer interface, facilitating seamless automation across various operating systems and applications. Leveraging advanced vision models, AskUI's PTA-1 prompt-to-action model allows users to execute AI-driven actions on Windows, macOS, Linux, and mobile devices without the need for jailbreaking. This technology is particularly beneficial for tasks such as desktop and mobile automation, visual testing, and document or data processing. By integrating with tools like Jira, Jenkins, GitLab, and Docker, AskUI enhances workflow efficiency and reduces the burden on developers. Companies like Deutsche Bahn have reported significant improvements in internal processes, citing over a 90% increase in efficiency through the use of AskUI's test automation capabilities.
  • 17
    PFLB

    PFLB

    PFLB

    PFLB is an AI-powered load testing platform where you can simulate massive traffic to your websites, and applications. It’s easy to use and super helpful for teams that want to ensure their product is ready to scale. Features: Realistic testing with scenario-based traffic simulation. Importing your production load profile with Google Analytics integration. Easy scripting with an intuitive no-code editor. Executing advanced JMeter scenarios at scale. Resolving bottlenecks with AI-powered performance insights. Discovering load testing results with Grafana dashboards. Protocols: HTTP, HTTPS, gRPC, JDBC, JMS, AMQP, MQTT, Kafka.
    Starting Price: $50/month
  • 18
    mirrord

    mirrord

    MetalBear

    mirrord is an open-source tool that lets developers run local processes in the context of their cloud environment. It makes it incredibly easy to test your code on a cloud environment (e.g. staging) without actually going through the hassle of Dockerization, CI, or deployment, and without disrupting the environment by deploying untested code. Instead of saving it for the last step, now you can shift-left on cloud testing you can test your code in the cloud from the very beginning of your development process.
    Starting Price: Free
  • 19
    PromptIDE
    The xAI PromptIDE is an integrated development environment for prompt engineering and interpretability research. It accelerates prompt engineering through an SDK that allows implementing complex prompting techniques and rich analytics that visualize the network's outputs. We use it heavily in our continuous development of Grok. We developed the PromptIDE to give transparent access to Grok-1, the model that powers Grok, to engineers and researchers in the community. The IDE is designed to empower users and help them explore the capabilities of our large language models (LLMs) at pace. At the heart of the IDE is a Python code editor that - combined with a new SDK - allows implementing complex prompting techniques. While executing prompts in the IDE, users see helpful analytics such as the precise tokenization, sampling probabilities, alternative tokens, and aggregated attention masks. The IDE also offers quality of life features. It automatically saves all prompts.
    Starting Price: Free
  • 20
    Gantt Chart Hyper Library
    Interactive Gantt chart and scheduling components with built-in project management features, ready for the JavaScript framework: Angular, React, Vue. Designed to empower businesses worldwide, developed with common customer requirements in mind, and used by companies of all sizes, government organizations, and even educational institutions to create stunning Gantt chart applications with more ease. Whether you or your end users need to manage project schedules, track resources, or simply visualize timelines, this library has got you covered. Gantt Chart Hyper Library includes: -Gantt Chart View - hierarchical data grid and attached scheduling chart with drag and drop support and dependency lines; -Schedule Chart View - chart that displays multiple bars on the same line with horizontal and vertical drag and drop support; -LoadChartView - allocation chart displaying normal and over-allocations of one or more resources on a timeline; -Network Diagram; - Pert Chart.
    Starting Price: €429
  • 21
    Jetpack Compose
    Jetpack Compose is Android’s recommended modern toolkit for building native UI. It simplifies and accelerates UI development on Android. Quickly bring your app to life with less code, powerful tools, and intuitive Kotlin APIs.
    Starting Price: Free
  • 22
    Amazon Corretto
    No-cost, multiplatform, production-ready distribution of OpenJDK. Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK). Corretto comes with long-term support that will include performance enhancements and security fixes. Amazon runs Corretto internally on thousands of production services and Corretto is certified as compatible with the Java SE standard. With Corretto, you can develop and run Java applications on popular operating systems, including Linux, Windows, and macOS. Amazon Corretto comes with no-cost long-term support from Amazon, so you can upgrade versions only when you need to. Amazon is committed to Corretto, running it internally on thousands of production services. Amazon Corretto is certified to meet the Java SE standard and can be used as a drop-in replacement for many Java SE distributions. Amazon provides quarterly updates that include performance enhancements and security fixes.
  • 23
    Curiosity

    Curiosity

    Curiosity

    Curiosity is a powerful search app that gives you one place to find all your files, emails, and apps. It eliminates the need for multiple searches, saving you time and increasing your productivity. With Curiosity, you can quickly find what you need, whether it's in a folder, email, or cloud app like Google Drive or Notion. It even searches inside files, images, and scans – and you can talk to your files, auto-reply to emails, ask questions, summarize meetings, and much more with the AI Assistant. The app also works as a launcher, so you can use a simple shortcut to open programs, join video meetings, search your clipboard history, or call up the AI Assistant. Fast and easy.
    Starting Price: €3.99/month
  • 24
    NetHavoc

    NetHavoc

    NetHavoc

    Overcome downtime to maintain customer trust. NetHavoc can change performance engineering and qualitative delivery on a massive scale. Deal with uncertainty before it causes obstacles in real-time. NetHavoc breaks the application infrastructure on purpose to create chaos in a controlled environment. Chaos engineering defines a strategy to witness how an application behaves with failures and make it more potent. The objective is to ensure application infrastructure is resilient in production with the early investigation. Discover the vulnerability of the application. Expose hidden threats and lessen uncertainties. Prevent breakdown influencing user-facing problems. Consume CPU cores or utilization. Validate real-time use cases by injecting various types of havoc, n number of times on the Infrastructure layer. Seamlessly interject havocs using the API and agentless approach. Specify either a specific time or define a random time range for applying havocs.
  • 25
    Wisej.NET

    Wisej.NET

    Ice Tea Group

    Wisej.NET provides a platform and set of tools designed to ease the burden of developing, testing, deploying, and maintaining complex AI-powered business software. It bridges the gap between traditional WinForms-style desktop applications and the web by empowering developers to leverage their existing .NET and C# or VB.NET) skills. Developers are able to use the tools they are familiar with, like a pixel-perfect design surface and drag-and-drop controls with the languages they are comfortable with (C# or VB.NET) to build real-time web applications without having to learn HTML, CSS, or JavaScript. They can stay in their favorite IDE like Visual Studio to take advantage of features like IntelliSense, integrated debugging, design surfaces and source control integration. Front-end developers can leverage their knowledge of web technologies to augment applications and seamlessly integrate third-party packages like HTML5 charting libraries and ASP.NET controls.
    Starting Price: $990
  • 26
    JxBrowser

    JxBrowser

    TeamDev

    JxBrowser is a cross-platform Java library that integrates a Chromium-based web browser component into Java applications. It offers a comprehensive API for DOM access, Java-to-JavaScript communication, printing, file downloads, and more. It includes lightweight visual components for Swing, JavaFX, SWT, and Compose Desktop (coming soon) UI toolkits to display HTML, PDF, and WebGL content in Java desktop apps.
    Starting Price: $1799 per Indie license
  • 27
    Axon Server
    Axon Server is freely available to get started quickly and easily. Various other options are available for serious enterprise deployments to give you the assurance and functionality you need. The Enterprise functionality adds SLA-backed support, clustering, monitoring, and integration features to the free Axon Server – ensuring your application is ready for enterprise deployment. Expansion packs are available for security and compliance, global multi-data center deployments, and big-data applications. Microservices systems are often associated with complex configuration management. Setting up service discovery and message routing correctly is a time-consuming and error-prone task. Axon Server eliminates this complexity. Because it’s built for this purpose, it performs service discovery and message routing with zero configuration. It just works.
  • 28
    Mayhem Code Security
    Thousands of autonomously generated tests run every minute to pinpoint vulnerabilities and guide rapid remediation. Mayhem takes the guesswork out of untested code by autonomously generating test suites that produce actionable results. No need to recompile the code, since Mayhem works with dockerized images. Self-learning ML continually runs thousands of tests per second probing for crashes and defects, so developers can focus on features. Continuous testing runs in the background to surface new defects and increase code coverage. Mayhem delivers a copy/paste reproduction and backtrace for every defect, then prioritizes them based on your risk. See all the results, duplicated and prioritized by what you need to fix now. Mayhem fits into your existing build pipeline and development tools, putting actionable results at your developers' fingertips. No matter what language or tools your team uses.
  • 29
    CodeQL

    CodeQL

    GitHub

    Discover vulnerabilities across a codebase with CodeQL, our industry-leading semantic code analysis engine. CodeQL lets you query code as though it were data. Write a query to find all variants of a vulnerability, eradicating it forever. Then share your query to help others do the same. CodeQL is free for research and open source. Run real queries on popular open source codebases using CodeQL for Visual Studio Code. See how powerful it is to discover a bad pattern and then find similar occurrences across the entire codebase. You can create CodeQL databases yourself for any project that's under an OSI-approved open source license. GitHub CodeQL can only be used on codebases that are released under an OSI-approved open source license, to perform academic research, or to generate CodeQL databases for or during automated analysis. Download and add the project’s CodeQL database to VS Code, or create a CodeQL database using the CodeQL CLI.
    Starting Price: Free
  • 30
    Gravity Cloud

    Gravity Cloud

    Gravity Cloud

    Gravity cloud is an Internal Developer Platform that enables engineering teams to run and manage cloud at scale. The feature-rich IDP brings complete control and visibility for Kubernetes, Databases, RBAC, CI/CD and much more. Gravity also enables complete cost visibility along with any action performed on the cloud. For engineering teams, IDP becomes an important part of the developer lifecylce to increase productivity and reducing total cost of ownership on the non-core developement work. Gravity's unique IDP ensures to deliver the maximum output from your software lifecyles.
    Starting Price: $49 per month