Version 1.0.0 is out!

Engineer Your Own Future OS

The modular toolkit that bridging the gap between raw Debian and a polished product. Profiles, snapshots, and a world-class Software Center—all in one base kit.

release.sh — v1.0.0
$ ./scripts/release.sh patch [RELEASE] Bumping version: 1.0.0 -> 1.0.1 [RELEASE] Updating changelogs... [RELEASE] Building Software Center... [RELEASE] Publishing to Aptly Repo... ✅ Success! v1.0.1 is now live.

Designed for Agility

Build, deploy, and maintain with professional-grade orchestration.

📦

Meta-Profiles

Switch between Server, Desktop, and Dev roles with a single click. Every profile is an atomic stack.

🛡️

Snapshot Protection

Built-in integration with Timeshift and Btrfs. Automatic restore points before every system change.

🌍

Flatpak Integrated

Native support for Flathub. Aggregate containerized apps seamlessly alongside APT packages.

⚙️

Secure API

DBus-based system service with Polkit authorization. High-level security for system-wide operations.

The World-Class Software Center

Provide your users with a premium discovery experience. Choose between a native Libadwaita frontend or a high-end Webview interface.

  • Rich AppStream Metadata
  • Automatic Background Updates
  • One-Click Profile Migrations
  • Live Search Across Repo & Flathub
Updates Available (12)

Get Started with CtxOS

Deploy the framework on any Debian Bookworm system in seconds.

⚡ Quick Installation

The recommended way to join the CtxOS ecosystem.

bash
$ curl -sSL https://ctxos.github.io/install.sh | sudo bash

This script automates GPG key import and repository configuration.

🛠️ Manual Configuration

1

Download GPG Key

curl -fsSL https://ctxos.github.io/ctxos.asc | sudo gpg --dearmor -o /usr/share/keyrings/ctxos.gpg
2

Add Sources List

echo "deb [signed-by=/usr/share/keyrings/ctxos.gpg] https://ctxos.github.io bookworm main" | sudo tee /etc/apt/sources.list.d/ctxos.list
3

Install Core

sudo apt update && sudo apt install ctxos-core

Continuous Evolution

Track the latest improvements and system updates.

Checking Version... ...
  • Fetching latest logs...