Bosse is a niche Windows utility publisher whose compact portfolio focuses on low-level storage virtualization and lightweight filesystem support. FileDisk turns ordinary files into mountable drives, letting analysts boot legacy OS images, gamers load CD ISOs without physical media, or developers test raw disk code in a sandbox. HttpDisk extends the same concept across the network: a single driver streams disk images from any HTTP server on demand, so enterprise deployment teams can boot entire workstations from a central repository without first copying multi-gigabyte WIMs, and forensic investigators can examine remote evidence volumes in read-only mode as if they were locally attached. RomFs brings the tiny, read-only Linux filesystem to Windows, giving embedded developers a way to inspect firmware bundles, router flash images, or Android system partitions with standard Windows tools while preserving the original directory layout and compression ratios. Typical use cases include rapid prototyping of boot environments, centralized OS provisioning, embedded firmware debugging, and secure evidence handling. All three tools install as minimal kernel-mode drivers and expose volumes through the familiar Windows mount paradigm, integrating seamlessly with Explorer, disk-management snap-ins, and third-party imaging software. Bosse’s software is available free of charge on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always fetch the latest upstream release, and can be queued for unattended batch installation.
A virtual disk driver for Windows that uses one or more files to emulate physical disks.
Detailsa virtual disk driver for Windows that uses the HTTP protocol to mount disk images from a web server.
Detailsan implementation of RomFs. RomFs is a small filesystem originally implemented in Linux.
Details