Packages for ZypherOS Kinetic operating system
Find a file
2026-05-04 00:25:51 -04:00
core/kinetic-release initial push 2026-05-04 00:20:30 -04:00
.gitignore initial push 2026-05-04 00:22:42 -04:00
README.md Updated Readme.md 2026-05-04 00:25:51 -04:00

ZypherOS Kinetic Packages

This repository contains the RPM specifications, source configurations, and build pipeline scripts for ZypherOS Kinetic, a high-performance Linux distribution based on Fedora 44.

🪐 Project Vision

ZypherOS Kinetic is designed for power users and systems engineers who require the latest upstream hardware support and cutting-edge software while maintaining a cohesive, curated environment.

This repo serves as the primary "factory" for the Kinetic distribution, targeting the x86_64 architecture.

📂 Repository Structure

The packages are organized by their role within the operating system:

  • core/: Critical system identity and repository configuration.
    • kinetic-release: Handles OS-release identity, DNF variables, and core repo definitions.
  • shell/ (Upcoming): Custom terminal environments and prompts.
    • kinetic-fish: System-wide Fish configurations and aliases.
    • kinetic-fastfetch: Branded system information display.
  • apps/ (Upcoming): Curated software for the ZypherOS ecosystem.
    • ghostty: Accelerated terminal emulator.

🛠 Build & Deployment Pipeline

ZypherOS Kinetic utilizes a localized CI/CD workflow to ensure rapid iteration and deployment to the public repository server.

Prerequisites

  • rpm-build and createrepo_c
  • SSH access to repo-zypheros.zyphersystems.com
  • Local build scripts in ~/.local/bin/

Build Workflow

  1. Modify: Update source files in SOURCES/ or edit the .spec file.
  2. Build: Run the local build script from the package root:
    build_package
    
  3. Ship: Deploy the resulting RPM to the production repository and re-index metadata:
    ship_kinetic
    

🌐 Infrastructure

  • Git Host: CodeVault.sh
  • Repository Mirror: http://repo-zypheros.zyphersystems.com/zypheros/kinetic/
  • Base: Fedora 44 (Rawhide/Branched)

Developed by Zypher Systems