Alternatives to JRebel

Compare JRebel alternatives for your business or organization using the curated list below. SourceForge ranks the best alternatives to JRebel in 2026. Compare features, ratings, user reviews, pricing, and more from JRebel competitors and alternatives in order to make an informed decision for your business.

  • 1
    JetBrains Junie
    Junie is an AI-powered coding agent developed by JetBrains designed to enhance developer productivity by integrating directly into popular IDEs such as IntelliJ IDEA, PyCharm, and Android Studio. It supports developers by assisting with code completion, testing, and inspections, ensuring code quality and reducing debugging time. Junie adapts seamlessly to your workflow, providing plans for execution and collaborating on complex coding tasks through different modes like code mode and ask mode. It understands project structure and logic, helping to find efficient solutions and maintain clean, production-ready code. Users can rely on Junie to run tests and verify changes, keeping projects stable and reducing compilation errors. With real-world examples from developers creating games and apps, Junie proves to be a versatile and intelligent assistant for coding projects of various scopes.
    Compare vs. JRebel View Software
    Visit Website
  • 2
    Bitrise

    Bitrise

    Bitrise

    Bitrise is a CI/CD platform built for mobile development, helping teams speed up builds, automate testing, and deliver high-quality apps faster. It supports native languages like Swift, Objective-C, Java, and Kotlin, as well as cross-platform frameworks including React Native, Flutter, Xamarin, Cordova, and Ionic. Setup takes minutes, with customizable workflows that adapt to any project. Bitrise integrates with GitHub, GitLab, and other industry-standard tools, while its cloud infrastructure removes the need for manual processes or maintenance overhead. Pipelines provide flexible structure for CI/CD, running tasks in parallel or sequentially to optimize efficiency. With access to the latest machines, up-to-date Xcode versions, and expert customer support, Bitrise offers a complete solution for mobile teams of any size.
    Compare vs. JRebel View Software
    Visit Website
  • 3
    Gemini Code Assist
    Increase software development and delivery velocity using generative AI assistance, with enterprise security and privacy protection. Gemini Code Assist completes your code as you write, and generates whole code blocks or functions on demand. Code assistance is available in many popular IDEs, such as Visual Studio Code, JetBrains IDEs (IntelliJ, PyCharm, GoLand, WebStorm, and more), Cloud Workstations, Cloud Shell Editor, and supports 20+ programming languages, including Java, JavaScript, Python, C, C++, Go, PHP, and SQL. Through a natural language chat interface, you can quickly chat with Gemini Code Assist to get answers to your coding questions, or receive guidance on coding best practices. Chat is available in all supported IDEs. Enterprises can customize Gemini Code Assist using their organization’s private codebases and knowledge sources so that Gemini Code Assist can offer more tailored assistance. Gemini Code Assist enables large-scale changes to entire codebases.
  • 4
    Linx

    Linx

    Twenty57

    A powerful iPaaS platform for integration and business process automation. Linx is a powerful platform for building custom integrations at scale. The platform provides enterprise-grade capability and unparalleled flexibility to cater to a wide range of integration use cases for today’s growing businesses, including application integration, data synchronization, data migration, automations, and rapid API development and management. Linx is a low-code, desktop-based iPaaS that enables organizations to connect their cloud and on-premise applications, data sources.
    Starting Price: $599 per month
  • 5
    FlowWright
    Business Process Management Software (BPMS) & BPM Workflow Automation Tool. Companies need workflow, forms, compliance, and automation routing support. Our low-code options make creating + editing workflows simple. Our best-in-class forms capabilities, make it possible to rapidly build forms, forms logic, and workflows for forms-driven workflow processes. Companies have many existing systems in place that need to work with each other. Our business process integrations across systems are loosely-coupled + intelligently integrated. When you use FlowWright to automate your business, you gain access to standard metrics and metrics that you define. BPM analytics are a key part of any BPM workflow management software solution. FlowWright can be deployed as a cloud solution or deployed in an on-premise or .NET hosted environment (including AWS and Azure). It was built in .NET Foundation C# code and all tools are fully browser-based, requiring no plug-ins.
  • 6
    TestLeft

    TestLeft

    SmartBear

    Build, test, and deploy new features in Eclipse, IntelliJ, and Visual Studio for agile development. Build, test, and deploy in one integrated development environment so you can focus on what matters, code. TestLeft is a developer automated testing tool that can be added to your integrated development environment (IDE) so you can immediately test the UI of new features right after they are built. TestLeft allows you to test at the unit and UI level so you can fix defects earlier in the product lifecycle to save time to let you code more. Without having to manually program descriptions for every object, you can start running functional tests sooner to accelerate your shift left efforts. You can add TestLeft to Visual Studio, Eclipse, IntelliJ or any other IDE. Avoid additional steps getting started by adding the TestLeft UI Spy into any preexisting DevOps pipeline. With support for Jenkins, Bamboo, and other popular CI/CD tools, you can test your application’s UI layer.
    Starting Price: $1,345 per year
  • 7
    Apache Ant

    Apache Ant

    Apache Software Foundation

    Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks. Ant is written in Java. Users of Ant can develop their own "antlibs" containing Ant tasks and types, and are offered a large number of ready-made commercial or open-source "antlibs".Ant is extremely flexible and does not impose coding conventions or directory layouts to the Java projects which adopt it as a build tool.
  • 8
    OpenText Functional Testing for Developers
    OpenText Functional Testing for Developers is an automated shift-left testing solution that enables developers to perform functional testing early in the software development lifecycle. It supports multiple standard programming languages like C#, Java, and JavaScript, allowing testers to use familiar IDEs such as Eclipse, Visual Studio, and IntelliJ. The platform integrates seamlessly with popular CI/CD tools, including Jenkins, and supports running tests in Docker containers. AI-powered object detection enhances test robustness and reduces maintenance by simplifying object recognition. Features like parallel and distributed test execution speed up testing and improve code quality. The solution also provides rich, interactive reporting to help developers analyze and debug efficiently.
  • 9
    IntelliJ IDEA

    IntelliJ IDEA

    JetBrains

    IntelliJ IDEA is a professional-grade integrated development environment (IDE) primarily designed for Java and Kotlin development. It helps developers write code faster by automating routine tasks and providing smart coding assistance. The IDE supports the full software development lifecycle, from design and coding to testing and deployment. IntelliJ IDEA stays up to date with the latest language features, such as full support for Java 24 and Kotlin K2 mode. It offers a smooth and enjoyable workflow that helps developers stay focused and productive. The platform also emphasizes data privacy and security, complying with industry standards like SOC 2.
    Leader badge
    Starting Price: $19.90 per user per month
  • 10
    EvoSuite

    EvoSuite

    EvoSuite

    EvoSuite is an open source tool that automatically generates JUnit test suites for Java classes, utilizing search-based software testing (SBST) techniques to optimize code coverage and detect potential defects. By analyzing Java bytecode, EvoSuite creates executable unit tests with assertions, aiming to achieve high structural coverage such as branch, line, and mutation coverage. It employs a hybrid approach that combines evolutionary algorithms with mutation testing to produce effective and minimal test suites. EvoSuite supports various Java versions and integrates with build systems and IDEs, including Maven, Eclipse, IntelliJ IDEA, and command-line interfaces. It also offers regression testing capabilities through EvoSuiteR, which generates test suites to identify differences between two versions of a Java class. EvoSuite has been benchmarked on numerous open source projects and has been utilized in both academic research and industrial applications to enhance software testing.
    Starting Price: Free
  • 11
    OpenText Dimensions CM
    Allows for collaborative parallel development to minimize rework, visualize and reduce conflict, and lower risk while improving team velocity and throughput. Preserves the integrity of known baseline configurations, simplifies rollback and recovery, streamlines approval, and maintains integrity when automating builds and deployments. Identifying issues earlier in the lifecycle saves considerable time and effort. CM allows issues to be identified as soon as a code commit occurs via Pulse. CI build, unit test and code review all drive shift left actions. Features integration with developer friendly repositories and IDEs (such as Git, IntelliJ, Eclipse and Microsoft .net), detailed auditing and logging, and immutable versioning and history. Minimizes the preparation and effort required for audits and regulatory compliance with comprehensive and tamperproof history and audit trails.
  • 12
    IBM Developer for z/OS
    IBM Developer for z/OS Enterprise Edition is a comprehensive development toolset designed to modernize and accelerate application development on IBM z/OS systems. The platform provides Eclipse-based and Visual Studio Code-based tools for developing, debugging, and maintaining applications written in COBOL, PL/I, HLASM, REXX, Java, C/C++, and JCL. It supports modern DevOps practices by integrating with Git, CI/CD pipelines, automated build systems, and cloud-based development environments. IBM Developer for z/OS Enterprise Edition also includes advanced debugging capabilities across Eclipse, VS Code, and 3270 interfaces for flexible mainframe troubleshooting. The platform helps developers improve productivity through smart code navigation, syntax checking, data flow visualization, and automated deployment features. Additional tools such as ZCodeScan and code coverage analysis help organizations improve application quality and identify security vulnerabilities.
  • 13
    IBM Cloud Continuous Delivery
    Embrace enterprise-ready DevOps. Create toolchains that support your app delivery tasks. Automate builds, tests, deployments and more. Quickly provision an integrated toolchain using customizable, shareable templates with tools from IBM, third parties and open source. Automate builds and tests with Tekton-based delivery pipelines, and control quality with analytics. Use toolchains to gain an integrated set of tools to build, deploy and manage your apps. You can create toolchains that include IBM services, open source tools or third-party tools that make development and operations repeatable and easier to manage. Build, test and deploy in a repeatable way with minimal human intervention by leveraging Tekton-based delivery pipelines. Be ready to release into production at any time. Choose the integrated web-based environment built on Eclipse Orion. Create, edit, run, debug and complete source control tasks, and seamlessly move from editing your code to deploying it to production.
  • 14
    CodeTogether

    CodeTogether

    Genuitec, LLC

    Live share your IDEs and coding sessions for remote pair programming, mob programming, code reviews, distance learning and more! Cross IDE support for IntelliJ, Eclipse and VS Code means everyone stays in the environment they know and love - whether a different version, or even a different IDE. CodeTogether is the perfect blend of functionality and simplicity, designed by a team of remote developers that rely on collaborative development. Whether you are on an Agile team that uses pair programming as part of your regular software development flow or you just like to live share your code in the occasional troubleshooting session, CodeTogether is the best tool for pair programming, mob programming, code review, and more! If you’ve been using screen sharing or an online code editor for collaborative coding, you’ll be amazed at the difference!
    Starting Price: $8 / month
  • 15
    MyEclipse

    MyEclipse

    Genuitec

    MyEclipse is the best Java IDE for enterprise development, providing easy access to popular technologies in a single solution. From Java EE to Maven, from Spring to WebSphere, MyEclipse increases productivity and helps you write your best code. With better tools, it is simple to create a dynamic frontend along with a powerful backend, a winning combination for success. Java developers have so much more to consider than just writing great code. From keeping up with the latest Java versions and web frameworks, to implementing version control and deploying to a variety of application servers, there is a lot to manage. MyEclipse unifies your development tools in a single download, so you can stay focused on coding. MyEclipse is the same feature-rich Eclipse IDE that over 17,000 companies have relied on to build powerful applications for over 2 decades. Originally created by developers that noticed a real need for better software development tools.
  • 16
    AWS App Mesh

    AWS App Mesh

    Amazon Web Services

    AWS App Mesh is a service mesh that provides application-level networking to facilitate communication between your services across various types of computing infrastructure. App Mesh offers comprehensive visibility and high availability for your applications. Modern applications are generally made up of multiple services. Each service can be developed using various types of compute infrastructure, such as Amazon EC2, Amazon ECS, Amazon EKS, and AWS Fargate. As the number of services within an application grows, it becomes difficult to pinpoint the exact location of errors, redirect traffic after errors, and safely implement code changes. Previously, this required creating monitoring and control logic directly in your code and redeploying your services every time there were changes.
    Starting Price: Free
  • 17
    Saros

    Saros

    Saros

    An Integrated Development Environment (IDE) plugin that facilitates real-time collaborative editing for distributed software development teams. Compatible with Eclipse and IntelliJ IDEA, it enables multiple developers to work concurrently on shared projects, with each participant maintaining a local copy of the project synchronized in real time. Key features include support for multiple concurrent writers, a follow-mode to observe team members' navigation and editing activities, and awareness information displaying recent contributions and current selections of all participants. Saros supports sessions with up to five participants and allows users to host their own servers to keep all communication within their network. This design enhances collaborative coding experiences, making it suitable for scenarios such as pair programming, code reviews, and mentoring.
    Starting Price: Free
  • 18
    Azure Pipelines
    Automate your builds and deployments with Pipelines so you spend less time with the nuts and bolts and more time being creative. Get cloud-hosted pipelines for Linux, macOS, and Windows. Build web, desktop and mobile applications. Deploy to any cloud or on‑premises. Build, test, and deploy Node.js, Python, Java, PHP, Ruby, C/C++, .NET, Android, and iOS apps. Run in parallel on Linux, macOS, and Windows. Easily build and push images to container registries like Docker Hub and Azure Container Registry. Deploy containers to individual hosts or Kubernetes. Explore and implement a wide range of community-built build, test, and deployment tasks, along with hundreds of extensions from Slack to SonarCloud. Implement continuous delivery (CD) of your software to any cloud, including Azure, AWS, and GCP. Visualize deployment to any number of interdependent stages.
  • 19
    Eclipse Web Tools Platform (WTP)
    The Eclipse Web Tools Platform (WTP) project extends the Eclipse platform with tools for developing Web and Java EE applications. It includes source and graphical editors for a variety of languages, wizards and built-in applications to simplify development, and tools and APIs to support deploying, running, and testing apps. The Libra project integrates the existing tooling provided by the Plug-in Development Environment project and the Web Tools Platform project to work together for implementing OSGi Enterprise scenarios. The JavaScript Development Tools provide plug-ins that implement an IDE supporting the development of JavaScript applications and JavaScript within web applications. It adds a JavaScript project type and perspective to the Eclipse Workbench as well as a number of views, editors, wizards, and builders.
  • 20
    Diploi

    Diploi

    Diploi

    Diploi is a developer platform that simplifies building, deploying, and hosting applications from start to production. It lets developers define their entire stack using reusable components and add-ons managed through a single YAML configuration. Diploi provides zero-install development environments that launch instantly without local setup. Developers can code directly in a browser-based IDE or connect their own IDE via SSH. The platform automatically configures GitHub integration and CI/CD pipelines. With one click, teams can create test, staging, or production environments. Diploi removes infrastructure friction so developers can focus on building software faster.
  • 21
    JetBrains Academy
    Turn on the free educational features in your IDE to learn programming from scratch, expand your current skill set, or create your own interactive courses to share with others. With the JetBrains Academy plugin, you can learn and teach programming languages in the form of coding tasks and custom verification tests right inside JetBrains IDEs. Access over 100 courses in the most in-demand programming languages and technologies, and build real-world projects for your developer portfolio. Create your own courses by combining theoretical learning and hands-on practice. Test user knowledge with various sets of tasks, and provide extra assistance with feedback and hints. The JetBrains Academy plugin is free to use and supports Java, Kotlin, Python, Scala, JavaScript, Rust, C++, Go, and PHP with more languages to come. JetBrains Academy plugin is compatible with IntelliJ IDEA, PyCharm, WebStorm, Android Studio, CLion, GoLand, and PhpStorm.
    Starting Price: Free
  • 22
    GoCD

    GoCD

    ThoughtWorks

    Easily model and visualize complex workflows with GoCD. GoCD’s value stream map shows your entire path to production in a single view. Easily navigate across jobs, spot inefficiencies, and optimize your process. No plugin required, out of box CD. GoCD streamlines your CD workflow on popular cloud environments such as Kubernetes, Docker, AWS and more. GoCD excels at modeling complex CD workflows for fast feedback with its modeling constructs, parallel execution and dependency management. GoCD helps you troubleshoot a broken pipeline by tracking every change from commit to deploy in real time. Compare content - both files and commit messages - across any two arbitrary builds. GoCD integrates with many popular external tools and services via its extensible plugin architecture. We have put a lot of thought into making sure GoCD upgrades are painless and non-breaking even when you are using plugins. There are numerous high-quality, curated plugins currently available.
    Starting Price: Free
  • 23
    Jenkins

    Jenkins

    Jenkins

    The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project. As an extensible automation server, Jenkins can be used as a simple CI server or turned into the continuous delivery hub for any project. Jenkins is a self-contained Java-based program, ready to run out-of-the-box, with packages for Windows, Linux, macOS and other Unix-like operating systems. Jenkins can be easily set up and configured via its web interface, which includes on-the-fly error checks and built-in help. With hundreds of plugins in the Update Center, Jenkins integrates with practically every tool in the continuous integration and continuous delivery toolchain. Jenkins can be extended via its plugin architecture, providing nearly infinite possibilities for what Jenkins can do. Jenkins can easily distribute work across multiple machines, helping drive builds, tests and deployments across multiple platforms faster.
  • 24
    Incredibuild

    Incredibuild

    Incredibuild

    Incredibuild is the leading platform for development acceleration. Our platform speeds up developer and CI builds with our distribution and caching technologies, cutting down wait times from hours and days to minutes. Most importantly, we do so without changing your code, tools, or processes, on prem or on the cloud. Incredibuild gives you better visibility into your builds, significant acceleration, and smarter build asset orchestration for 8-10x faster builds. 200,000 devs and managers at over 2,000 companies, including world-leading brands like Microsoft, Amazon, Citibank, Adobe, Disney, Intel, Samsung, EPIC Games, Nintendo, and many more rely on Incredibuild to turbocharge their development and continuously delight their customers.
  • 25
    Bazel

    Bazel

    Bazel

    Bazel is an open-source build and test tool designed for multi-language, multi-platform software projects that delivers fast, incremental builds by rebuilding only what’s necessary and leveraging advanced local and remote caching, optimized dependency analysis, and parallel execution. It natively supports Java, C++, Go, Android, iOS, and many other languages, scaling seamlessly from small repositories to massive monorepos and complex Continuous Integration environments. Its declarative extension language lets teams add or customize rules for new languages and platforms, tapping into a growing community ecosystem. Bazel offers query capabilities to inspect and understand dependency graphs, comprehensive versioned documentation and release notes, and robust support via GitHub, Slack, and monthly community updates. Trusted by industry leaders like Google, Stripe, and Dropbox to build heavy-duty, mission-critical infrastructure and applications.
    Starting Price: Free
  • 26
    Augment Code

    Augment Code

    Augment Code

    Augment Code is an AI-powered coding agent designed specifically for professional software engineers working with large codebases. It integrates seamlessly with popular IDEs like Visual Studio Code, IntelliJ IDEA, and Vim, offering tools for SDK migration, code refactoring, and documentation. Augment Code enhances developers’ productivity by understanding their unique code style and context, providing personalized recommendations and explanations. The platform supports over 100 native and MCP tools, allowing engineers to debug and code more efficiently without switching between different applications.
    Starting Price: $50 per developer per month
  • 27
    CircleCI

    CircleCI

    CircleCI

    Automate your development process with CI hosted in the cloud or on a private server. Take control of your code and manage every source of change. CircleCI means change validation, at every step. Trust that you can release updates right when your customers need them, with the certainty they’ll work every time. The power to create without limits. Code in every language and across multiple execution environments. If you can write it, we can build, test, and deploy it. With flexible environments and thousands of pre-built integrations, your pipelines never limit the possibility of what you can deliver. We’re the only CI/CD platform that’s FedRAMP certified and SOC 2 Type II compliant. Built-in features like audit logs, OpenID Connect, third-party secrets management, and LDAP give you complete control of your code.
    Starting Price: $50 per month
  • 28
    Gradle

    Gradle

    Gradle

    Gradle Inc. is the company behind the leading software solution for improving developer productivity and happiness called Develocity (formerly Gradle Enterprise) and the popular open-source Gradle Build Tool, which is downloaded over 30 million times a month. Gradle is also pioneering the emerging practice of Developer Productivity Engineering (DPE). Elite development teams from companies like Airbnb, LinkedIn, Microsoft, Nasdaq, and Netflix, practice DPE to deliver quality software more rapidly at scale. They achieve this by leveraging Develocity’s innovative build and test performance acceleration technologies and analytics to proactively improve the reliability of the developer toolchain and make failure troubleshooting more efficient.
  • 29
    Turborepo
    Turborepo is a high-performance build system optimized for JavaScript and TypeScript codebases that dramatically speeds up development and continuous integration by optimizing workflows with parallel task execution, intelligent scheduling, incremental builds, and remote caching so you never do the same work twice. It works with any package manager (npm, yarn, pnpm) and integrates with any CI provider, letting you start a new repository or incrementally migrate an existing one with minimal setup using a single turbo.json configuration that builds on your existing package.json scripts. Turborepo understands the relationships between tasks and packages, runs only affected tasks, and can share cached results across machines and team members, reducing build times significantly. Its core concepts include remote caching, efficient task and package graphs, and support for multiple package types in a monorepo, while guides show how to integrate with favorite frameworks and tooling.
    Starting Price: Free
  • 30
    IBM DevOps Build
    DevOps Build is a distributed, multiplatform build-management tool for configuring and running software builds. Facilitate complex project builds based on project relationships. Create a secure environment that conforms to your organization’s structure and needs. Configure and run your builds with a template-driven process that accelerates feedback. See standard build processes, source control rules, and test reports. Identify project variances. Control who can see and run builds. Save time, and effort when configuring security settings. Generate graphs of complex app makeup and high-performance reports to see project trends. Use the Docker plug-in to build Docker images with DevOps build. Automate cloning a Git repository, tag source artifacts, and publish source-artifact changes. Use tested integrations with tools and technologies from IBM, open source and third parties.
  • 31
    Hostman

    Hostman

    Hostman, Inc

    Hostman - cloud platform that deploys and scales your web applications. It saves developers lots of time, and businesses lots of money, because it automates DevOps, with CI/CD out of the box. Hostman is very easy to use, intuitive, and flexible: on Hostman you can host static websites, back-end applications, Docker containers, and databases. Scaling has never been easier. Just enable it and it will scale your application automatically within the limits you set up. The service is completely free for your static website or front-end app. What's more, it includes a free SSL certificate and global CDN (45 full-stack edge locations with 65+ Tbps total throughput) out of the box. For back-end services we offer very simple pricing using a pay-per-use model (from $6.50). Our service is global, so you can host your application anywhere in the world. We host your services on AWS, Google Cloud Platform, Azure, and Digital Ocean.
    Starting Price: $6.50 per month
  • 32
    CodeShip

    CodeShip

    CloudBees

    Do you want everything set up for you instantly, or do you want to customize your environment and your workflow? CodeShip lets the developer pick the path that’s best for them, to maximize productivity and let teams evolve over time. From deployments to notifications to code coverage to security scanning and on-premise SCMs, CodeShip lets you integrate with any tool, service or cloud you need for your organization’s perfect workflow. Not only do we make CodeShip easy to use, we also provide fast and thorough developer support. When you need help or identify a problem, you want to talk to someone technical sooner rather than later, and that’s what you’ll get with CodeShip. You can get your builds and deployments working in less than 5 minutes with CodeShip’s turnkey environment and simple UI. From there, you can evolve into more sophisticated workflows and config-as-code as your projects grow.
    Starting Price: $49 per month
  • 33
    Buildkite

    Buildkite

    Buildkite

    Run the open-source buildkite-agent on your own infrastructure for maximum speed, control, and security. The agent checks out your source code, executes custom hooks and overrides, and then runs your build jobs. Your source code never leaves your infrastructure. You can install the agent using one of our packages and binaries for almost every platform and architecture, including Ubuntu, Debian, Mac, Windows, Docker, and more. The agent’s artifact and meta-data storage allows for share-nothing, state-free build jobs that can be easily distributed and scaled across any number of agents. Run as many build agents as you need (up to 10,000 connected per account), without breaking a sweat. The open-source Elastic CI Stack for AWS gives you an easy-to-maintain, elastically scaling CI stack in your own AWS account. Or if you prefer to roll your own, you can use the tools you’re already familiar with in your production environments (such as Packer and Terraform).
    Starting Price: $15 per user per month
  • 34
    FASTBuild

    FASTBuild

    FASTBuild

    FASTBuild is a high-performance, open-source build system for Windows, Linux and OS X. It supports highly scalable compilation, caching and network distribution. From the largest studios in the world to the smallest independent developers, FASTBuild is used in production every day to develop for PC/Mac/Linux, Consoles, Smartphones and retro systems. FASTBuild gives you all the tools you need to speed up your builds, allowing for improvements of 10x or more over other build systems. FASTBuild was designed from the ground up to support parallel compilation. The highly optimized main build pipeline is designed to be as thin as possible, dispatching build tasks to worker threads to maximize parallelism. FASTBuild has no artificial dependency bottlenecks like those present when compiling with Visual Studio/MSBuild. Unlike Visual Studio, FASTBuild is able to precisely manage the number of CPU cores used during a build avoiding excessive idle spots or excessive context switching.
  • 35
    Webswing

    Webswing

    Webswing

    Webswing powers webswing.org, enabling any Java desktop application to run directly in a web browser with no source code changes. Using pure HTML5, it supports Swing, JavaFX, Oracle Forms, Eclipse (SWT), NetBeans, and even Java applets. As Java desktop apps face aging technology, security limits, and costly rewrites, Webswing offers a smarter path forward. It runs your application securely on a server and delivers it to users through the browser, preserving the native app experience without modifying your code. Setup takes just three simple steps and can be done in minutes. Our team deploys Webswing every day, helping clients extend the life of their applications, reach new markets, and unlock new business opportunities. We continuously improve the product while providing world-class support to customers worldwide. Visit webswing.org for more information and licensing details.
    Starting Price: Free to Evaluate
  • 36
    Rider

    Rider

    JetBrains

    Fast & powerful, cross-platform .NET IDE, develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. JetBrains Rider is a cross-platform .NET IDE based on the IntelliJ platform and ReSharper. Rider supports .NET Framework, the new cross-platform .NET Core, and Mono based projects. This lets you develop a wide range of applications including .NET desktop applications, services and libraries, Unity games, Xamarin apps, ASP.NET, and ASP.NET Core web applications. Rider provides 2200+ live code inspections, hundreds of context actions and refactorings brought by ReSharper, and combines them with the IntelliJ platform's solid IDE features. Despite a heavy feature set, Rider is designed to be fast and responsive. As well as running and debugging multiple runtimes, Rider itself runs on multiple platforms, Windows, macOS, and Linux. Most of ReSharper's 60+ refactorings are already available in Rider, and its 450+ context actions are all there.
    Starting Price: $11.58 per month
  • 37
    DeployHQ

    DeployHQ

    Krystal

    Build and deploy code straight from your repos. A service packed with features to help you automate and manage the continuous deployment of your websites. DeployHQ handles all the hard work getting files from your repositories to your servers. This is how it works and the secrets behind the magic. It’s really as easy as 1, 2, 3. Deploy with zero downtime for your website or app. We’ll upload all your changes and then make them live at the same time to avoid any issues while files are copied. Zero downtime deployments (or atomic deployments as they're sometimes known) allow changes to be prepared on the server and made live simultaneously. Historically, changes are all uploaded into a live directory which means some times are updated before others which can lead to inconsistencies. With zero downtime deployments, all changes are prepared in a staging directory and then moved into place once all changes are ready.
    Starting Price: $10.50 per month
  • 38
    TeamCity

    TeamCity

    JetBrains

    Powerful Continuous Integration out of the box. Define up to 100 build configurations (jobs) and run unlimited builds. Run up to 3 builds concurrently. Add extra agents when necessary. Utilize the full potential of all the TeamCity features. This product includes features identical to those available to our largest customers. Receive peer support through the forum, alternatively file a bug or feature request, and vote for them in our public issue tracker. Unlimited users, unlimited build time. No strings attached. Build, check and run automated tests on the server even before committing your changes – keeping your code base clean at all times. Don’t wait for a build to finish to discover that something is wrong. Form your project tree to inherit parent settings and permissions. Create templates with common settings and inherit any number of build configurations from them.
    Starting Price: $18/month
  • 39
    AWS CodeBuild
    AWS CodeBuild is a fully managed continuous integration service that compiles source code, runs tests, and produces software packages that are ready to deploy. With CodeBuild, you don’t need to provision, manage, and scale your own build servers. CodeBuild scales continuously and processes multiple builds concurrently, so your builds are not left waiting in a queue. You can get started quickly by using prepackaged build environments, or you can create custom build environments that use your own build tools. With CodeBuild, you are charged by the minute for the compute resources you use. With AWS CodeBuild, your build artifacts are encrypted with customer-specific keys that are managed by the AWS Key Management Service (KMS). CodeBuild is integrated with AWS Identity and Access Management (IAM), so you can assign user-specific permissions to your build projects. AWS CodeBuild belongs to a family of AWS Code Services.
  • 40
    Lightrun

    Lightrun

    Lightrun

    Add logs, metrics and traces to production and staging, directly from your IDE or CLI, in real-time and on-demand. Boost productivity and gain 100% code-level observability with Lightrun. Insert logs and metrics in real-time even while the service is running. Debug monolith microservices, Kubernetes, Docker Swarm, ECS, Big Data workers, serverless, and more. Quickly add a missing logline, instrument a metric, or place a snapshot to be taken on demand. No need to replicate the production environment or re-deploy. Once the instrumentation is invoked, the data is printed to the log analysis tool, your IDE, or to an APM of your choice. Analyze code behavior to find bottlenecks and errors without stopping the running process. Easily add large amounts of logs, snapshots, counters, timers, function durations, and more. You won’t stop or break the system. Spend less time debugging and more time coding. No more restarting, redeploying and reproducing when debugging.
  • 41
    AutoLocalise

    AutoLocalise

    AutoLocalise

    AutoLocalise makes localization effortless for JavaScript applications by eliminating translation files and manual locale management: with a lightweight SDK for React, React Native (Expo), and Next.js, you install and initialize a TranslationProvider, wrap your app, and mark text directly in components, then AutoLocalise’s AI-powered engine delivers instant translations in over 100 languages without JSON or YAML files. Translations are served dynamically from a global edge network, so you can update content in real time through the dashboard, invite team members, edit translations on the fly, and see changes live in your app without redeploying. Automatic detection of content changes ensures new or modified strings are picked up immediately, while centralized API-key management and project controls let you manage multiple apps and environments with ease. Scaling from one language to hundreds requires zero extra effort.
    Starting Price: $9 per month
  • 42
    HashiCorp Waypoint
    Waypoint uses a single configuration file and common workflow to manage and observe deployments across platforms such as Kubernetes, Nomad, EC2, Google Cloud Run, and more. Waypoint builds applications for any language or framework. You can use Buildpacks for automatically building common frameworks or custom Dockerfiles or other build tools for more fine-grained control. The build step is where your application and assets are compiled, validated, and an artifact is created. This artifact can be published to a remote registry or simply passed to the deploy step. Waypoint deploys artifacts created by the build step to a variety of platforms, from Kubernetes to EC2 to static site hosts. It configures your target platform and prepares the new application version to be publicly accessible. Deployments are accessible via a preview URL prior to release. Waypoint releases your staged deployments and makes them accessible to the public.
  • 43
    Drone

    Drone

    Harness

    Configuration as a code. Pipelines are configured with a simple, easy‑to‑read file that you commit to your git repository. Each pipeline step is executed inside an isolated Docker container that is automatically downloaded at runtime. Any source code manager. Drone integrates seamlessly with multiple source code management systems, including GitHub, GitHubEnterprise, Bitbucket, and GitLab. Any platform. Drone.io natively supports multiple operating systems and architectures, including Linux x64, ARM, ARM64 and Windows x64. Any language. Drone works with any language, database or service that runs inside a Docker container. Choose from thousands of public Docker images or provide your own. Create and share plugins. Drone uses containers to drop pre‑configured steps into your pipeline. Choose from hundreds of existing plugins, or create your own. Drone makes advanced customization easy. Implement custom access controls, approval workflows, secret management, yaml syntax extensions& more.
  • 44
    JetBrains Fleet
    Built from scratch, based on 20 years of experience developing IDEs. JetBrains Fleet uses the IntelliJ code-processing engine, with a distributed IDE architecture and a reimagined UI. We built Fleet to be a fast and lightweight text editor for when you need to quickly browse and edit your code. It starts up in an instant so you can begin working immediately, and it can easily transform into an IDE, with the IntelliJ code-processing engine running separately from the editor itself. Fleet inherits the things that developers love the most from IntelliJ-based IDEs – project and context aware code completion, navigation to definitions and usages, on-the-fly code quality checks, and quick-fixes. Fleet’s architecture is designed to support a range of configurations and workflows. You can simply run Fleet just on your machine, or move some of the processes elsewhere – for example by locating the code processing in the cloud.
  • 45
    Atomist

    Atomist

    Atomist

    Introducing our new automation platform, delivering pre-built automations called skills. Automate all your repetitive and nuanced tasks like replacing strings in projects, updating npm dependencies, running a code quality scan, or build your own skill to solve your unique requirements. Teams using Atomist have the flexibility to apply pre-built automations, called skills, across all their repositories, development activities, and operations events. The execution of a skill is triggered by an event-based action important to your team, like a commit, build, deployment, or the creation of an issue.
  • 46
    Nussknacker

    Nussknacker

    Nussknacker

    Nussknacker is a low-code visual tool for domain experts to define and run real-time decisioning algorithms instead of implementing them in the code. It serves where real-time actions on data have to be made: real-time marketing, fraud detection, Internet of Things, Customer 360, and Machine Learning inferring. An essential part of Nussknacker is a visual design tool for decision algorithms. It allows not-so-technical users – analysts or business people – to define decision logic in an imperative, easy-to-follow, and understandable way. Once authored, with a click of a button, scenarios are deployed for execution. And can be changed and redeployed anytime there’s a need. Nussknacker supports two processing modes: streaming and request-response. In streaming mode, it uses Kafka as its primary interface. It supports both stateful and stateless processing.
  • 47
    DeepGit

    DeepGit

    Syntevo

    Answer the question "why is this code there?" more effectively than with conventional Git clients. DeepGit is a tool to investigate the history of source code. It is based on git blame and makes it easy to trace changes to a line or block of code. DeepGit will detect code movements, even if lines are not identical. DeepGit is free to use for everyone, even in a commercial environment. Integrate DeepGit with any IDE which supports external tools: Eclipse, Visual Studio, IntelliJ Idea, ... and powerful text editors like Sublime. Check out the tour to understand how DeepGit is working. Use DeepGit on Windows, macOS and Linux. DeepGit will generate a blame for the selected file. Once finished, it will analyze the selected line and its vicinity for its origin. Note that the origin which DeepGit has found is not exactly equal to the left counterpart. Also note that despite selecting just a single line, DeepGit has estimated a block of lines as an optimal match.
  • 48
    DBmaestro

    DBmaestro

    DBmaestro

    DBmaestro is a leading provider of Git and Agent-Governed database DevOps and release automation, enabling CI/CD for databases with controlled, auditable change management. The platform extends DevOps to the database layer with built-in compliance, observability, and governed AI execution, including MCP-based workflows for natural-language operations and intelligent troubleshooting under enterprise control. As IBM’s strategic OEM partner, DBmaestro powers database release automation in some of the world’s most complex and regulated environments and augments IBM’s DevOps, automation, and governance solutions.
  • 49
    IBM CICS
    IBM® CICS® Transaction Server for z/OS® has evolved into a powerful mixed language application server, enabling developers to write and modernize applications using the languages and tools best suited to business needs and their skills. Supported languages and frameworks include Java®-based OSGi, Springboot®, Jakarta® EE, Eclipse® MicroProfile, and Node.js®-based runtime for JavaScript and TypeScript, and COBOL, C/C++, and PL/I. CICS is able to scale applications to support high-transaction workloads in a secure, robust, cost-efficient environment. Develop new applications or extend existing, mission-critical services with new interfaces. Unleash your creativity with our support for a wealth of different programming languages. Develop in CICS Transaction Server just as you would develop any other application, with plug-ins for familiar tooling such as Maven®, Gradle®, Zowe®, and UrbanCode Deploy®.
  • 50
    OpenMake Meister

    OpenMake Meister

    OpenMake Software

    OpenMake Meister® delivers a highly reusable and accelerated build solution that can quickly adapt to changing development demands. It gives you control over the logic that drives your compile/link/archive process and eliminates the need for one-off scripts that are brittle and error prone. It accelerates builds, relieves congestion, stores binaries and gathers critical dependency information that can be used for release packaging. Accelerate CI with fast compiles and parallel processing using reliable dependency management across thousands of server pools. Meister reduces build times from hours to minutes. Standardize binary assembly for software builds that dynamically adapt to each version update. Our model-driven approach reduces or eliminates ad hoc scripting. Expose all artifacts of your release candidate, even those not managed by a version control solution. Meister Impact Analysis and Audit Reports eliminate guesswork.