Skip to content

Updates & Repository Management

VeloxOS utilizes a unified repository structure. To ensure maximum stability and performance, we curate and test all packages—including core system components and specialized optimizations—before they are released to your system.

Unlike standard distributions, VeloxOS provides a single, verified source. This approach prevents version conflicts and ensures that every update has been verified for the VeloxOS ecosystem. Our repository combines:

  1. VeloxOS Core: Custom fixes, themes, and OS-specific configurations.
  2. Tested Base: Stable system components derived from Manjaro.
  3. Performance: CPU-optimized applications and kernels (x86-64-v3/v4) from CachyOS.

All packages in the VeloxOS repository are digitally signed for your security.

The official VeloxOS signing key is pre-installed on all systems. No manual action is required for a fresh installation.

The repository is pre-configured. For manual verification, ensure your /etc/pacman.conf contains the following entry at the top of the repositories section:

Terminal window
[veloxos]
SigLevel = Required DatabaseOptional
Server = https://downloads.veloxos.org/repos/stable/$arch

(Note: $arch automatically resolves to v3 or v4 depending on your CPU support.)

Updates are released in cycles after successful testing. We recommend using the terminal for the best transparency during the update process.

Via Terminal (Recommended) Use the standard command to synchronize your system with the VeloxOS repository:

Terminal window
sudo pacman -Syu

If you prefer using “Add/Remove Software” (Pamac):

Unified Updates: All updates are served via the veloxos repository.

Automatic Verification: Signatures are verified automatically before any installation.

Since VeloxOS merges optimized CachyOS builds into its own repository, you get the best performance out of the box.

Performance Search You can check which optimized packages are currently available in the repo:

Terminal window
pacman -Sl veloxos | grep [search_term]

VeloxOS comes with a pre-installed CachyOS kernel, optimized for low latency and gaming.

Automatic Updates: The kernel is updated seamlessly via pacman -Syu.

Variants: You can install additional variants (e.g., linux-cachyos-bore) directly from the VeloxOS repo.