Showing 57 open source projects for "virtual floopy disk"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 1
    KVM-Opencore

    KVM-Opencore

    OpenCore disk image for running macOS VMs on Proxmox/QEMU

    This is a fork of Leoyzen's OpenCore image for QEMU/KVM, which I've extended to add a build system for automatically building all of the required files from source code, and to keep up with the latest OpenCore changes. It is currently tested to boot macOS Catalina, Big Sur, and Monterey, but will likely also boot older versions of macOS.
    Downloads: 56 This Week
    Last Update:
    See Project
  • 2
    Zenith

    Zenith

    Sort of like top or htop but with zoom-able charts, CPU, GPU

    In terminal graphical metrics for your *nix system written in Rust. The make file provides for building fully static versions on Linux against the musl C library. It requires musl-gcc to be installed on the system. Install "musl-tools" package on debian/ubuntu derivatives, "musl-gcc" on fedora and equivalent on other distributions from their standard repos. If one needs to build with NVIDIA support in a virtual environment, then it requires some more setup since typically the VM software is...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 3
    86Box

    86Box

    Emulator of x86-based machines based on PCem

    ...Easy to use interface inspired by mainstream hypervisor software. Low level emulation of 8086-based processors up to the Pentium with focus on accuracy. Great range of customizability of virtual machines. Many available systems, such as the very first IBM PC 5150 from 1981, or the more obscure IBM PS/2 line of systems based on the Micro Channel Architecture. Lots of supported peripherals including video adapters, sound cards, network adapters, hard disk controllers, and SCSI adapters. MIDI output to Windows built-in MIDI support, FluidSynth, or emulated Roland synthesizers. ...
    Downloads: 76 This Week
    Last Update:
    See Project
  • 4
    macOS (Dockur)

    macOS (Dockur)

    macOS inside a Docker container

    dockur/macos packages a macOS virtual machine inside a Docker container using QEMU/KVM, making it easy to spin up a macOS environment on a Linux host. It provides sensible defaults for firmware, disk, and devices, plus a browser-accessible VNC console so you can complete installation and interact with the desktop remotely. Typical inputs—like environment variables and mounted volumes—control edition choice, storage persistence, and resource sizing, which makes runs repeatable and disposable. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    Windows (Dockur)

    Windows (Dockur)

    Windows inside a Docker container

    This project makes it surprisingly easy to run a Windows environment inside a Docker container by using a QEMU-based virtual machine under the hood. It provides a turnkey image and a simple set of environment variables so you can select Windows editions, control disk persistence, and access the VM via a web-based VNC console or similar remote viewers. Because the VM is wrapped in Docker, you can treat Windows as a disposable, repeatable service: create, snapshot with volumes, tear down, and rebuild with consistent results. ...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 6
    GCSF

    GCSF

    a FUSE file system based on Google Drive

    GCSF is a virtual filesystem that allows users to mount their Google Drive account locally and interact with it as a regular disk partition. Update (April 2019): I am currently still using and maintaining this project but I have very little time to dedicate to it. As such, it might take a while before I get around to fixing known bugs / implementing feature requests / responding to open issues.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Vanilla OS Live ISO Builder

    Vanilla OS Live ISO Builder

    Vanilla OS Live ISO Builder.

    Vanilla OS Live ISO provides the official live environment and installer for Vanilla OS, a Linux distribution that blends immutability, security, and user-friendliness. Built on Ubuntu with an immutable root file system, Vanilla OS uses ABRoot and Distrobox to offer transactional updates and containerized app environments. The live ISO project enables users to boot and test the OS without installation, and includes the Calamares installer to simplify the setup process. It ensures users can...
    Downloads: 45 This Week
    Last Update:
    See Project
  • 8
    WinDiskWriter

    WinDiskWriter

    Windows Bootable USB creator for macOS

    Windows USB disk creator for macOS. You can use this app to create bootable universal USB Windows installers that support both UEFI and Legacy BIOS modes. With this USB drive, you can install and enjoy Windows on your PC, Intel Mac, or certain Virtual Machines. WinDiskWriter knows how to make a bootable drive for each Windows Image type. You can bypass TPM, Minimum RAM, Secure Boot, and some other System Requirements set by Microsoft for Windows 11.
    Downloads: 46 This Week
    Last Update:
    See Project
  • 9
    SQLite compiled to JavaScript

    SQLite compiled to JavaScript

    A javascript library to run SQLite on the web

    sql.js is a javascript SQL database. It allows you to create a relational database and query it entirely in the browser. You can try it in this online demo. It uses a virtual database file stored in memory, and thus doesn't persist the changes made to the database. However, it allows you to import any existing sqlite file, and to export the created database as a JavaScript typed array. sql.js uses emscripten to compile SQLite to webassembly (or to javascript code for compatibility with older...
    Downloads: 26 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    Besu Ethereum Client

    Besu Ethereum Client

    An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client

    You can use Besu to develop enterprise applications requiring secure, high-performance transaction processing in a private network. A private network is a network not connected to Ethereum Mainnet or an Ethereum testnet. Private networks typically use a different chain ID and proof of authority consensus (QBFT, IBFT 2.0, or Clique). You can also create a local development network using proof of work (Ethash). Instructions for how to get started with developing on the Besu codebase. Please...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    OSX-Optimizer

    OSX-Optimizer

    Optimize MacOS, Shell scripts to speed up your mac boot time

    ...The script collection includes aggressive adjustments like skipping the GUI login screen, enabling performance mode via NVRAM flags, and disabling large wallpapers and visual effects to reduce graphical overhead. It also provides commands to disable Spotlight indexing system-wide, which can significantly speed up virtual machines where disk I/O is at a premium.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    Zeek

    Zeek

    Zeek is a powerful network analysis framework

    ...Vern and the project’s leadership team renamed Bro to Zeek in late 2018 to celebrate its expansion and continued development. Zeek is not an active security device, like a firewall or intrusion prevention system. Rather, Zeek sits on a “sensor,” a hardware, software, virtual, or cloud platform that quietly and unobtrusively observes network traffic. Zeek interprets what it sees and creates compact, high-fidelity transaction logs, file content, and fully customized output, suitable for manual review on disk or in a more analyst-friendly tool like a security and information event management (SIEM) system.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 13
    Curve

    Curve

    Curve is a sandbox project hosted by the CNCF Foundation

    ...Curve is a modern storage system developed by netease, currently supporting file storage(CurveFS) and block storage(CurveBS). Now it's hosted at CNCF as a sandbox project. The performance, mixed, capacity cloud disk or persistent volume of virtual machine/container, and remote disks of physical machines. High-performance separation of storage and computation architecture: high-performance and low latency architecture based on RDMA+SPDK, supporting the separation deployment structure of various databases such as MySQL and Kafka.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    VMLauncher

    GUI manager for launching disk images in the QEMU virtual machine.

    # VMLauncher GUI manager for launching disk images (*.iso, *.raw, *.img, *.bin, *.vdi, *.vmdk, *.vhd, *.vhdx, *.qcow2) in the QEMU virtual machine. ## Features - Quick start of any operating system. - No need to install. - Useful for testing flash drives. - Simple GUI - Windows only ## Download - Latest release: https://github.com/exxellengames/VMLauncher/releases ## Official Website - EN: https://exxellengames.great-site.net/en/ - RU: https://exxellengames.great-site.net/ru/ ## Author exxellengames
    Downloads: 5 This Week
    Last Update:
    See Project
  • 15

    ProxyCryptGUI

    An easy to use 'front-end' to ProxyCrypt 3.X encryption application

    ProxyCryptGUI2025 • ProxyCryptGUI2025 is a free application that provides a Windows GUI (graphical user interface) for ProxyCrypt to manage encrypted virtual disk drives. • The setup file for ProxyCryptGUI2025 includes the required setup of ProxyCrypt 3.x and required AIM disk driver. • All files stored in an encrypted virtual drive can be accessed just as any files on regular disk drives but only after the drive is mounted/opened with the associated passphrase. • ProxyCryptGUI2025 can open and convert most (but not all) older ProxyCrypt 2.x encrypted containers...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    Live Raizo - Linux for Virtual SysAdmin

    Live Raizo - Linux for Virtual SysAdmin

    Environment to experiment the system on simulated and real networks

    - Live Raizo is a linux distribution based on Debian 13 (Trixie) to experiment the system administration on simulated networks and real devices. - GNS3 is the gui used to manipulate the simulators/emulators of networks and systems like QEmu, Docker, Dynamips. - With this GNS3, you can clone as many times as you want the templates of virtual linux machines named "Debian" and "DDebian" that contain many network tools and services. - The prompt and the output of several linux commands are...
    Leader badge
    Downloads: 276 This Week
    Last Update:
    See Project
  • 17

    ceenv

    Computer Experiment Environment

    ceenv (Computer Experiment Environment) is a virtual machine that works on VirtualBox. It is being developed and distributed as a training environment of UNIX (UNIX commands, network, Emacs, Gnuplot), programming language (C, C++, Fortran, Python 2/3, MPI, OpenMP, BLAS/LAPACK), etc. The whole environment is included in one VirtualBox virtual disk image, and users can use it immediately by simply importing the image into VirtualBox.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    WipeFreeSpace

    WipeFreeSpace

    Secure wiping/shredding of free disk space with many methods

    WipeFreeSpace is a program to securely erase/wipe/overwrite/shred the free space on file systems WITHOUT DESTROYING EXISTING FILES, to prevent recovery of deleted sensitive data. This allows protecting the user's privacy when e.g. selling the drive or the whole computer. The following filesystems are supported: - Ext2/3/4, - NTFS, - XFS, - ReiserFSv3/4, - FAT12/16/32, - MinixFS1/2, - JFS, - HFS/HFS+, - OCFS. The following wiping methods are supported: Gutmann-like, random,...
    Leader badge
    Downloads: 98 This Week
    Last Update:
    See Project
  • 19
    XXRI-OS-LITE
    ... ⚡ Key Features: • Super lightweight ISO (263MB) • Fast boot and low memory footprint • Clean, minimal user interface • Pre-installed basic tools: file manager, text editor, terminal, and more • Perfect for reviving old PCs or running in lightweight virtual environments 🖥️ Minimum System Requirements: • CPU: Intel Pentium II / AMD K6-2 or newer (32-bit) • RAM: 256 MB minimum • Storage: 400 MB free disk space Website: xxri.rf.gd Maintained by: xxri OS Team
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20
    Log Voyager

    Log Voyager

    Analyze huge log files (10GB+) instantly in your browser.

    Traditional editors (Notepad++, VS Code) try to load the entire file into RAM. If a file is larger than your available memory, the application crashes. Log Voyager acts like a video streaming service but for text: It creates a virtual map of the file. It reads only a tiny buffer (50KB) corresponding to the scrollbar position. When you scroll or jump, the old buffer is discarded, and a new one is read from the disk. This ensures consistent performance whether the file is 5MB or 50GB.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 21
    XSIBackup-App

    XSIBackup-App

    Backup and replicate Linux files, databases and ©VMWare ©ESXi VMs

    Free virtual appliance to backup and replicate Linux servers and ©VMWare ©ESXi virtual machines from version 5.1 to 8.0. https://33hops.com/xsibackup-app-detailed-installation-instructions.html ©XSIBackup-App connects to multiple Linux or ©ESXi servers and backs VMs & files up to, local disk, NFS, iSCSI, Samba, etc... or to any Linux or ©ESXi server over IP, it just needs the SSH port open.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    CliFM

    CliFM

    The command line file manager

    A file manager for the Unix terminal. Unlike most file managers out there, based on the TUI, CliFM is entirely based on command-line. It is also ultra-lightweight, lightning fast, extensible, and written in C.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    GitLab CE Server For Local Intranets

    GitLab CE Server For Local Intranets

    The Free & Popular Community git Server in a Complete Virtual Machine

    ...Explore all Options in the GUI, before creating new Project Repositories Change all Passwords i.e. System, Application Increase CPU Count, Memory, Disk Space ( Use SSD Storage Type ) in VM's Settings, as required, for the Best Performance Backup system regularly as shown in video, to avoid any issues. Google Search helps in finding more about GitLab
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Dolibarr Community Edition For Intranets

    Dolibarr Community Edition For Intranets

    Web,Sales,Finance,Inventory,Manufacture,HR,Marketing,Services,Efficacy

    ...Configuring Outgoing Email SMTP Servers 2. Create Users 3. ACTIVATE Needed Apps 4. Change all Passwords i.e. System, Application 5. Increase CPU Count, Memory, Disk Space in VM's Settings, as required 6. Also see below Backup the system regularly, to avoid any issues. These are covered in the video. Google Search helps in finding more about Dolibarr
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    Odoo ERP CRM System For Local Intranets

    Odoo ERP CRM System For Local Intranets

    Web,Sales,Finance,Inventory,Manufacture,HR,Marketing,Services,Efficacy

    ...Configuring Outgoing Email SMTP Servers 2. Manage Users 3. ACTIVATE Needed Apps 4. Change all Passwords i.e. System, Application, Database 5. Increase CPU Count, Memory, Disk Space in VM's Settings, as required 6. Also see below Backup the system regularly, to avoid any issues. These are covered in the video. Google Search helps in finding more about Odoo
    Downloads: 13 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next