Title: Apache CloudStack Downloads

Latest CloudStack Release

Source Release

Apache CloudStack's most current release is 4.5.1.

Packages

For easier installation or upgrades, the official source code release has been supplemented by community members who have chosen to provide package repositories.

Instructions for using these community provided repositories can be found in the Configure Package Repository section of the Installation Guide.

Release Notes for CloudStack 4.5.1

Full release notes can be found in the Version 4.5.1 Release Notes document.

Instructions for building from source and installing Apache CloudStack can be found in the Installation Guide.

Instructions for building from source and upgrading from a previous version of CloudStack to Apache CloudStack 4.5.1 can be found in the upgrade section of the Release Notes.

Release Notes for CloudStack 4.4.3

Full release notes can be found in the Version 4.4.3 Release Notes document.

Instructions for building from source and installing Apache CloudStack can be found in the Installation Guide.

Instructions for building from source and upgrading from a previous version of CloudStack to Apache CloudStack 4.4.3 can be found in the upgrade section of the Release Notes.

Release Notes for CloudStack 4.3.2

Full release notes can be found in the Version 4.3.2 Release Notes document.

Instructions for building from source and installing Apache CloudStack can be found in the Installation Guide.

Instructions for building from source and upgrading from a previous version of CloudStack to Apache CloudStack 4.3.2 can be found in the upgrade section of the Release Notes.

Verifying Downloads

It's essential that you verify the integrity of the downloaded files using the PGP or MD5 signatures. The PGP signatures can be verified using PGP or GPG. First download the KEYS as well as the asc signature file for the relevant distribution. Make sure you get these files from the main distribution directory, rather than from a mirror. Then verify the signatures using:

    % pgpk -a KEYS
    % pgpv apache-cloudstack-X.X.X-src.tar.bz2.asc

or

    % pgp -ka KEYS
    % pgp apache-cloudstack-X.X.X-src.tar.bz2.asc

or

    % gpg --import KEYS
    % gpg --verify apache-cloudstack-X.X.X-src.tar.bz2.asc

Additionally, you can verify the MD5 or SHA512 signatures on the files.

Apache CloudStack's CloudMonkey tool is a CLI and shell environment designed for interacting with CloudStack-based clouds. #### Source Release CloudMonkey's most current release is 5.3.1.

Instructions for building and installing from source can be found in the included [README.md](https://git-wip-us.apache.org/repos/asf?p=cloudstack-cloudmonkey.git;a=blob_plain;f=README.md) file. #### PyPi Package For easier installation or upgrades, the official source code release has been supplemented by community members who have pushed the python package to the [Python Package Index](https://pypi.python.org/pypi/cloudmonkey/). For installing the package from pypi, use: $ pip install cloudmonkey To upgrade: $ pip install --upgrade cloudmonkey Though a clean upgrade is recommended: $ pip uninstall cloudmonkey $ pip install cloudmonkey