Distribution
This page explains the difference between Cube Core and Cube Cloud, provides links to ready-to-use artifacts, and explains the versioning model and the release cycle, including the long-term support (LTS).Cube Core and Cube Cloud
Cube Core is the universal semantic layer, developed by Cube Dev and the community in open source under a permissive Apache License 2.0. You can find its source code on GitHub. Cube Cloud is the managed platform for Cube Core, developed by Cube Dev as a commercial product. It includes everything from Cube Core and provides additional semantic layer features, managed infrastructure and workspace tools. Cube can be used to refer to both products if the distinction is not important in a particular case. You are welcome to either sign up for Cube Cloud and start using it for free. You can also self-host a Cube Core deployment.Artifacts
Cube Core is packaged and distributed as Docker images that you can run in a containerized environment. You can find images for Cube and Cube Store on Docker Hub. Note that Cube Store images support thelinux/amd64 architecture while Cube
images support both linux/amd64 and linux/arm64. The latter is convenient for
Mac computers with Apple silicon that you might use to run
Cube locally.
Notably, the following tags are used with Docker images:
v1.1.0and similar, one tag per each released version.latest, always pointing to the latest release.dev, always pointing to the bleeding-edge image built for the latest commit.
Versions
Cube is actively developed, and new versions are released frequently. Versions mostly follow SemVer principles, with the only exception that breaking changes can happen both in major and minor versions. Before upgrading, it is recommended that you check the release notes on GitHub and read changelog entries in the blog. Additionally, Cube Cloud provides LTS or Regular update channels.Long-term support
To provide guarantees for the long-term support of Cube Core, some minor releases are designated as long-term support (LTS) releases.Check the long-term support announcement in the blog.
| Version | Status | End-of-life date |
|---|---|---|
v1.4.x | Active | October 29, 2026 |
v1.0.x | End-of-life | October 29, 2025 |
Documentation
The documentation at cube.dev/docs always reflects the latest released version. To obtain the documentation for a specific version:- Clone the GitHub repository at the desired tag.
- Navigate to the
docsfolder and start a local documentation server. - Open localhost:3000 in your browser.