Open Source Virtual Machine Software - Page 2

Virtual Machine Software

View 61 business solutions
  • PMG Low-Code Automation Platform Icon
    PMG Low-Code Automation Platform

    For companies of all sizes interested in a low-code and digital process automation platform

    PMG is a low-code software platform that allows users to configure automation solutions and business applications to drive digital transformation initiatives. From streamlining business processes through automation, to integrating existing systems and filling in point solution functionality gaps, to delivering a collaborative workspace and unified user experience – PMG’s low-code platform does it all without coding. Business users as well as IT resources are empowered to configure, deploy, and maintain solutions that meet their company’s specific needs.
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
  • 1
    vmdkutil is a utility to manage VMware sparse virtual disk files (.vmdk), creating, cloning, merging, etc.
    Leader badge
    Downloads: 65 This Week
    Last Update:
    See Project
  • 2
    The Virtual USB Analyzer is a graphical tool for browsing traces of captured USB data. It supports logs generated by Ellisys hardware analyzers and VMware's software analyzer, and Linux's usbmon.
    Leader badge
    Downloads: 36 This Week
    Last Update:
    See Project
  • 3
    AutomatedLab

    AutomatedLab

    Framework that lets you deploy complex labs on HyperV and Azure

    AutomatedLab is a provisioning solution and framework that lets you deploy complex labs on HyperV and Azure with simple PowerShell scripts. It supports all Windows operating systems from 2008 R2 to 2019, some Linux distributions and various products like AD, Exchange, PKI, IIS, etc. AutomatedLab (AL) enables you to setup test and lab environments on Hyper-v or Azure with multiple products or just a single VM in a very short time. There are only two requirements you need to make sure: You need the DVD ISO images and a Hyper-V host or an Azure subscription. Requires Windows Management Framework 5+ (Windows). Requires Intel VT-x or AMD/V capable CPU, a decent amount of RAM, and low-latency high-throughput storage (No spinning disks please, as there are issues related to them). This solution supports setting up virtual machines with Windows 7, 2008 R2, 8 / 8.1 and 2012 / 2012 R2, 10 / 2016, 2019, and SQL Server 2008, 2008R2, 2012, 2014, 2016, 2017, 2019.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    VM Tweaker
    "VM Tweaker" is a hidden features tweaker for VMWare "*.vmx" files. Originally started as a simple VM guest time tweaker it gradually evolved into quite a useful tool. Short overview of features: Different VM EFI/BIOS Tweaks, Memory performance optimizations; VM state backup (VMWare Player Snapshot-like behaviour); Time/date sync between host and guest; VM Debugging config; MAC address tweaking; UUID keep switch(VM 5.x-like); Hardware compatibility switch(esx/hosted); Tweak amount of VGA RAM and more...
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
  • 5

    vboxsvc - VirtualBox SMF service wrapper

    SMF service wrapper for VirtualBox under Solaris 10+ and OpenSolaris.

    SMF service wrapper for Sun/Oracle VirtualBox under Sun/Oracle Solaris 10+ and OpenSolaris builds (including OpenIndiana and illumos). Detailed project description is available in the README file: http://vboxsvc.svn.sourceforge.net/viewvc/vboxsvc/usr/share/doc/vboxsvc/README-vboxsvc.txt Discuss and get help in VirtualBox Forum thread "[Free as in beer] SMF service for VirtualBox VM's": https://forums.virtualbox.org/viewtopic.php?f=11&t=33249 A replica is hosted (and would likely be the HEAD of development soon) at https://github.com/jimklimov/vboxsvc See also https://github.com/jimklimov/vboxconfig_sh.git for tweaks needed to set up Oracle VirtualBox for Solaris packages (4.x, 5.0.x) on illumos hosts. For recent OpenIndiana and OmniOS (since 2019) there are packages provided by distributions, and these tweaks are not required then.
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 6
    Ring

    Ring

    Simple and flexible programming language for applications development

    The Ring is a practical general-purpose multi-paradigm language. The supported programming paradigms are Imperative, Procedural, Object-Oriented, Functional, Meta programming, Declarative programming using nested structures, and Natural programming. The language is portable (Windows, Linux, macOS, Android, etc.) and can be used to create Console, GUI, Web, Games and Mobile applications. The language is designed to be Simple, Small and Flexible.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7
    Boot2Docker

    Boot2Docker

    Linux distribution made specifically to run Docker containers

    Boot2Docker is a lightweight Linux distribution made specifically to run Docker containers. It runs completely from RAM, is a ~45MB download and boots quickly. Boot2Docker is designed and tuned for development. Using it for any kind of production workloads is highly discouraged. Installation should be performed via Docker Toolbox which installs Docker Machine, the Boot2Docker VM, and other necessary tools. Boot2Docker is used via Docker Machine (installed as part of Docker Toolbox) which leverages VirtualBox's VBoxManage to initialise, start, stop and delete the VM right from the command line. Docker Machine auto logs in using the generated SSH key, but if you want to SSH into the machine manually (or you're not using a Docker Machine managed VM), you can do so. Boot2docker uses Tiny Core Linux, which runs from RAM and so does not persist filesystem changes by default.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Multipass

    Multipass

    Multipass orchestrates virtual Ubuntu instances

    Multipass is a lightweight VM manager for Linux, Windows and macOS. It's designed for developers who want a fresh Ubuntu environment with a single command. It uses KVM on Linux, Hyper-V on Windows and QEMU on macOS to run the VM with minimal overhead. It can also use VirtualBox on Windows and macOS. Multipass will fetch images for you and keep them up to date. Since it supports metadata for cloud-init, you can simulate a small cloud deployment on your laptop or workstation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Simplify

    Simplify

    Android virtual machine and deobfuscator

    Simplify virtually executes an app to understand its behavior and then tries to optimize the code so that it behaves identically but is easier for a human to understand. Each optimization type is simple and generic, so it doesn't matter what specific type of obfuscation is used. Provides a virtual machine sandbox for executing Dalvik methods. After executing a method, it returns a graph containing all possible register and class values for every execution path. It works even if some values are unknown, such as file and network I/O. For example, any if or switch conditional with an unknown value results in both branches being taken. Analyzes the execution graphs from smalivm and applies optimizations such as constant propagation, dead code removal, unreflection, and some peephole optimizations. These are fairly simple, but when applied together repeatedly, they'll decrypt strings, remove reflection, and greatly simplify code. It does not rename methods and classes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
  • 10
    VirtualBuddy

    VirtualBuddy

    Virtualize macOS 12 and later on Apple Silicon

    VirtualBuddy can virtualize macOS 12 and later on Apple Silicon, with the goal of offering features that are useful to developers who need to test their apps on multiple versions of macOS, especially betas.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    ievms

    ievms

    Automated installation of the Microsoft IE App Compat virtual machines

    Microsoft provides virtual machine disk images to facilitate website testing in multiple versions of IE, regardless of the host operating system. Unfortunately, setting these virtual machines up without Microsoft's VirtualPC can be extremely difficult. The ievms scripts aim to facilitate that process using VirtualBox on Linux or OS X. With a single command, you can have IE6, IE7, IE8 and IE9 running in separate virtual machines. Install network adapter drivers by opening the drivers CD image in the VM. The IE6 network drivers must be installed upon first boot, or an activation loop will prevent subsequent logins forever. If this happens, restoring to the clean snapshot will reset the activation lock. The VHD archives are massive and can take hours or tens of minutes to download, depending on the speed of your internet connection. You might want to start the install and then go catch a movie, or maybe dinner, or both.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Virtual Machines and Appliances

    Virtual Machines and Appliances

    Virtual Machines in OVA format for VirtualBox and other virtualization

    Download ready-to-use OVA files containing your favorite OS, such as Debian, Ubuntu, Mint, FreeBSD, OpenBSD, etc. Simply "Import" the OVA into VirtualBox and go. (Control+I when in VirtualBox) Most distributions come in their 32 bit and 64 bit flavors, as well as "Minimal" and "GUI" versions. Where possible, guest additions have been installed to optimize the experience. Overall this is to aid in quick deployment, testing of environments, application development, or simply getting a personal virtual machine up and running as quickly as possible, with no fuss. Provided in OVA format, simply "File" -> "Import" in VirtualBox. VM Default Credentials: Root Password: toor User Password: nimda The "user" name will be the distribution you're running. For example if it's FreeBSD, the user's name is "freebsd".
    Downloads: 26 This Week
    Last Update:
    See Project
  • 13

    VMware Infrastructure (vSphere) Java API

    high performance yet easy to use Java API for managing VMware vSphere

    This project provides a full set of libraries to manage VMware Infrastructure and vSphere. 2.0+ includes a new Web Service engine much faster/smaller than Apach AXIS. Start @ http://vijava.sf.net Blog @ http://doublecloud.org Twitter: @sjin2008 For commercial support and product vijavaNG, visit http://www.doublecloud.net.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14
    VBoxHDTools

    VBoxHDTools

    An easy way to copy, resize and manage Virtual HD

    Manage Virtual Machine Hard Disks. This tool uses the VirtualBox vboxmanage tool in command line. The main features are: Multiple HD format from/to convertion: VDI, VMDK, VHD, RAW VDI and VMDK resizing UUID change
    Downloads: 44 This Week
    Last Update:
    See Project
  • 15
    qcow2image

    qcow2image

    This project provides virtual machines for qcow2

    Welcome! This project provides virtual machines for qcow2 for several free and/or open-source operating systems, such as GNU/Linux for testing, security and/or entertainment purposes. In most cases, we've done a minimal setup, to let you alter the images to your own needs and learn how to use the operating systems. We will try to provide instructions for key tasks (for example, installing Guest Additions) for each image. Updates on new images and problems will be provided in the News page. We would like you to subscribe to our newsfeed or follow us by by e-mail, either. We hope you enjoy your stay.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 16
    Serpent is a real-time scripting language inspired by Python but completely reimplemented to support real-time garbage collection and multiple instances of the virtual machines running on independent threads.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 17
    Clipper/XBase compatible compiler with initial support other xBase dialects. Multitasking, OOP,SIX/Comix, SQL and ODBC drivers,a C-API for third-party developers, a few wrappers for popular libraries (such as BZIP, GZIP, GD, Crypto, and Fcgi), ....
    Downloads: 9 This Week
    Last Update:
    See Project
  • 18
    JPC
    The fast x86 PC emulator in 100% pure Java
    Downloads: 9 This Week
    Last Update:
    See Project
  • 19
    Android Tablet 7.1.2 on Virtual Machines
    Instructions: After starting this VM, enable the Play Store app, by clicking the Settings -> Apps -> Play Store -> Enable. Then, Launch Play Store App, by clicking the 3 vertical dots icon, at the bottom of desktop. Then download whatever app is needed from the Play Store. Quickly, Cancel any automatic downloads of Play Store app ( itself ), from the notification drawer, as this will prevent it from its future working. Disable the Play Store app, after your other app installs are completed. Increase CPU Count and Memory in VM's Settings, as required, for better performance. If you are very new to virtual machines, then please refer the Wiki Page for its setup instructions, for all major operating systems. Tags: Android Tablet, Android ova, Android Phone, Android OS, Android Operating System, Android Emulator, Android Simulator, android apps, apk, virtual machine
    Downloads: 15 This Week
    Last Update:
    See Project
  • 20
    JNode is a Java New Operating system Design Effort. JNode is a simple to use and install Java operating system for personal use on modern devices. Any java application runs on it, fast and safe. See our homepage for additional information.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    The user-mode kernel port is a port of the Linux kernel which runs in a set of processes. The result is a user-mode virtual machine and a kernel which can be debugged and developed using all of the usual process-level tools.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 22
    Mozart-Oz Programming System

    Mozart-Oz Programming System

    Runtime and development environment of Oz

    The Mozart Programming System is an open source implementation of the programming language Oz 3. Oz is a multi-paradigm language that supports declarative programming, object-oriented programming, constraint programming, concurrency and distributed programming as part of a coherent whole.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 23
    Yet another Tetris clone. It features up to 4 simultaneous players, 5 customizable play modes, a piece editor and player profiles (high scores and statistics). Customizable skin, music and background
    Downloads: 7 This Week
    Last Update:
    See Project
  • 24
    raw2vmdk is an OS independent Java utility that allows you to mount raw disk images, like images created by "dd", using VMware, VirtualBox or any other virtualization platform supporting the VMDK disk format.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 25
    VDI Studio is a free editor for VirtualBox disk image files.
    Leader badge
    Downloads: 12 This Week
    Last Update:
    See Project