{"id":51139806,"url":"https://github.com/jonathonp3/zeta-os","last_synced_at":"2026-06-25T21:30:45.738Z","repository":{"id":286740939,"uuid":"962396564","full_name":"jonathonp3/zeta-os","owner":"jonathonp3","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-22T12:05:57.000Z","size":169,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-22T13:25:11.390Z","etag":null,"topics":["atomic","bluebuild","bluebuild-image","custom-image","image-based","immutable","linux","linux-custom-image","oci","oci-image","operating-system"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonathonp3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","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":"2025-04-08T05:16:08.000Z","updated_at":"2026-06-22T12:06:06.000Z","dependencies_parsed_at":"2025-05-06T01:26:01.763Z","dependency_job_id":"d2810199-c46e-42e6-99b2-2008fc3d2af9","html_url":"https://github.com/jonathonp3/zeta-os","commit_stats":null,"previous_names":["jonathonp3/zeta-reticuli","jonathonp3/zeta-os"],"tags_count":0,"template":false,"template_full_name":"blue-build/template","purl":"pkg:github/jonathonp3/zeta-os","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathonp3%2Fzeta-os","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathonp3%2Fzeta-os/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathonp3%2Fzeta-os/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathonp3%2Fzeta-os/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonathonp3","download_url":"https://codeload.github.com/jonathonp3/zeta-os/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathonp3%2Fzeta-os/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34793951,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-25T02:00:05.521Z","response_time":101,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["atomic","bluebuild","bluebuild-image","custom-image","image-based","immutable","linux","linux-custom-image","oci","oci-image","operating-system"],"created_at":"2026-06-25T21:30:45.061Z","updated_at":"2026-06-25T21:30:45.731Z","avatar_url":"https://github.com/jonathonp3.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zeta-OS\n\nZeta-OS is my personal OS image built from [Bazzite](https://github.com/ublue-os/bazzite/) with Private Internet Access (PIA) integrated into the image. It also includes a full virtualization stack, including Docker.\n\n## Components\n- [Bazzite](https://bazzite.gg/)\n- [Private Internet Access (PIA)](https://www.privateinternetaccess.com)s\n- Virtualization stack (Docker)\n\n## License\nSee `LICENSE`.\n\n\n## Installation\n\nThese instructions are for my family only. The image is designed to be read-only and is intended for personal use, so it isn’t set up for others to use or customise.\n\nIf you want to try my PIA integration on Silverblue, see:\nhttps://github.com/jonathonp3/wolf-os\n\nThe first step is to rebase from Fedora Silverblue:\n\n1. Rebase to the unsigned image:\n```bash\nrpm-ostree rebase ostree-unverified-registry:ghcr.io/jonathonp3/zeta-os:latest\n```\n\n2. Reboot to complete the rebase:\n```bash\nsystemctl reboot\n```\n\n3. Rebase to the signed image:\n```bash\nrpm-ostree rebase ostree-image-signed:docker://ghcr.io/jonathonp3/zeta-os:latest\n```\n\n4. Reboot again to complete the installation\n```bash\nsystemctl reboot\n```\n\n5. Upgrade to the latest build\n```bash\nrpm-ostree upgrade\n```\n\n6. Check status\n```bash\nrpm-ostree status\n```\n\n## How to build an ISO\n\n1. Create the installer runtime:\n\n```bash\npodman run --pull always --rm ghcr.io/blue-build/cli:latest-installer | bash\n```\n\n2. Generate the ISO from the repository image:\n```bash\nsudo bluebuild generate-iso --iso-name zeta-os.iso image ghcr.io/jonathonp3/zeta-os:latest\n```\n\n## How to revert back to the stock Bazzite image:\n\n1. Rebase to unsigned official Bazzite image:\n```bash\nsudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/ublue-os/bazzite-gnome:stable\nsudo systemctl reboot\n```\n\n2. Rebase to signed official Bazzite image\n```bash\nsudo rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-gnome:stable\nsudo systemctl reboot\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathonp3%2Fzeta-os","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathonp3%2Fzeta-os","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathonp3%2Fzeta-os/lists"}