Installing TheCube-Core
TheCube-Core can be installed and updated in two ways:
- Automatic updates — handled by the system itself (recommended for most users).
- Custom builds — for developers who want to modify, extend, or debug the Core.
Automatic Updates
By default, TheCube keeps its Core up to date automatically.
- Update channel: stable (default), beta, or dev
- Schedule: background check every 24h (configurable)
- Method:
- Downloads a signed image of the new Core
- Writes it into the inactive A/B partition slot
- Verifies signature and checksum
- Switches active slot on next reboot
If the new Core fails to boot or crashes repeatedly, the system rolls back to the previous slot automatically.
Checking update status
From the web UI:
- Go to Settings → System → Updates
- See current version, channel, and last check time
- Click Check for updates to force a manual check
- If an update is available, click Install and reboot when prompted
- After reboot, verify the new version is active
- If something goes wrong, the system will revert to the previous version automatically
Changing update channel
To switch channels (e.g. from stable to beta):
- Go to Settings → System → Updates
- Select the desired channel from the dropdown
- Click Save and the system will check for updates on that channel during the next scheduled check
Disabling automatic updates
While not recommended, you can disable automatic updates:
- Go to Settings → System → Updates
- Toggle off Automatic updates
- You can still check for and install updates manually
From CLI (developer mode):
CubeCore-settings-util --status
Forcing an update
CubeCore-settings-util --update
Changing channel
CubeCore-settings-util --set-channel beta
Disabling automatic updates
CubeCore-settings-util --disable-auto-update
Enabling automatic updates
CubeCore-settings-util --enable-auto-update
Custom Builds
For developers, you can replace the stock Core with a custom build. This section is incomplete. Please refer to the GitHub repository for build instructions.