{"id":48355087,"url":"https://github.com/sebastienduruz/codex-app-archlinux","last_synced_at":"2026-06-28T08:00:37.623Z","repository":{"id":348679811,"uuid":"1196187286","full_name":"SebastienDuruz/codex-app-archlinux","owner":"SebastienDuruz","description":"Codex Desktop port for Linux from MacOS dmg ","archived":false,"fork":false,"pushed_at":"2026-06-20T06:20:16.000Z","size":73,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-20T08:14:21.721Z","etag":null,"topics":["amd64","arch-linux","codex","codex-app","linux","port"],"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/SebastienDuruz.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":"2026-03-30T13:05:45.000Z","updated_at":"2026-06-20T06:20:19.000Z","dependencies_parsed_at":"2026-05-20T08:00:46.152Z","dependency_job_id":null,"html_url":"https://github.com/SebastienDuruz/codex-app-archlinux","commit_stats":null,"previous_names":["sebastienduruz/codex-app-archlinux"],"tags_count":72,"template":false,"template_full_name":null,"purl":"pkg:github/SebastienDuruz/codex-app-archlinux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebastienDuruz%2Fcodex-app-archlinux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebastienDuruz%2Fcodex-app-archlinux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebastienDuruz%2Fcodex-app-archlinux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebastienDuruz%2Fcodex-app-archlinux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SebastienDuruz","download_url":"https://codeload.github.com/SebastienDuruz/codex-app-archlinux/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebastienDuruz%2Fcodex-app-archlinux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34881384,"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-28T02:00:05.809Z","response_time":54,"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":["amd64","arch-linux","codex","codex-app","linux","port"],"created_at":"2026-04-05T11:00:31.221Z","updated_at":"2026-06-28T08:00:37.619Z","avatar_url":"https://github.com/SebastienDuruz.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Codex App Packaging for Arch Linux\n\nThis repository provides an Arch Linux package build for Codex Desktop (`x86_64`) from the macOS DMG source.\n\n## Scope\n\n- Target distro: Arch Linux\n- Target architecture: `x86_64`\n- Package format: pacman package (`.pkg.tar.zst`)\n\n## Prerequisites\n\nInstall base packaging tools:\n\n```bash\nsudo pacman -S --needed base-devel git\n```\n\n`makepkg -s` installs package dependencies declared in `PKGBUILD` automatically.\n\nNetwork access is required to download:\n\n- `Codex.dmg`\n- npm tarballs for native modules resolved dynamically from the app bundle\n\n## Build Workflow\n\nFrom repository root:\n\n```bash\nmakepkg -si\n```\n\n## Run\n\n```bash\ncodex-app\n```\n\n## Run Release Executable\n\nReleases include a portable executable bundle for Linux:\n\n- `codex-app-linux-x86_64.tar.gz`\n- `codex-app-linux-x86_64.tar.gz.sha256`\n\nVerify and run:\n\n```bash\nsha256sum -c codex-app-linux-x86_64.tar.gz.sha256\ntar -xzf codex-app-linux-x86_64.tar.gz\nchmod +x codex-app-linux-x86_64/codex-app\n./codex-app-linux-x86_64/codex-app\n```\n\n## Output Layout\n\n- Build workspace: `src/`, `pkg/`\n- Built package: `*.pkg.tar.zst` (repo root)\n\n## Update Process\n\nWhen updating package inputs:\n\n1. Update `pkgver`, source URLs/versions, and checksums in `PKGBUILD` when needed.\n2. Regenerate checksums if needed:\n\n```bash\nupdpkgsums\n```\n\n3. Regenerate `.SRCINFO`:\n\n```bash\nmakepkg --printsrcinfo \u003e .SRCINFO\n```\n\n4. Rebuild:\n\n```bash\nmakepkg -f\n```\n\n## Checksum Policy\n\n`Codex.dmg` is served from a rolling CDN URL and may change without notice.\nThe nightly release workflow tracks the upstream Codex app version in\n`.codex-version` and persists the latest DMG SHA-256 in `.codex-dmg.sha256`.\nA new release is published only when the extracted upstream app version changes,\nnot on every DMG repack with identical app contents. When the DMG is repacked\nwithout a version change, the workflow refreshes checksums only and skips the\nversion bump, rebuild, and GitHub release publication.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebastienduruz%2Fcodex-app-archlinux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsebastienduruz%2Fcodex-app-archlinux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebastienduruz%2Fcodex-app-archlinux/lists"}