Downloads
Get Started with Kaliber System
Password for all ISOs: 0000
Choose the version that best suits your needs:
Official Cutting-Edge Kaliber System ISO & Source (2024-12-19)
Ideal for: Users seeking the latest features and cutting-edge Linux technology.
- Key Features:
- Enhanced NVIDIA Support: Improved performance with NVIDIA graphics cards, including integrated AI image generation and streamlined setup.
- Latest Kernel: Powered by Linux kernel 6.11 for optimal performance and broad hardware compatibility.
- Download ISO - Get the full operating system image.
- Download MD5 - Verify the integrity of your downloaded ISO file.
- Download Source (25GB) - Access the full source code for developers and advanced users.
Community/Advanced User Focused Minimal ISO (Base Bare Image)
Ideal for: Enthusiasts and advanced users who want to personalize their build of Xkaliber while only incorporating pop shop.
- Key Features:
- Minimal Base System: Starts with a bare image for maximum customization.
- Includes Pop Shop: For easy installation of additional applications.
- For Enthusiasts: Designed for users comfortable with system configuration.
- Download Base Bare Image ISO - This iso is our base bare image.
Essential Post-Installation Tools & Scripts
Use these scripts can to configure your system after installation:
NVIDIA Driver and Utility Script
Purpose: Streamlines the installation of necessary NVIDIA drivers, dependencies, and the Snap Store.
- Download xutility.sh
- Important: After downloading, make the script executable:
Then, you can run the script in your terminal.chmod +x xutility.sh
Installation Script for NVIDIA GPUs (Debian 12)
Purpose: This script automates the installation of NVIDIA on a Debian 12 systems. It simplifies the often complex installation process and includes built-in error handling to provide a smoother experience.
- Universal System Support: Designed to work seamlessly on a broad range of hardware configurations.
-
Installing NVIDIA Drivers:
To install NVIDIA drivers, open your terminal and run the following commands. Please note that during the driver installation process, your screen might temporarily appear magnified. Once the installation is complete, the display should return to its normal resolution.
sudo apt -y install linux-headers-$(uname -r) build-essential libglvnd-dev pkg-config
sudo apt install nvidia-driver
sudo apt update
Container Ready: Easily enable Docker for containerization. After installation, open your terminal and run:sudo reboot
sudo systemctl enable docker
sudo usermod -aG docker $USER
ROCm Installation Script for AMD GPUs (Debian 12) - New!
Purpose: This script automates the installation of ROCm (AMD's software platform for GPU computing) on Debian 12 systems. It simplifies the often complex installation process and includes built-in error handling to provide a smoother experience.
- Key Features:
- Automated Installation: Handles the necessary system updates, installation of dependencies, and setup of ROCm components.
- Error Detection & Recovery: Intelligently attempts to identify and fix common
issues that can occur during the
amdgpu-dkms
build process. - Optimized for Debian 12: Ensures compatibility and a streamlined installation experience specifically for Debian 12.
- How it Works: When you run this script, it will:
- Update your system's package lists.
- Install essential development tools and Python libraries required for ROCm.
- Add your user to the necessary
render
andvideo
groups. - Download and install the official AMD GPU driver installer.
- Install the core ROCm components.
- Download: Download rocm.sh
- Important: Running the Installation Script
- Make the script executable: After downloading, open your terminal and navigate to
the directory where you saved
rocm.sh
. Then, make the script executable by running the command:chmod +x rocm.sh
- Run the script with administrator privileges: Execute the script using
bash
:bash rocm.sh
- Make the script executable: After downloading, open your terminal and navigate to
the directory where you saved
Stay Connected
Official Android App (In Development)
Features:
- Directly chat with the development team to report issues, suggest features, and get help.
Download Link (APK) - Download the app to connect with us.