{"id":15007300,"url":"https://github.com/mbugni/debian-remix","last_synced_at":"2026-03-10T19:32:46.131Z","repository":{"id":342865775,"uuid":"1173764956","full_name":"mbugni/debian-remix","owner":"mbugni","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-07T18:34:44.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-08T00:10:54.646Z","etag":null,"topics":["debian","kde","linux","live"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mbugni.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-05T18:16:18.000Z","updated_at":"2026-03-07T18:30:46.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mbugni/debian-remix","commit_stats":null,"previous_names":["mbugni/debian-remix"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mbugni/debian-remix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbugni%2Fdebian-remix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbugni%2Fdebian-remix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbugni%2Fdebian-remix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbugni%2Fdebian-remix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbugni","download_url":"https://codeload.github.com/mbugni/debian-remix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbugni%2Fdebian-remix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30350094,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debian","kde","linux","live"],"created_at":"2024-09-24T19:08:02.534Z","updated_at":"2026-03-10T19:32:46.076Z","avatar_url":"https://github.com/mbugni.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Debian Remix\n\n## Purpose\nThis project builds a KDE ([KDE Desktop Environment][02]) Linux and aims to be a complete system for personal computing with localization support. It is based on [Debian 12][08]. You can [download a live image][01] and try the software, and then install it in your PC if you want.\nYou can also customize the image starting from available scripts.\n\nMain goals of this system are:\n* Flatpak apps usage\n* adding common extra-repos\n* supporting external devices (like printers and scanners)\n\n## How to build the live image (on Debian 12)\n[See a detailed description][03] about how to build a live media using kiwi-ng.\n\n### Prepare the working directories\nClone the project into your `\u003csource-path\u003e` to get sources:\n\n```shell\n$ git clone https://github.com/mbugni/debian-remix.git /\u003csource-path\u003e\n```\n\nChoose or create a `\u003ctarget-path\u003e` folder where to put results.\n\n### Prepare the build environment\nInstall Podman:\n\n```shell\n$ sudo apt --assume-yes install podman containers-storage fuse-overlayfs\n```\n\nInstall [podman-compose](https://github.com/containers/podman-compose/tree/main?tab=readme-ov-file#installation)\n1.3.0 or later.\n\n### Build the image\nChoose a variant (eg: workstation with localization support) that corresponds to a profile (eg: `Workstation-l10n`).\n\nAvailable profiles/variants are:\n* `Console` (command line only, mainly for testing)\n* `Desktop` (minimal KDE environment with basic tools)\n* `Workstation` (KDE environment with more features like printing and scanning support)\n\nFor each variant you can append `-l10n` to get italian localization (eg: `Desktop-l10n`).\n\nBuild the .iso image by running the `podman-compose` command from the project root directory:\n\n```shell\n$ sudo podman-compose run --rm --env KIWI_PROFILE=\u003cvariant\u003e \\\n--env KIWI_TARGET_DIR=\u003ctarget-path\u003e system-build\n```\n\nThe build can take a while (30 minutes or more), it depends on your machine performances.\nEnvironment arguments are optional, available variables are:\n\n| Variable        | Description             | Default value      |\n|:---------------:|:-----------------------:|:------------------:|\n| KIWI_PROFILE    | Image variant           | `Workstation-l10n` |\n| KIWI_TARGET_DIR | Build target directory  | `.`                |\n\n## Transferring the image to a bootable media\nYou can use a tool like [Ventoy][07] to build multiboot USB devices, or simply transfer the image to a single\nUSB stick using the `dd` command:\n\n```shell\n$ sudo dd if=/\u003ctarget-path\u003e/Debian-Remix.x86_64-\u003cversion\u003e.iso of=/dev/\u003cstick-device\u003e\n```\n\n## ![Bandiera italiana][04] Per gli utenti italiani\nQuesto progetto costruisce un sistema Linux con KDE ([KDE Desktop Environment][02]) per computer ad uso personale con il supporto in italiano. È basato su [Debian 12][08]. Nell'[immagine .iso][01] che si ottiene sono già installati i pacchetti e le configurazioni per il funzionamento in italiano del sistema (come l'ambiente grafico, i repo extra etc).\n\nIl sistema ha come obiettivi principali:\n* utilizzo delle applicazioni Flatpak\n* aggiunta dei repository comuni\n* supporto per dispositivi esterni (come stampanti e scanner)\n\n## Change Log\nAll notable changes to this project will be documented in the [`CHANGELOG.md`](CHANGELOG.md) file.\n\nThe format is based on [Keep a Changelog][05].\n\n[01]: https://github.com/mbugni/debian-remix/releases\n[02]: https://kde.org/\n[03]: https://osinside.github.io/kiwi\n[04]: http://flagpedia.net/data/flags/mini/it.png\n[05]: https://keepachangelog.com/\n[06]: https://docs.podman.io/\n[07]: https://www.ventoy.net/\n[08]: https://www.debian.org/releases/bookworm\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbugni%2Fdebian-remix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbugni%2Fdebian-remix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbugni%2Fdebian-remix/lists"}