--- MTPE: windsonsea date: 2024-03-21 hide: - navigation --- # DCE 5.0 Community with Installer v0.15.2 This page provides downloads for the offline installation package and verification files for DCE 5.0 Community. [Return to Download Guide](../index.md){ .md-button } [More Version History](./dce5-installer-history.md){ .md-button } ## Download | Filename | Version | Architecture | File Size | Download | Update Date | | --------- | ------- | ------------ | --------- | -------- | ----------- | | offline-community-v0.15.2-amd64.tar | v0.15.2 | AMD 64 | 7.50 GB | [:arrow_down: Download](https://qiniu-download-public.daocloud.io/DaoCloud_Enterprise/dce5/offline-community-v0.15.2-amd64.tar) | 2024-03-14 | | offline-community-v0.15.2-arm64.tar | v0.15.2 | ARM 64 | 7.05 GB | [:arrow_down: Download](https://qiniu-download-public.daocloud.io/DaoCloud_Enterprise/dce5/offline-community-v0.15.2-arm64.tar) | 2024-03-14 | ## Verification Go to the offline installation package download directory. === "AMD 64" Run the following command to verify the installation package: ```sh echo "e345aaaa30bf36dcab235f8d268ba68fed0e8b15a33b7ad8ac9b1655cb8cb3b381efb49d662df4dc90d70cfb8cb38a987941e09f4bf7c544f46f71279843ac94 offline-community-v0.15.2-amd64.tar" | sha512sum -c ``` If the verification is successful, the following will be printed: ```none offline-community-v0.15.2-amd64.tar: OK ``` === "ARM 64" Run the following command to verify the installation package: ```sh echo "46e576cc7a001a3515f54467da2e7bcc7e22928160ae69f17cff48cedaa2e80daec7c07d3213dc89b1b4de2283f221951c7814bcbba1d0eaa0d810e7310f4893 offline-community-v0.15.2-arm64.tar" | sha512sum -c ``` If the verification is successful, the following will be printed: ```none offline-community-v0.15.2-arm64.tar: OK ``` ## Installation After successfully verifying the offline package, === "AMD 64" Run the following command to decompress the tar package: ```sh tar -zxvf offline-community-v0.15.2-amd64.tar ``` === "ARM 64" Run the following command to decompress the tar package: ```sh tar -zxvf offline-community-v0.15.2-arm64.tar ``` - For installation instructions, refer to [Community Installation Process](../../install/community/k8s/online.md#_2) - After successful installation, [apply for a free community experience](../../dce/license0.md) ## Modules DCE 5.0 Community includes the following modules by default: | Modules | Introduction | What's New | | -------- | ----------- | ---------- | | Global Management | Responsible for user access control, permissions, workspace and hierarchy, audit logs, personalized appearance settings, etc. | [0.24.0](../../ghippo/intro/release-notes.md#0240) | | Container Management | Manages clusters, nodes, workloads, Helm applications, CRDs, namespaces, and other core Kubernetes functionalities. | [0.25.1](../../kpanda/intro/release-notes.md#0251) | | Insight | Provides rich dashboards, scene monitoring, data querying, and alarm information. | [0.24.0](../../insight/intro/releasenote.md#0240) | ## More - [Online Documentation](../../dce/index.md) - [Report a Bug](https://github.com/DaoCloud/DaoCloud-docs/issues)