{"id":31574705,"url":"https://github.com/blockfeed/swiss-gc-fetcher","last_synced_at":"2026-05-18T10:38:40.984Z","repository":{"id":315474683,"uuid":"1059105714","full_name":"blockfeed/swiss-gc-fetcher","owner":"blockfeed","description":"Utility to download and install Swiss (GameCube) Picoboot, GCLoader, Picoloader and other ODE payloads","archived":false,"fork":false,"pushed_at":"2025-10-22T18:37:07.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-22T20:36:26.247Z","etag":null,"topics":["cli","cubeboot","gamecube","gcloader","homebrew","picoboot","picoloader","swiss","updater"],"latest_commit_sha":null,"homepage":"https://github.com/blockfeed/swiss-gc-fetcher","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blockfeed.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":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":"2025-09-18T02:21:38.000Z","updated_at":"2025-10-22T18:37:11.000Z","dependencies_parsed_at":"2025-09-18T21:55:24.899Z","dependency_job_id":"247edee9-087a-4f27-80ca-11f230c76d04","html_url":"https://github.com/blockfeed/swiss-gc-fetcher","commit_stats":null,"previous_names":["blockfeed/swiss-gc-fetcher"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blockfeed/swiss-gc-fetcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blockfeed%2Fswiss-gc-fetcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blockfeed%2Fswiss-gc-fetcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blockfeed%2Fswiss-gc-fetcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blockfeed%2Fswiss-gc-fetcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blockfeed","download_url":"https://codeload.github.com/blockfeed/swiss-gc-fetcher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blockfeed%2Fswiss-gc-fetcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33175200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"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":["cli","cubeboot","gamecube","gcloader","homebrew","picoboot","picoloader","swiss","updater"],"created_at":"2025-10-05T16:58:00.276Z","updated_at":"2026-05-18T10:38:40.978Z","avatar_url":"https://github.com/blockfeed.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Swiss GC Fetcher\n\nA utility to streamline updates of [Swiss](https://github.com/emukidid/swiss-gc) on GameCube SD cards.  \nIt automatically downloads the latest (or a tagged) release asset, extracts the correct payloads, and installs them onto an SD card.\n\n## Motivation\n\nUpdating Swiss manually requires downloading release archives, extracting the correct files, and merging folders.  \nThis script automates that process with a single command.\n\n\n## Features\n- Fetches latest (or `--tag`/`--previous-release`) Swiss from `emukidid/swiss-gc`.\n- Devices:\n  - **picoboot**: installs `ipl.dol` and merges Apploader payload.\n  - **picoloader**: extracts GEKKOBOOT (Picoloader) to install `ipl.dol` and `swiss/`, then merges Apploader payload.\n  - **gcloader**: installs `boot.iso` from the GCLoader package and merges Apploader payload.\n- **Apploader is always refreshed**: removes `/swiss/patches/apploader.img` first, then merges new one.\n- `--hide-files` uses `fatattr` to hide: **`*.dol`**, **`*.ini`**, **`*.cli`**, **`GBI`**, **`MCBACKUP`**, **`swiss`** (recursive).\n\n- **Cubeboot** (OffBroadway) support for **picoboot** via `--cubeboot`.\n- **Cubiboot** (makeo) support for **picoboot \u0026 picoloader** via `--cubiboot`:\n  - Installs `cubiboot.dol` as `/ipl.dol` and places Swiss DOL as `/swiss-gc.dol`.\n  - When `--cubiboot` is **not** passed on these devices, `/swiss-gc.dol` is removed before proceeding.\n\n## Requirements\n- Python 3.8+\n- Internet access\n- Optional: `py7zr` if you want to install from a `.7z` Swiss release asset (`pip install py7zr`)\n- Optional `--hide-files` flag: applies FAT hidden attributes with [`fatattr`](https://tracker.debian.org/pkg/fatattr).\n- `fatattr` is packaged for Debian/Ubuntu and is also available in the [AUR](https://aur.archlinux.org/packages/fatattr).\n\n\n## Install\nNo install required—run the script directly:\n```bash\npython3 swiss_gc_fetcher.py --help\n```\n\n## Usage\n\n**Picoboot (standard):**\n```bash\npython3 swiss_gc_fetcher.py --sd-root /media/SDCARD --device picoboot\n```\n\n**Picoboot + CUBEBOOT (OffBroadway -\u003e `/ipl.dol`, Swiss -\u003e `/boot.dol`):**\n```bash\npython3 swiss_gc_fetcher.py --sd-root /media/SDCARD --device picoboot --cubeboot --force\n```\n\n**Picoboot + CUBIBOOT (makeo -\u003e `/ipl.dol`, Swiss -\u003e `/swiss-gc.dol`):**\n```bash\npython3 swiss_gc_fetcher.py --sd-root /media/SDCARD --device picoboot --cubiboot --force\n```\n\n**Picoloader (GEKKOBOOT -\u003e `/ipl.dol` + `/swiss/`):**\n```bash\npython3 swiss_gc_fetcher.py --sd-root /media/SDCARD --device picoloader --force\n```\n\n**Picoloader + CUBIBOOT (makeo -\u003e `/ipl.dol` + `/swiss-gc.dol`):**\n```bash\npython3 swiss_gc_fetcher.py --sd-root /media/SDCARD --device picoloader --cubiboot --force\n```\n\n**GCLoader (`/boot.iso`):**\n```bash\npython3 swiss_gc_fetcher.py --sd-root /media/SDCARD --device gcloader --force\n```\n\n**Hide files/folders (requires `fatattr`):**\n```bash\npython3 swiss_gc_fetcher.py --sd-root /media/SDCARD --device picoboot --hide-files\n```\n\n**Pinned release:**\n```bash\npython3 swiss_gc_fetcher.py --sd-root /media/SDCARD --device picoboot --tag v0.6r1913\n# or previous official: --previous-release\n```\n\n## Behavior details\n- **Mutual exclusivity**: `--cubeboot` and `--cubiboot` cannot be used together.\n- **gcloader**: both `--cubeboot` and `--cubiboot` are ignored with a notice.\n- **Overwrite**: pass `--force` to replace existing `/ipl.dol`, `/boot.dol`, `/boot.iso`, `/swiss-gc.dol`.\n- **Apploader**: The script deletes `/swiss/patches/apploader.img` and merges the new Apploader payload every run.\n- **Overwrite errors**: re-run with `--force` or remove the files manually.\n\n## License\nGPLv3 (same as upstream tooling).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblockfeed%2Fswiss-gc-fetcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblockfeed%2Fswiss-gc-fetcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblockfeed%2Fswiss-gc-fetcher/lists"}