Project

SourceForge project page

This project is hosted on SourceForge; you can find its project page here.

The complete archive of downloads can be found at the project's SF download page.

Source tarballs

Official tarballs:
Here is the official source tarballs for our latest release.

Core software:
vhba-module [20240202]
cdemu-daemon [3.2.6]
libmirage [3.2.7]

Client applications:
gCDEmu [3.2.6]
cdemu-client [3.2.5]

Image analyzer:
image-analyzer [3.2.6]

Source and Binary packages

Official packages:
You can create DEB packages for Debian Linux and other Debian derived distributions directly from the distribution tarballs or from a cloned git repository. These package scripts are meant to serve as a reference to other packagers.

You can also use them as a foundation for creating RPM packages. You can convert DEB packages to RPM with the alien utility: alien --to-rpm *.deb, but keep in mind that the conversion is far from perfect. Manual editing is required for post-installation setup etc.

Third party packages:
Depending on your distribution, the packages might be provided by external repositories. We gladly accept builds for your Linux distribution. These packages are not verified by us so use them at your own risk! Also we do not formally provide support for them.

Debian packages [latest]
Fedora repository [latest]
OpenSuSE packages [3.2.1]
Arch packages [3.2.3]

Manjaro packages [3.2.3]
Ubuntu repository [latest]
Mint packages [latest]
Solus packages [3.2.2]
Mageia packages [3.2.2]
Slackware packages [3.2.2]
Gentoo ebuilds [3.2.3]
Sabayon ebuilds [3.2.2]

GIT repository

If you want to live on the bleeding-edge, want to participate in development, are just curious, etc., you can always clone our GIT repository. For more information, click here.

To clone the GIT repository, use:

git clone git://git.code.sf.net/p/cdemu/code cdemu-code (read-only)

To clone the GIT repository with developer access, use:

git clone ssh://USERNAME@git.code.sf.net/p/cdemu/code cdemu-code (read-write)

It is also possible to examine the GIT repository via a web-based interface.

Please note that for building from GIT, some additional tools which are not needed when building from released sources might be required.