Alternatives to QEMU

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

  • 1
    Google Compute Engine
    Compute Engine is Google's infrastructure as a service (IaaS) platform for organizations to create and run cloud-based virtual machines. Computing infrastructure in predefined or custom machine sizes to accelerate your cloud transformation. General purpose (E2, N1, N2, N2D) machines provide a good balance of price and performance. Compute optimized (C2) machines offer high-end vCPU performance for compute-intensive workloads. Memory optimized (M2) machines offer the highest memory and are great for in-memory databases. Accelerator optimized (A2) machines are based on the A100 GPU, for very demanding applications. Integrate Compute with other Google Cloud services such as AI/ML and data analytics. Make reservations to help ensure your applications have the capacity they need as they scale. Save money just for running Compute with sustained-use discounts, and achieve greater savings when you use committed-use discounts.
    Compare vs. QEMU View Software
    Visit Website
  • 2
    V2 Cloud

    V2 Cloud

    V2 Cloud Solutions

    V2 Cloud offers powerful, secure, and fully managed virtual desktops accessible from anywhere. Our platform is purpose-built for Independent Software Vendors, Managed Service Providers, IT professionals, and business owners looking to streamline operations, improve security, and scale efficiently. With V2 Cloud, you can easily start your desktops and apps in the cloud, enabling secure remote work from anywhere. Plus, you can access fully managed IT services, proactive security, and responsive support to scale effortlessly. Get the business resiliency you need! Boost your performance with the GPU-enhanced virtual machine and start working with heavy applications without crashes. Enjoy fast and professional support with global multilingual support. Discover how simple and cost-effective desktop virtualization can be with V2 Cloud. Try it today!
    Starting Price: $40 per month
  • 3
    Delska

    Delska

    Delska

    Delska (former DEAC European Data Center & Data Logistics Center) is a carrier-neutral data center and network provider in Northern Europe with 25 years of experience delivering reliable, personalized IT and network solutions in cloud computing, colocation, data security, network, and more. We own five data centers (one under construction, launching in 2025) in Riga and Vilnius, along with points of presence in Frankfurt and Amsterdam. For quick IT infrastructure deployment in Riga, Vilnius and Frankfurt, we have created the self-service myDelska cloud platform. It offers fast, secure, and scalable solutions and, in the summer of 2025, along with the VM management, will also offer bare metal servers. Delska data centers stand out for their energy efficiency, operating at PUE under 1.3 and powered entirely by green energy. Our upcoming Tier III-certified, 10 MW data center in Riga will exemplify green construction.
    Starting Price: €10
  • 4
    VMware Fusion Pro
    VMware Fusion gives Mac users the power to run Windows on Mac along with hundreds of other operating systems side by side with Mac applications, without rebooting. Fusion is simple enough for home users and powerful enough for IT professionals, developers and businesses. Running Windows on Mac is only the beginning. VMware Fusion lets you choose from hundreds of supported operating systems, from lesser-known Linux distributions to the latest Windows 10 release, to run side by side with the latest macOS release. Fusion makes it simple to test nearly any OS and app on a Mac. Build and test apps in a sandbox while securely sharing local source files and folders. Fusion Pro now includes a RESTful API to integrate with modern development tools like Docker, Vagrant, Ansible, Chef, and others to fit the power of VMware into today’s Agile and DevOps-oriented production pipelines.
  • 5
    Azure Virtual Desktop
    Azure Virtual Desktop (formerly Windows Virtual Desktop) is a comprehensive desktop and app virtualization service running in the cloud. It’s the only virtual desktop infrastructure (VDI) that delivers simplified management, multi-session Windows 10, optimizations for Microsoft 365 Apps for enterprise, and support for Remote Desktop Services (RDS) environments. Deploy and scale your Windows desktops and apps on Azure in minutes, and get built-in security and compliance features. Bring your own device (BYOD) and access your desktop and applications over the internet using an Azure Virtual Desktop client such as Windows, Mac, iOS, Android, or HTML5. Choose the right Azure virtual machine (VM) to optimize performance and leverage the Windows 10 and Windows 11 multi-session advantage on Azure to run multiple concurrent user sessions and save costs.
  • 6
    Omnissa Horizon 8
    Elevate the digital workspace experience with the efficient and secure delivery of virtual desktops and apps from on-premises to the cloud. Horizon 8 is a modern platform for secure delivery of virtual desktops and apps across the hybrid cloud, from the market leader in software-defined data center and digital workspaces. By leveraging unique integration with trusted technology, Horizon 8 helps IT efficiently deploy and scale virtual desktops and apps from a single control plane with rapid provisioning, automation, and simplified management to extend the best digital workspace experience to end users. Efficiently manage desktops and apps across private, hybrid and multi-cloud infrastructure using a cloud-based console and SaaS management services. Leverage intrinsic security built into Horizon infrastructure to gain highly secure remote access to corporate resources - providing protection from the device to the data center to the cloud.
  • 7
    VirtualBox
    VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License (GPL) version 2. See "About VirtualBox" for an introduction. Presently, VirtualBox runs on Windows, Linux, Macintosh, and Solaris hosts and supports a large number of guest operating systems including but not limited to Windows (NT 4.0, 2000, XP, Server 2003, Vista, Windows 7, Windows 8, Windows 10), DOS/Windows 3.x, Linux (2.4, 2.6, 3.x and 4.x), Solaris and OpenSolaris, OS/2, and OpenBSD. VirtualBox is being actively developed with frequent releases and has an ever growing list of features, supported guest operating systems and platforms it runs on. VirtualBox is a community effort backed by a dedicated company.
  • 8
    KVM

    KVM

    Red Hat

    KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware containing virtualization extensions (Intel VT or AMD-V). It consists of a loadable kernel module, kvm.ko, that provides the core virtualization infrastructure and a processor specific module, kvm-intel.ko or kvm-amd.ko. Using KVM, one can run multiple virtual machines running unmodified Linux or Windows images. Each virtual machine has private virtualized hardware: a network card, disk, graphics adapter, etc. KVM is open source software. The kernel component of KVM is included in mainline Linux, as of 2.6.20. The userspace component of KVM is included in mainline QEMU, as of 1.3.
  • 9
    Lguest

    Lguest

    Lguest

    Lguest allows you to run multiple copies of the same 32-bit kernel, simply modprobe lg, then run Documentation/lguest/lguest to create a new guest. I suggest you try this yourself, lguest is incredibly easy to get up and running. It's also quite useful: I can test-boot kernels with it in less than a second, or about 10x faster than basic qemu, and 100x faster than a real boot. And as it uses a pty as console, you can do things like pipe it through grep. lguest is all one big kernel patch, including the launcher. It's in 2.6.23-git13 and above. Lguest aims to isolate the guest so it cannot reach outside to the host (except for virtual devices supplied by the host of course), even if the guest is malicious. However, a malicious guest kernel can currently pin host memory (up to the amount of memory allowed to the guest). Most images are set up to create a console virtual consoles (/dev/tty0 etc), but the lguest console is /dev/hvc0.
  • 10
    Parallels Desktop for Mac
    Whether you need to run Windows programs that don’t have Mac versions, or you are making the switch from PC to Mac and need to transfer your data, Parallels Desktop has you covered. Develop & test across multiple OSes in a virtual machine for Mac. Access Microsoft Office for Windows and Internet Explorer. Fast—run Windows apps without slowing down your Mac. Quickly move files, apps and more from a PC to a Mac. Use Windows side-by-side with macOS (no restarting required) on your MacBook, MacBook Pro, iMac, iMac Pro, Mac mini or Mac Pro. Share files and folders, copy and paste images and text & drag and drop files between Mac and Windows applications. Parallels Desktop automatically detects what you need to get started so you are up and going within minutes! If you need Windows, you’ll be prompted to Download and Install Windows 10 OR Choose your existing Windows, Linux, Ubuntu, or Boot Camp installation.
    Starting Price: $99.99 per year
  • 11
    VMware Workstation Pro
    VMware Workstation Pro is the industry standard for running multiple operating systems as virtual machines (VMs) on a single Linux or Windows PC. IT professionals, developers and businesses who build, test or demo software for any device, platform or cloud rely on Workstation Pro. VMware Workstation Pro allows you to run multiple operating systems at once on the same Windows or Linux PC. Create real Linux and Windows VMs and other desktop, server, and tablet environments, complete with configurable virtual networking and network condition simulation, for use in code development, solution architecting, application testing, product demonstrations and more. Securely connect with vSphere, ESXi or other Workstation servers to launch, control and manage both virtual machines (VMs) and physical hosts. A common VMware hypervisor maximizes productivity and enables easy transfer of VMs to and from your local PC.
  • 12
    Microsoft Hyper-V
    Hyper-V is Microsoft's hardware virtualization product. It lets you create and run a software version of a computer, called a virtual machine. Each virtual machine acts like a complete computer, running an operating system and programs. When you need computing resources, virtual machines give you more flexibility, help save time and money, and are a more efficient way to use hardware than just running one operating system on physical hardware. Each supported guest operating system has a customized set of services and drivers, called integration services, that make it easier to use the operating system in a Hyper-V virtual machine. Hyper-V includes Virtual Machine Connection, a remote connection tool for use with both Windows and Linux. Unlike Remote Desktop, this tool gives you console access, so you can see what's happening in the guest even when the operating system isn't booted yet.
  • 13
    Apple Hypervisor
    Build virtualization solutions on top of a lightweight hypervisor, without third-party kernel extensions. Hypervisor provides C APIs so you can interact with virtualization technologies in user space, without writing kernel extensions (KEXTs). As a result, the apps you create using this framework are suitable for distribution on the Mac App Store. Use this framework to create and control hardware-facilitated virtual machines and virtual processors (VMs and vCPUs) from your entitled, sandboxed, user-space process. Hypervisor abstracts virtual machines as processes, and virtual processors as threads. The Hypervisor framework requires hardware support to virtualize hardware resources. On Apple silicon, that includes the Virtualization Extensions. On Intel-based Mac computers, the framework supports machines with an Intel VT-x feature set that includes Extended Page Tables (EPT) and Unrestricted Mode.
  • 14
    IBM z/VM
    IBM z/VM is an operating system with security-rich and scalable hypervisor and virtualization technology designed to run guest servers such as Linux, z/OS and z/TPF virtual machines as well as Red Hat OpenShift on IBM Z and LinuxONE servers. IBM z/VM runs hundreds to thousands of guest servers on a single IBM Z or IBM LinuxONE server with high efficiency and elasticity. It supports multiple machine images and architectures, simplifying migrations, facilitating application transitions, and consolidating systems onto one server. IBM z/VM excels in sharing system resources among virtual machines, offering extreme scalability, security, and efficiency, leading to cost savings and a robust foundation for cognitive computing. Use on-premises cloud computing in a hybrid cloud strategy. Scale and run thousands of Linux and container workloads efficiently. Help ensure continuous availability with IBM's resiliency offerings.
  • 15
    Google Shielded VMs
    Shielded VMs are virtual machines (VMs) on Google Cloud hardened by a set of security controls that help defend against rootkits and bootkits. Using Shielded VMs helps protect enterprise workloads from threats like remote attacks, privilege escalation, and malicious insiders. Shielded VMs leverage advanced platform security capabilities such as secure and measured boot, a virtual trusted platform module (vTPM), UEFI firmware, and integrity monitoring. Quickly protect VMs against advanced threats: In just a few clicks, you can enable Shielded VMs to help protect against threats such as malicious project insiders, malicious guest firmware, and kernel- or user-mode vulnerabilities. & more
  • 16
    CrossOver

    CrossOver

    CodeWeavers

    Lots of people talk about open source. Talk is cheap. We code. Run your Windows® app on MacOS, Linux, or ChromeOS. CrossOver Mac® Do you like buying Windows® licenses? You do? Great. You do you. For the rest of humanity, CrossOver is the easiest way to run many Microsoft applications on your Mac without a clunky Windows emulator. (Seriously, have you tried emulators? Do you like how they run on your Mac?) CrossOver works differently. It's not an emulator. It does the work of translating Windows commands into Mac commands so that you can run Windows software as if it were designed native to Mac. CrossOver works with all kinds of software - productivity software, utility programs, and games - all with one application. CrossOver Linux® You are the noble of the noblest running Linux. You don't want the despair of running a Windows OS on your finely minted machine. You don't want to sell your soul for a Windows license or squander away your hard drive shekels running a virtual machine
    Starting Price: $59.95
  • 17
    VMLite Workstation
    VMLite Workstation is a virtualization component that allows you to run more than one operating system (OS) at the same time on a single physical computer. For example, you can simultaneously run Windows XP on a PC that is already running Windows 7. VMLite Workstation runs the operating system and applications directly on top of an existing operating system without any modification. The special environment running the unmodified OS and its applications is called a "Virtual Machine", which has features similar to a physical machine. The physical computer is usually called the "host", while the virtual machine is often called a "guest". The operating system running on the physical computer is called the "Host Operating System", while the operating system running inside the guest is called the "Guest Operating System".
    Starting Price: $199 one-time payment
  • 18
    Xvisor

    Xvisor

    Xvisor

    Xvisor® is an open-source type-1 hypervisor, which aims at providing a monolithic, light-weight, portable, and flexible virtualization solution. It provides a high performance and low memory foot print virtualization solution for ARMv5, ARMv6, ARMv7a, ARMv7a-ve, ARMv8a, x86_64, RISC-V and other CPU architectures. In comparison to other ARM hypervisors, it is one of the few hypervisors providing support for ARM CPUs which do not have ARM virtualization extensions. In RISC-V world, it is world first Type-1 RISC-V hypervisor. The Xvisor source code is highly portable and can be easily ported to most general-purpose 32-bit or 64-bit architectures as long as they have a paged memory management unit (PMMU) and a port of the GNU C compiler (GCC). Xvisor primarily supports Full virtualization hence, supports a wide range of unmodified Guest operating systems. Paravirtualization is optional for Xvisor and will be supported in an architecture independent manner (such as VirtIO PCI/MMIO devices).
  • 19
    Red Hat Virtualization
    Red Hat® Virtualization is an enterprise virtualization platform that supports key virtualization workloads including resource-intensive and critical applications, built on Red Hat Enterprise Linux® and KVM and fully supported by Red Hat. Virtualize your resources, processes, and applications with a stable foundation for a cloud-native and containerized future. Automate, manage, and modernize your virtualization workloads. Whether automating daily operations or managing your VMs in Red Hat OpenShift, Red Hat Virtualization uses the Linux® skills your team knows and will build upon for future business needs. Built on an ecosystem of platform and partner solutions and integrated with Red Hat Enterprise Linux, Red Hat Ansible Automation Platform, Red Hat OpenStack® Platform, and Red Hat OpenShift to improve overall IT productivity and drive a higher return on investment.
  • 20
    Hornetsecurity VM Backup
    VM Backup (formerly Altaro VM Backup) is an award-wining virtual machine backup and replication solution for Hyper-V and VMware environments. It is used by 40,000+ businesses worldwide. Designed for IT departments, IT resellers, IT consultants and Managed Service Providers (MSPs), the solution provides robust, streamlined, enterprise-level functionality. It’s characterised by ease of use, speed and affordability. With its WAN-Optimized Replication and Continuous Data Protection (CDP), you can achieve minimal RPO and RTO, i.e., drastically reduce the length of time your virtual machines are down and the amount of data lost when disaster strikes – to just minutes. Virtual machine backup and replication software packed with powerful features for Hyper-V and VMware.
    Starting Price: $595.00/one-time
  • 21
    Kata Containers

    Kata Containers

    Kata Containers

    Kata Containers is Apache 2 licensed software consisting of two main components: the Kata agent, and the Kata Containerd shim v2 runtime. It also packages a Linux kernel and versions of QEMU, Cloud Hypervisor and Firecracker hypervisors. Kata Containers are as light and fast as containers and integrate with the container management layers—including popular orchestration tools such as Docker and Kubernetes (k8s)—while also delivering the security advantages of VMs. Kata Containers supports Linux (host and guest) for now. On the host side, we have installation instructions for several popular distributions. We also have out-of-the-box support for Clear Linux, Fedora, and CentOS 7 rootfs images through the OSBuilder which can also be used to roll your own guest images.
  • 22
    Hive Fabric
    HiveIO Delivers the Most Advanced Virtualization Platform for VDI. Period. The only solution to deliver an entire Virtual Desktop Infrastructure, tightly integrated into a single product. For many organizations considering VDI, Microsoft’s Windows Virtual Desktop seems like a great option at first glance. However, there are several questions you should ask before making a quick decision. This whitepaper will explore several key considerations when determining if WVD is the best choice for your team. HiveIO’s free community edition is intelligent virtualization software that give you the ability to create 5 virtual machines on a single host. See how Hive Fabric enables your remote workforce in a secure fashion -- at a fraction of the cost of other VDI options. Using swarm theory, intelligently utilize resources and scale your infrastructure.
  • 23
    Mbed OS
    Arm Mbed OS is a free, open-source IoT operating system that includes all the necessary features to develop IoT products. The OS includes everything you need to develop smart, connected products on Arm Cortex-M based hardware, including machine learning capabilities, security, connectivity stacks, an RTOS kernel and drivers for sensors and I/O devices. Arm Mbed OS is designed for the Internet of Things. It is integrated with connectivity, machine learning, networking, and security stacks and is supported with software libraries, development hardware, tutorials and examples. From hardware to the cloud, Mbed OS supports more than 70 silicon, module, cloud, and OEM partners, optimizing your developer choice. By using the Mbed OS API, your application code can remain clean, portable, and simple, while taking advantage of security, communications and machine learning. The integrated solution reduces development cost, time, and risk.
  • 24
    Virtuozzo

    Virtuozzo

    Virtuozzo

    Virtuozzo, is a global leader in alternative cloud enablement, providing unique, purpose-built software which enables infrastructure and platform solutions to over 600 service providers around the world. Performance, flexibility, and ease of use define the product line up. Our partners can quickly, cost effectively and profitably create alternative private, public, hybrid or multi-clouds, rivalling those from major cloud providers, but with greater ROI, and customization. Service providers and enterprises can choose between various products and capabilities, using software defined networking, storage and powerful compute management and monitoring. Virtuozzo’s primary products allow for the rapid construction of virtual private servers (VPS), IaaS, PaaS, Storage-as-a-Service, Kubernetes-as-a-Service, WordPress-as-a-Service and Anything-as-a-Service (XaaS).
  • 25
    Leostream

    Leostream

    Leostream Corporation

    Connect to anything - anywhere, any time, and from any device, quickly and securely. A modern web-based UI is your centralized hub for all your remote resources. Management wants Windows, designers want macOS, and developers want Linux - support multi-OS environments with ease. Leostream works seamlessly with Teradici Cloud Access Software and PCoIP Remote Workstation Cards, providing high-quality graphics for applications running in the datacenter or the cloud. Together, Leostream and Scale Computing offer a complete VDI solution that is simple to set up, easy to manage, and cost-effective for small business. Leostream manages user-to-resource assignments and connections in large-scale enterprise environments from wherever your users roam. Build a VDI or DaaS solution your clients will love with Leostream. Leostream provides all the tools you need to build and deploy a VDI.
    Starting Price: $7.50 per user per month
  • 26
    µ-visor

    µ-visor

    Green Hills Software

    µ-visor is Green Hill Software’s virtualization solution for microcontrollers. It features robust hardware-enforced software separation, multiple-OS support and real-time efficiency to safely and securely consolidate critical workloads on resource-constrained processors. µ-visor’s scalable and efficient architecture guarantees freedom-from-interference to multiple operating systems running on the same CPU and offers flexible options to fully utilize multiple cores and limited processor resources. Like other Green Hills products, µ-visor is designed for systems with critical requirements for industry-specific safety and security certifications and it enjoys the powerful support of Green Hills’ advanced integrated development tools. µ-visor’s virtual machines and their operating systems enjoy freedom-from-interference from each other through hardware-enforced separation
  • 27
    Cameyo

    Cameyo

    Cameyo

    Cameyo is the secure Virtual Application Delivery (VAD) platform for any Digital Workspace. Cameyo makes it simple, seamless, and secure to deliver Windows and internal web applications to any device from the browser without the need for virtual desktops or VPNs. By enabling organizations to provide their people with secure access to the business-critical apps they need to stay productive from anywhere, Cameyo helps make remote & hybrid work, work. Hundreds of enterprises and organizations utilize Cameyo’s Digital Workspace solution to deliver Windows and internal web applications to hundreds of thousands of users worldwide.
    Starting Price: $12.00/month/user
  • 28
    V-locity

    V-locity

    Condusiv Technologies

    Throughput acceleration software for virtual servers - boosts Windows application performance at least 30%. Guaranteed to solve your toughest application performance challenges on I/O intensive systems, like MS-SQL! V-locity eliminates the two big I/O inefficiencies in a virtual environment that generate a minimum of 30-40% I/O traffic that is nothing but mere noise dampening performance and unnecessarily chewing up precious storage IOPS. Not only can you expect an immediate boost and reclaim 30-40% of your storage IOPS, but many offload upwards of 50% of I/O traffic from storage for big performance gains in the 2X-10X range, by simply allocating a little extra memory on key systems to better leverage V-locity for an even bigger benefit on MS-SQL workloads, Oracle, ERP, VDI, EHR (MEDITECH), Business Intelligence (BI) apps, CRM, Exchange, SharePoint, file servers, backup, and more. Just download and install - no reboot required! Watch Performance return and shadow IT problems disappear!
    Starting Price: $524.95
  • 29
    DuinOS

    DuinOS

    DuinOS

    DuinOS is a small multithreading real time operating system (RTOS), based on the FreeRTOS kernel, for Arduino compatible boards. The Project is being recreated with a new approach, now with FreeRTOS 10 and soon with ARM Cortex-M, if you want to be Beta Tester, contact us through the project’s website.
  • 30
    Oracle VM
    Designed for efficiency and optimized for performance, Oracle's server virtualization products support x86 and SPARC architectures and a variety of workloads such as Linux, Windows and Oracle Solaris. In addition to solutions that are hypervisor-based, Oracle also offers virtualization built in to hardware and Oracle operating systems to deliver the most complete and optimized solution for your entire computing environment.
  • 31
    Yandex Cloud Backup
    Yandex Cloud Backup allows you to save application data and ensure its integrity by using the Cloud Backup agent in the guest OS. Restore individual files from backups to the appropriate directory of the current version of the VM. Configure virtual machine backup policies for the entire cloud using the console. Apply these policies when configuring VMs. All backup operations are performed in the cloud; you only need to establish and apply policies to the required virtual machines. Unlike a disk snapshot, the service creates a copy of all virtual machine disks, including network SSDs and HDDs, non-replicated disks, and dedicated host local disks. When restoring the previous state of the current virtual machine is impossible, you can restore its backup to a new virtual machine.
  • 32
    Softchoice

    Softchoice

    Softchoice

    VMware Enterprise Licensing Agreement (ELA). Simplify software asset management (SAM) for VMware. Make the most of your VMware investments. Even the most advanced IT department may struggle to procure, deploy and manage thousands of enterprise VMware assets. Navigating the negotiation and renewal process only adds time and complexity. Without a deep understanding of VMware licensing programs, terms and conditions, it’s easy to fall behind – and risk overspending. A VMware enterprise licensing agreement (ELA) simplifies licensing and reduces costs. With enterprise-wide coverage and 3-year terms, it frees IT resources from time-consuming licensing tasks. Working with Softchoice ensures you get the best value from your ELA. Make the most of your VMware investments. Right-size your SAM strategy. Enterprise software agreements have made it much more cost-effective to acquire the technology that powers your business.
  • 33
    dinCloud

    dinCloud

    dinCloud

    dinCloud is a Cloud Services Provider (CSP) that helps organizations rapidly migrate to the cloud through a strong network of Value Added Resellers (VARs) and Managed Service Providers (MSPs). Each customer’s hosted private cloud offers hosted workspaces and cloud infrastructure that the customer controls through direct and open access. dinCloud’s subscription-based services are tailored to fit a range of business models resulting in reduced cost, enhanced security, control, and productivity.
  • 34
    Kubermatic Kubernetes Platform
    Kubermatic Kubernetes Platform (KKP) helps enterprises successfully drive digital transformation by automating their cloud operations anywhere. KKP enables operations and DevOps teams to centrally manage VMs and containerized workloads across hybrid-cloud, multi-cloud, and edge environments with an intuitive self-service developer and operations portal. Kubermatic Kubernetes Platform is open source. Automate operations of thousands of Kubernetes clusters across multi-cloud, on-prem, and edge environments with unparalleled density and resilience. Setup and run your multicloud self service Kubernetes platform with the shortest time to market. Empower your developers and operations team to deploy their clusters in less than three minutes on any infrastructure. Centrally manage your workloads from a single dashboard with a consistent experience from cloud to on-prem to edge. Manage your cloud native stack at scale with enterprise level governance.
  • 35
    PerfectDisk vSphere

    PerfectDisk vSphere

    Raxco Software

    PerfectDisk® 14 vSphere improves VMware I/O performance by reducing unnecessary SCSI commands issued by guest machines. Reducing SCSI commands improves I/O throughput and reduces I/O latency bottlenecks. PerfectDisk vSphere is a complete solution that optimizes your physical host, guest machines, and your storage solution to eliminate I/O throughput and I/O latency bottlenecks. This includes the optimization of both fat and thin provisioned virtual storage on both local and external RAID / SAN solutions. Virtual infrastructure awareness technology monitors resource availability at the physical host level and enables high resource availability and intelligent real time I/O prioritization during file system optimization. This technology allows optimizations to occur dynamically between virtual guests so as to completely eliminate the resource contention caused by simultaneous optimizations. PerfectDisk vSphere also includes full support for vMotion.
  • 36
    Fortress

    Fortress

    Fortress Labs

    Fortress offers fully-isolated, secure-by-design availability environments that run “shadow” VMs of your industrial applications in order to provide unparalleled availability and resilience. The Integrity Environment offers a robust, agent-less snapshotting mechanism, which dynamically captures client-specific control system configurations, coupled with malware scanning and encryption/decryption engines that ensure the integrity and confidentiality of system backups. The execution environment contains specialized tools for actually running secondary copies of industrial control system applications within purpose-built, hardened virtual machines, “hydrated” by configuration data from the integrity environment. All components of the Fortress platform are kept on specialized infrastructure that is logically and physically separated from the client’s primary network. Whereas traditional high-availability systems are vulnerable to malicious lateral attacks.
  • 37
    Enigma Virtual Box

    Enigma Virtual Box

    The Enigma Protector

    Application virtualization system for Windows. Enigma Virtual Box enables application files and registry to be consolidated in a single executable file, without loss of efficiency and without virtualized files having to be extracted to the HDD. Enigma Virtual Box is a free application that supports both x86 and x64 binaries. Enigma Virtual Box is used for file and registry systems virtualization and allows you to consolidate all files and registry used by your application into a single executable file without having to extract virtual files to the disk. With Enigma Virtual Box, you can virtualize any types of files, dynamic libraries, ActiveX/COM objects, video and music files, text files, etc. Enigma Virtual Box does not extract temporary files to the HDD, file emulation is performed in the process memory only. Enigma Virtual Box does not extract the virtualized files to the disk and does not create any temporary files on the user's computer.
    Starting Price: $199
  • 38
    NanoVMs

    NanoVMs

    NanoVMs

    Unikernels are fast, secure, increase server density and eliminate devops. Unikernels can boot 2 orders of magnitude faster than docker and run software up to 200% faster on GCP and up to 300% faster on AWS. Unikernels by design help prevent many types of remote code execution attacks and you can run thousands of them on commodity hardware. We can provision hundreds to thousands of virtual machines on the same hardware. We don't scan for hacked systems - we remove the tools hackers use to stop it in the first place.
    Starting Price: Free
  • 39
    STORServer VMB

    STORServer VMB

    STORServer

    STORServer® Virtual Machine Backup (VMB) lets you back up and archive VMware virtual machines to your IBM Spectrum® Protect server on a STORServer Appliance or in an existing IBM Spectrum Protect environment. STORServer VMB can be installed and configured quickly, takes minutes a day to manage, and is an ideal solution for businesses backing up virtual environments. STORServer VMB supports the use of two different backup technologies, one developed by STORServer (VMB Native, which is used by default) and the other, VMB Spectrum, which is based on IBM Spectrum Protect for Virtual Environments, Data Protection for VMware. You may configure STORServer VMB to use the backup technology that best meets your backup needs. Virtual machine (VM) data is moved directly to and from VMs and IBM Spectrum Protect storage pools without ESX/ESXi server involvement. Changed block tracking (CBT) minimizes the amount of data transferred.
  • 40
    Azure Bastion

    Azure Bastion

    Microsoft

    Managed RDP/SSH to VMs over SSL using private IP on the VM Azure Bastion is a fully managed PaaS service that provides secure and seamless RDP and SSH access to your virtual machines directly through the Azure Portal. Azure Bastion is provisioned directly in your Virtual Network (VNet) and supports all VMs in your Virtual Network (VNet) using SSL without any exposure through public IP addresses. Connect your RDP and SSH sessions directly in the Azure Portal using a single click experience Log into your Azure virtual machines and avoid public Internet exposure using SSH and RDP with private IP addresses only Integrate and traverse existing firewalls and security perimeter using a modern HTML5 based web client and standard SSL ports Use your SSH keys for authentication when logging into your Azure virtual machines
  • 41
    SABA Chatbot

    SABA Chatbot

    SABA Hospitality

    Enhance your guest experience and streamline hotel operations through highly personalized communication using your guest’s preferred communication style. The SABA Chatbot is an automated, 360 degree, a communication platform for hotels. Our intelligent hotel chatbot uses artificial intelligence and machine learning to personalize the guest experience and drive conversations by answering guest questions, taking requests, making recommendations and helping to book hotel services. Our natural language processing algorithm will understand the intent of your guests, and respond instantly with on-brand communication. The SABA Chatbot is trained to understand the true intent of guest queries, and assess the guests sentiment to ensure a superior user experience. It will answer all guest questions and respond to service requests to ensure maximal engagement and service quality. Eliminate the anxiety of guests visiting a property where staff may not speak their language.
  • 42
    Epicuri

    Epicuri

    ThinkTouchSee

    Enterprise features, 24/7 support and fully mobile POS for restaurants, bars, clubs and cafes. - Android tablet mobile POS - Rerservations and Takeaways - Table Planning - Table and Counter Service POS - Guest app for takeaways/at-table self-service - Online ordering - Online reservations - Wireless printing to prep areas and billing - Paperless ticketing for the kitchen - Stock control - Staff management - Full menu management - Integrations with Hotel PMS - Integrations with Accounting Software - Integrations with PDQ card payment machines The Epicuri platform uniquely blends Restaurant Point of Sale (POS) and Guest Management by putting a firm focus on front-of-house where the restaurant and guest meet. Epicuri helps attract, book, host and re-engage your guests in way never before possible.
    Starting Price: £10/month
  • 43
    KubeVirt

    KubeVirt

    KubeVirt

    KubeVirt technology addresses the needs of development teams that have adopted or want to adopt Kubernetes but possess existing Virtual Machine-based workloads that cannot be easily containerized. More specifically, the technology provides a unified development platform where developers can build, modify, and deploy applications residing in both application containers as well as virtual machines in a common, shared environment. The benefits are broad and significant. Teams with a reliance on existing virtual machine-based workloads are empowered to rapidly containerize applications. With virtualized workloads placed directly in development workflows, teams can decompose them over time while still leveraging the remaining virtualized components as is comfortably desired. Combine existing virtualized workloads with new container workloads on the one platform. Support development of new microservice applications in containers that interact with existing virtualized applications.
  • 44
    VMware ESXi

    VMware ESXi

    Broadcom

    Discover a robust, bare-metal hypervisor that installs directly onto your physical server. With direct access to and control of underlying resources, VMware ESXi effectively partitions hardware to consolidate applications and cut costs. It’s the industry leader for efficient architecture, setting the standard for reliability, performance, and support. IT teams are under constant pressure to meet fluctuating market trends and heightened customer demands. At the same time, they must stretch IT resources to accommodate increasingly complex projects. Fortunately, ESXi helps balance the need for both better business outcomes and IT savings.
  • 45
    SABA Host

    SABA Host

    SABA Hospitality

    Create amazing guest experiences and earn more money, with less effort! SABA Host is a digital version of you. There to answer all your guest’s questions, give recommendations, and provide assistance whenever they need. So while you sleep, work or enjoy time with family and friends, SABA Host is looking after your guest’s every need, to ensure a 5 star experience for that 5 star review. And guests don’t have to download a thing. Ensure happy guests leave great reviews, and reduce negative reviews. Effortlessly offer guests the additional services they already want. Use technology specifically designed to create seamless & unique guest experiences. Technology opens up a world of opportunity, and going digital in your property will allow you to give guests tools that hard copy guide book and property manuals simply cannot. Easy access to host recommendations to experience truly unique and memorable stays.
  • 46
    AWS Nitro System
    The AWS Nitro System is the foundation for the latest generation of Amazon EC2 instances, enabling AWS to innovate faster, reduce costs for customers, and deliver enhanced security and new instance types. By reimagining virtualization infrastructure, AWS has offloaded functions such as CPU, storage, and networking virtualization to dedicated hardware and software, allowing nearly all server resources to be allocated to instances. This architecture comprises several key components: Nitro Cards, which offload and accelerate I/O for functions like VPC, EBS, and instance storage; the Nitro Security Chip, providing a minimized attack surface and prohibiting administrative access to eliminate human error and tampering; and the Nitro Hypervisor, a lightweight hypervisor that manages memory and CPU allocation, delivering performance nearly indistinguishable from bare metal. The Nitro System's modular design allows for rapid delivery of EC2 instance types.
  • 47
    Virtual Serial Port Driver

    Virtual Serial Port Driver

    Electronic Team, Inc.

    Virtual Serial Port Driver is a system utility by Electronic Team that emulates a serial port and pairs it with another virtual serial port via a virtual null modem cable. All ports created with the help of the software completely emulate serial port settings exactly like real ones, and support HandFlow control and signal lines. This makes virtual serial ports visible to an operating system, which recognizes them as “standard” hardware serial ports. All data sent to one virtual COM port immediately appears in the other one and vice versa. Once a virtual serial port pair is created, users can find the ports in Device manager. They are available for use on system startup, even before logging in to the system. Users developing their own applications can integrate a Virtual Serial Port Driver (DLL, ActiveX, or Core level usage) into their software to create and manage virtual COM ports directly from it.
    Starting Price: $139.95
  • 48
    Fuel AI-Powered CRM
    Increase guest engagement with relevant, timely marketing campaigns tailored to each guest. Our all-new AI-Powered Hotel CRM software tracks every guest behavior in real-time, creates real-time segments with personalized recommendations, and enables customer-centric marketing across all your channels. Combine all guest attributes from across your systems, including message engagement, website behavior, and PMS profile information, into a single customer view of each guest, allowing for true 1:1 marketing. Target drip campaigns to guests based on their unique potential value, sentiment, and propensity, determined in real-time through a holistic view of guest research and booking behavior patterns. Engage the right guests for each campaign with automated segmentation recommendations, powered by Blueshift’s machine learning algorithms and Fuel’s data scientists. Guests will receive messages at the precise times they are most likely to interact with your brand.
  • 49
    Synology Virtual Machine Manager
    Virtual Machine Manager opens up abundant possibilities. You can set up and run various virtual machines, including Windows, Linux (Ubuntu, Red Hat, CentOS, Fedora, Debian, Oracle) or Virtual DSM all on one Synology NAS. You can also test a new software version in a sandbox environment, isolate your customers' machines or increase the flexibility of your server. Synology VMM lets you build a cost-effective and easily managed virtualization environment by combining computing, storage and networking resources on a single hardware platform. VMM provides an equally intuitive experience as DiskStation Manager, offering a reliable storage solution with robust features. You can run multiple virtual machines on your Synology NAS with operating systems including Windows, Linux and Virtual DSM.
  • 50
    LXD

    LXD

    Canonical

    LXD is a next generation system container manager. It offers a user experience similar to virtual machines but using Linux containers instead. It's image based with pre-made images available for a wide number of Linux distributions and is built around a very powerful, yet pretty simple, REST API. To get a better idea of what LXD is and what it does, you can try it online! Then if you want to run it locally, take a look at our getting started guide. The LXD project was founded and is currently led by Canonical Ltd with contributions from a range of other companies and individual contributors. The core of LXD is a privileged daemon which exposes a REST API over a local unix socket as well as over the network (if enabled). Clients, such as the command line tool provided with LXD itself then do everything through that REST API. It means that whether you're talking to your local host or a remote server, everything works the same way.