Best Application Development Software for Linux - Page 6

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

  • 1
    Polypane

    Polypane

    Polypane

    Build better websites in less time with a stand-alone browser that makes your site more responsive, more accessible, and faster. Save hours on each project, and love every minute of it. Powerful dev tools, multiple synced viewports, full-height screenshots, over two dozen debug tools, device and media query emulation, built-in live-reloading, and more. Mobile screens to 5K monitors, get all viewports in one overview. Over 80 accessibility tests, 19 different simulators, and 20+ debug tools. Dark and light, reduced motion, screen, and print. No more manual switching! When you focus on devices you miss the hundreds of screen sizes your real users use. Check your own data. With Polypane's devices, CSS Breakpoint panes, and freeform sizing you can get the real full overview. Don't manually resize and test websites screen-by-screen. Get all your viewports in one overview, no browser resizing is needed.
    Starting Price: $9,76 per month
  • 2
    FlutterFlow

    FlutterFlow

    FlutterFlow

    Easily build beautiful apps, connect data, and implement advanced functionality. Shareable links connected to live data make it easy to test and collect user feedback. Easily add team members to a project and manage project permissions. Work together on your project at the same time, this is great for agencies and companies. Save named versions and easily revert to previous versions. FlutterFlow is a web app that can be used from your browser. The Dashboard page helps you manage your projects in FlutterFlow. You can create, duplicate and delete your projects from this page. This page has links to various resources that can help you build apps using FlutterFlow. Your account information and plan details are also accessible from this page.
    Starting Price: $18 per month
  • 3
    Django

    Django

    Django

    Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of web development, so you can focus on writing your app without needing to reinvent the wheel. Django was designed to help developers take applications from concept to completion as quickly as possible. Django takes security seriously and helps developers avoid many common security mistakes. Some of the busiest sites on the web leverage Django’s ability to quickly and flexibly scale. Django includes dozens of extras you can use to handle common web development tasks. Django takes care of user authentication, content administration, site maps, RSS feeds, and many more tasks — right out of the box.
    Starting Price: Free
  • 4
    Titanium SDK

    Titanium SDK

    Titanium SDK

    Write in JavaScript, and run natively everywhere. Titanium lets you develop cross-platform native mobile applications and build great mobile experiences using JavaScript. Access your application's hundreds of native UI and non-visual components (such as networks and media APIs). Easily include third-party modules in your apps with Titanium's wide selection of community modules and premium support integrations. The Titanium SDK helps you build native cross-platform mobile applications using JavaScript and the Titanium API, which abstracts the native APIs of the mobile platforms. Titanium empowers you to create immersive, full-featured applications, featuring over 80% code reuse across mobile apps. TiDev licenses Titanium under the OSI-approved Apache Public License (Version 2) and is free for personal and commercial use. Create a basic UI, manage event handling and learn about animations, gestures, and orientation modes.
    Starting Price: Free
  • 5
    jQuery

    jQuery

    jQuery

    jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. If you're new to jQuery. Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string. All the aspects of the API that were deprecated in the corresponding version of jQuery. These methods get and set DOM attributes of elements.
    Starting Price: Free
  • 6
    Flask

    Flask

    Flask

    Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. It began as a simple wrapper around Werkzeug and Jinja and has become one of the most popular Python web application frameworks. Flask offers suggestions, but doesn't enforce any dependencies or project layout. It is up to the developer to choose the tools and libraries they want to use. There are many extensions provided by the community that make adding new functionality easy.
    Starting Price: Free
  • 7
    Svelte

    Svelte

    Svelte

    Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app. Instead of using techniques like virtual DOM diffing, Svelte writes code that surgically updates the DOM when the state of your app changes. We're proud that Svelte was recently voted the most loved web framework with the most satisfied developers in a pair of industry surveys. We think you'll love it too. Read the introductory blog post to learn more. Svelte is a tool for building fast web applications. It is similar to JavaScript frameworks such as React and Vue, which share a goal of making it easy to build slick interactive user interfaces. But there's a crucial difference: Svelte converts your app into ideal JavaScript at build time, rather than interpreting your application code at run time.
    Starting Price: Free
  • 8
    Next.js

    Next.js

    Vercel

    Next.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more. The interactive course with quizzes will guide you through everything you need to know to use Next.js. Next.js has built-in support for internationalized (i18n) routing since v10.0.0. You can provide a list of locales, the default locale, and domain-specific locales and Next.js will automatically handle the routing.
    Starting Price: Free
  • 9
    Onsen UI

    Onsen UI

    Onsen UI

    Experience streamlined development with zero-time setup, using the technologies you already know and love - Javascript, HTML and CSS. Worried that PhoneGap / Cordova apps are slow? Fear not! All animations in Onsen UI have been tuned and optimized to perform well on a wide range of devices. We take great care to ensure that apps made using Onsen UI feel smooth even on lower end devices. Onsen UI is easy to learn while being a powerful tool to create complex mobile apps. We have lots of learning resources including official documentation, an interactive tutorial and a community forum where your questions get answered. A rich variety of UI components specially designed for mobile apps. Onsen UI provides tabs, side menu, stack navigation and tons of other components such as lists and forms.
    Starting Price: Free
  • 10
    Mithril.js

    Mithril.js

    Mithril.js

    Mithril.js is a modern client-side JavaScript framework for building Single Page Applications. It's small (< 10kb gzip), fast and provides routing and XHR utilities out of the box. Mithril.js is used by companies like Vimeo and Nike, and open source platforms like Lichess. If you are an experienced developer and want to know how Mithril.js compares to other frameworks, see the framework comparison page. An easy way to try out Mithril.js is to include it from a CDN and follow this tutorial. It'll cover the majority of the API surface (including routing and XHR) but it'll only take 10 minutes. You can now update the label of the button by clicking the button. Since we used m.mount, you don't need to manually call m.render to apply the changes in the count variable to the HTML; Mithril.js does it for you.
    Starting Price: Free
  • 11
    Java

    Java

    Oracle

    The Java™ Programming Language is a general-purpose, concurrent, strongly typed, class-based object-oriented language. It is normally compiled to the bytecode instruction set and binary format defined in the Java Virtual Machine Specification. In the Java programming language, all source code is first written in plain text files ending with the .java extension. Those source files are then compiled into .class files by the javac compiler. A .class file does not contain code that is native to your processor; it instead contains bytecodes — the machine language of the Java Virtual Machine1 (Java VM). The java launcher tool then runs your application with an instance of the Java Virtual Machine.
    Starting Price: Free
  • 12
    cryptography

    cryptography

    cryptography

    cryptography includes both high-level recipes and low-level interfaces to common cryptographic algorithms such as symmetric ciphers, message digests, and key derivation functions. Encrypt with cryptography’s high-level symmetric encryption recipe. cryptography is broadly divided into two levels. One with safe cryptographic recipes that require little to no configuration choices. These are safe and easy to use and don’t require developers to make many decisions. The other level is low-level cryptographic primitives. These are often dangerous and can be used incorrectly. They require making decisions and having an in-depth knowledge of the cryptographic concepts at work. Because of the potential danger in working at this level, this is referred to as the “hazardous materials” or “hazmat” layer. These live in the cryptography.hazmat package, and their documentation will always contain an admonition at the top.
    Starting Price: Free
  • 13
    python-docx

    python-docx

    python-docx

    python-docx is a Python library for creating and updating Microsoft Word (.docx) files. Paragraphs are fundamental in Word. They’re used for body text, but also for headings and list items like bullets. You’re free to specify both width and height, but usually, you wouldn’t want to. If you specify only one, python-docx uses it to calculate the properly scaled value of the other. This way the aspect ratio is preserved and your picture doesn’t look stretched. If you don’t know what a Word paragraph style is you should definitely check it out. Basically, it allows you to apply a whole set of formatting options to a paragraph at once. python-docx allows you to create new documents as well as make changes to existing ones. Actually, it only lets you make changes to existing documents; it’s just that if you start with a document that doesn’t have any content, it might feel at first like you’re creating one from scratch.
    Starting Price: Free
  • 14
    django-mysql

    django-mysql

    django-mysql

    Django-MySQL extends Django’s built-in MySQL and MariaDB support their specific features not available on other databases. A new cache backend that makes use of MySQL’s upsert statement and does compression. Named locks for easy locking of e.g. external resources. Extra checks added to Django’s check framework to ensure your Django and MySQL configurations are optimal. Django-MySQL comes with a number of extensions to QuerySet that can be installed in a number of ways - e.g. adding the QuerySetMixin to your existing QuerySet subclass.
    Starting Price: Free
  • 15
    requests

    requests

    Python Software Foundation

    Requests is a simple, yet elegant, HTTP library. Requests allows you to send HTTP/1.1 requests extremely easily. There’s no need to manually add query strings to your URLs, or to form-encode your PUT & POST data, but nowadays, just use the JSON method! Requests is one of the most downloaded Python packages today, pulling in around 30M downloads/week, according to GitHub, Requests is currently depended upon by 1,000,000+ repositories. You may certainly put your trust in this code. Requests is available on PyPI. Requests is ready for the demands of building robust and reliable HTTP–speaking applications, for the needs of today. Automatic content decompression and decoding. International domains and URLs. Sessions with cookie persistence. Browser-style TLS/SSL verification. Basic & digest authentication, and familiar dict–like cookies. Multi-part file uploads. SOCKS proxy support. Connection timeouts and streaming downloads.
    Starting Price: Free
  • 16
    Grommet

    Grommet

    Grommet

    Build responsive and accessible mobile-first projects for the web with an easy-to-use the component library. A function that recieves two theme objects and returns a theme object that includes both theme values. In case different styling are found for the same components on the two themes, the second argument theme will determine the styling. Tailor composite components with grommet. embrace atomic design methods and build a library that fits your needs. Keyboard navigation, screen reader tags, and more. grommet provides support for W3c’s WCAG 2.1 spec out of the box. Support all the devices! use Flexbox and CSS Grid to provide layouts for all those new phones and widescreen displays.
    Starting Price: Free
  • 17
    MPI for Python (mpi4py)
    Over the last years, high performance computing has become an affordable resource to many more researchers in the scientific community than ever before. The conjunction of quality open source software and commodity hardware strongly influenced the now widespread popularity of Beowulf class clusters and cluster of workstations. Among many parallel computational models, message-passing has proven to be an effective one. This paradigm is specially suited for (but not limited to) distributed memory architectures and is used in today’s most demanding scientific and engineering application related to modeling, simulation, design, and signal processing. However, portable message-passing parallel programming used to be a nightmare in the past because of the many incompatible options developers were faced to. Fortunately, this situation definitely changed after the MPI Forum released its standard specification.
    Starting Price: Free
  • 18
    NumPy

    NumPy

    NumPy

    Fast and versatile, the NumPy vectorization, indexing, and broadcasting concepts are the de-facto standards of array computing today. NumPy offers comprehensive mathematical functions, random number generators, linear algebra routines, Fourier transforms, and more. NumPy supports a wide range of hardware and computing platforms, and plays well with distributed, GPU, and sparse array libraries. The core of NumPy is well-optimized C code. Enjoy the flexibility of Python with the speed of compiled code. NumPy’s high level syntax makes it accessible and productive for programmers from any background or experience level. NumPy brings the computational power of languages like C and Fortran to Python, a language much easier to learn and use. With this power comes simplicity: a solution in NumPy is often clear and elegant.
    Starting Price: Free
  • 19
    Chakra UI

    Chakra UI

    Chakra UI

    Chakra UI is a simple, modular and accessible component library that gives you the building blocks you need to build your React applications. Chakra UI strictly follows WAI-ARIA standards for all components. Designed with composition in mind. Compose new components with ease. We're a team of active maintainers ready to help you whenever you need. Guaranteed to boost your productivity when building your app or website. Chakra UI strictly follows WAI-ARIA standards for all components. Customize any part of our components to match your design needs. Designed with composition in mind. Compose new components with ease. Optimized for multiple color modes. Use light or dark, your choice. Guaranteed to boost your productivity when building your app or website. We're a team of active maintainers ready to help you whenever you need. An experience you'd expect from a design system.
    Starting Price: Free
  • 20
    ComPDFKit PDF SDK

    ComPDFKit PDF SDK

    PDF Technologies, Inc.

    ComPDFKit offers a top-quality PDF SDK, PDF API, and PDF Server for developers or companies. It allows them to integrate PDF editing, annotating, converting, form filling, digital signing, comparing, measuring, and redacting into any device. ComPDFKit Updates: 1. ComPDFKit API - Sign up and Get 1000 Free Files Processing Monthly. Allow you to edit & convert PDF files, split/merge/insert/rotate/delete/extract PDF pages, and process PDFs with OCR, image processing, form recognizer, layout analysis, trim correction, and stamp inspection. 2. Free Online Tools Work with PDF in ComPDFKit online PDF tools to convert PDF files to/from docx, xlsx, pptx, png, jpg, html, txt, csv, rtf files, etc. 3. Web Demo View, Edit, Annotate, Compare, Sign, Encrypt, Decrypt, watermark PDF files, and Create/fill out PDF forms online for free. 4. Community License Start-ups and Individual developers can get affordable prices from ComPDFKit.
  • 21
    K.Explorer

    K.Explorer

    Morphis Tech

    A state-of-the-art AI that builds better software, cheaper and faster. K.Explorer is an AI powered Code Assistant trained on many millions of private corporate lines of code, for specific domains, and on billions of public and open-source lines of code for general purposes. Its code auto-completion features suggest code completions and entire function bodies as you type or as you search the engine for help. To make development faster and more agile it even supports Natural Language for programmers to get guidance while telling a text story about the code they want to write.
    Starting Price: Free
  • 22
    BLACKBOX AI

    BLACKBOX AI

    BLACKBOX AI

    BLACKBOX.AI is a Coding LLM designed to transform the way we build software. By building BLACKBOX.AI, our goal is to: - Accelerate the pace of innovation within companies by making engineers 10X faster in building and releasing products - Accelerate the growth in software engineers around the world and 10X the number of engineers from ~100M to 1B Capabilities: 1. Natural Language to Code 2. Real-Time Knowledge 3. Code Completion 4. VISION 5. Code Commenting 6. Commit Message Generation 7. Chat with your Code Files BLACKBOX is built to answer coding questions and assist you write code faster. Whether you are fixing a bug, building a new feature or refactoring your code, ask BLACKBOX to help. BLACKBOX has real-time knowledge of the world, making it able to answer questions about recent events, technological breakthroughs, product releases, API documentations & more BLACKBOX integrates directly with VSCode to automatically suggests the next lines of code.
    Starting Price: Free
  • 23
    Cursor

    Cursor

    Anysphere

    The AI-first Code Editor. Cursor is a next-generation AI-powered code editor designed to accelerate software development with powerful, real-time code assistance. The platform integrates seamlessly with your development workflow, offering advanced features such as natural language code editing, auto-completion, and context-aware suggestions. Cursor predicts your next move and adapts to your coding style, making it an indispensable tool for developers. It also supports a wide range of extensions and themes, ensuring familiarity while introducing cutting-edge AI capabilities. Designed to boost productivity, Cursor simplifies debugging and enhances coding efficiency, empowering developers to work smarter, not harder.
    Starting Price: $20 per month
  • 24
    JIterator

    JIterator

    Windex Inc

    JIterator Traffic Testing Platform is an automated testing solution that revolutionizes the way Java backend systems are tested. With its core functionalities centered around traffic recording and replay, it offers a streamlined approach to ensure system stability and accelerate development cycles. Key Capabilities • Traffic Recording and Replay: Capture and replay user request traffic with ease, ensuring thorough testing coverage. • Data Comparison: Quickly identify discrepancies through intelligent data comparison tools. • Automated Test Case Generation: Generate test cases automatically from recorded traffic, reducing manual effort. • Environment Simulation: Simulate and isolate testing environments for reliable and secure testing. Why Choose JIterator? • Efficiency: Streamline your testing process and reduce time-to-market. • Accuracy: Trust in the precision of automated data comparison and analysis.
    Starting Price: $14.95/month/user
  • 25
    AdminMart

    AdminMart

    AdminMart

    AdminMart is providing high-quality admin dashboard templates for web applications. Our templates, available in both free and premium options, are designed to take your web application to the next level. With a focus on modern, production-ready, and developer-friendly designs, AdminMart offers a wide range of templates and themes, including Bootstrap, Material UI, React, Vuetify, Angular, NextJs, Nuxt Js, Vue, and Tailwind. Our templates are trusted by over 112,000 developers and agencies worldwide. What sets AdminMart apart from other providers is their commitment to customer satisfaction. We offer a 100% money-back guarantee, ensuring your satisfaction with their quality products and strong support service. We also provide faster and more professional support, prioritizing the customers. Additionally, we offer a free demo version for you to download and test before purchasing the pro version. With AdminMart, you can create a clean and sleek dashboard without needing a designer. Ch
    Starting Price: $49
  • 26
    Servoy

    Servoy

    Servoy

    The modernization platform for ISVs and enterprises with proven business applications. For when low-code doesn't cut it and when a DIY approach doesn't meet your time-to-market goals. Modernize your mission-critical business application in record time, with the Servoy rapid application development platform. The advantages and challenges, of continuous development and deployment are clear. Meet ServoyCloud: enterprise DevOps made flexible and easy. Our Appsurance program is a proven pathway to help you tackle your most complex software projects, ensuring your success. A dedicated team, every step of the way. With Servoy, you can easily and rapidly create world-class business applications. Our leading-edge productivity tools give you everything you need to build and deliver great applications. And in a fraction of the time it takes with traditional tools.
    Starting Price: $10.00/month/user
  • 27
    JFrog Artifactory
    The Industry Standard Universal Binary Repository Manager. Supports all major package types (over 27 and growing) such as Maven, npm, Python, NuGet, Gradle, Go, and Helm including Kubernetes and Docker as well as integration with leading CI servers and DevOps tools that you already use. Additional functionalities include: - High Availability that scales to infinity with active/active clustering of your DevOps environment and scales as business grows - On-Prem, Cloud, Hybrid, or Multi-Cloud Solution - De Facto Kubernetes Registry managing application packages, operating system’s component dependencies, open source libraries, Docker containers, and Helm charts with full visibility of all dependencies. Compatible with a growing list of Kubernetes cluster providers.
  • 28
    Travis CI

    Travis CI

    Travis CI

    The simplest way to test and deploy your projects in the cloud or on-prem. Easily sync your projects with Travis CI and you’ll be testing your code in minutes. Check out our features – now you can sign up for Travis CI using your Assembla, Bitbucket, GitHub or GitLab account to connect your repositories! Testing your open-source projects is always 100% free! Log in with your cloud repository, tell Travis CI to test a project, and then push. Could it be any simpler? Many databases and services are pre-installed and can be enabled in your build configuration. Make sure every Pull Request to your project is tested before it’s merged. Updating staging or production as soon as your tests pass has never been easier! Builds on Travis CI are configured mostly through the build configuration stored in the file .travis.yml in your repository. This allows your configuration to be version controlled and flexible.
    Starting Price: $63 per month
  • 29
    Komodo IDE

    Komodo IDE

    ActiveState Software

    Code faster with the IDE for today’s web languages – Python, PHP, Perl, Golang, Ruby and more.
  • 30
    Alithya GoTest
    Alithya GoTest is a collaborative test hub that is easy and quick to master and integrate, ensuring the quality of any professional digital solutions for companies requiring reliability without compromises. Ensure the quality of your application without sacrificing speed or agility with an easy-to-use, GUI test automation tool. Whether using scripts or not, our flexibility is unmatched, letting you create manual, automated or hybrid test suites for every desktop, web, and mobile application with ease including .Net, Java, WPF and Windows 10, modern JavaScript frameworks like React and Angular and iOS or Andoid with 2050+ browser and platform configurations. No need to jailbreak your devices. Alithya GoTest comes with a keyword library of over 1500 keywords, so you can ensure your GUI and API tests are scalable, robust, and easy to maintain. Alithya also offers consulting, coaching and training to ensure the success of your teams.