{"id":47528953,"url":"https://github.com/better-slop/codex-app-linux","last_synced_at":"2026-05-04T05:04:20.198Z","repository":{"id":345162613,"uuid":"1184677086","full_name":"better-slop/codex-app-linux","owner":"better-slop","description":"Unofficial Codex App for Linux. Includes npm and aur packaging, as well as a nix flake.","archived":false,"fork":false,"pushed_at":"2026-04-28T21:56:27.000Z","size":205,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-28T23:25:32.787Z","etag":null,"topics":["aur","codex","codex-app","codex-app-server","linux","npm"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/better-slop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-17T20:28:40.000Z","updated_at":"2026-04-28T21:54:37.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/better-slop/codex-app-linux","commit_stats":null,"previous_names":["better-slop/codex-app-linux"],"tags_count":85,"template":false,"template_full_name":null,"purl":"pkg:github/better-slop/codex-app-linux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/better-slop%2Fcodex-app-linux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/better-slop%2Fcodex-app-linux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/better-slop%2Fcodex-app-linux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/better-slop%2Fcodex-app-linux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/better-slop","download_url":"https://codeload.github.com/better-slop/codex-app-linux/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/better-slop%2Fcodex-app-linux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32480557,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: 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":["aur","codex","codex-app","codex-app-server","linux","npm"],"created_at":"2026-03-27T20:50:46.852Z","updated_at":"2026-05-01T00:02:32.792Z","avatar_url":"https://github.com/better-slop.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# codex-app-linux\n\nRun the Codex desktop app on Linux via npm.\n\n`codex-app-linux` is a thin launcher:\n\n- expects `codex` CLI to already be installed\n- downloads the matching Linux desktop binary archive on first run\n- launches the desktop app with `CODEX_CLI_PATH` wired up\n\n## Quick Start\n\n### aur\n\n- Latest\n    ```bash\n    yay -S codex-app-unofficial\n    ```\n\n- Beta\n    ```bash\n    yay -S codex-app-beta-unofficial\n    ```\n\n### npm\n\n- Install globally\n    ```bash\n    npm i -g codex-app-linux@latest\n    ```\n    ```bash\n    npm i -g codex-app-linux@beta\n    ```\n\n- Run once with `npx`:\n    ```bash\n    npx codex-app-linux@latest\n    ```\n    ```bash\n    npx codex-app-linux@beta\n    ```\n\n- Browser mode from npm (**note: many features are missing, don't expect much**):\n    ```bash\n    npx codex-app-linux web --open\n    ```\n\n- Disable browser auth entirely (unsafe; only behind a trusted reverse proxy / tailnet):\n    ```bash\n    npx codex-app-linux web --dangerously-disable-auth true\n    ```\n\n## Requirements\n\n- Linux x64\n- `codex` on `PATH`\n- GitHub access not required for normal app launch\n\nIf `CODEX_CLI_PATH` is already set, the launcher uses it.\nOtherwise it falls back to `which codex`.\n\n## What This Repo Does\n\nThis repo builds and publishes the Linux release pipeline for Codex desktop:\n\n- tracks upstream `prod` and `beta` appcast feeds\n- rebuilds the upstream app for Linux x64\n- emits `linux-unpacked` and `AppImage`\n- publishes `codex-app-linux` on npm\n\n## Repo Commands\n\n```bash\nnpm test\nnpm run release:prod\nnpm run release:beta\n```\n## Distribution Model\n\nGitHub Releases:\n\n- source of truth for Linux desktop artifacts\n- uploads `AppImage`\n- uploads a tarball of `linux-unpacked`\n\nnpm:\n\n- publishes `codex-app-linux`\n- acts as a thin launcher\n- downloads the matching `linux-unpacked` tarball from GitHub Releases on first run\n\nAUR:\n\n- publishes binary packages from the same GitHub release tarballs\n- installs the unpacked app into `/opt`\n- installs desktop entry + icon for Arch launchers/menus\n- prod package: `codex-app-unofficial`\n- beta package: `codex-app-beta-unofficial`\n\nLauncher behavior:\n\n- uses existing `CODEX_CLI_PATH` if set\n- otherwise sets `CODEX_CLI_PATH` from `which codex`\n- errors if neither is available\n- extracts `linux-unpacked` into cache on first run\n- npm launches the unpacked binary directly\n- npm also exposes `codex-app-linux web` to serve the bundled UI in a browser\n- browser auth can be disabled explicitly with `--dangerously-disable-auth true`\n- AppImage and `linux-unpacked` release binaries also perform the same `codex` lookup at launch\n- browser mode is npm-only; AUR packages continue to ship desktop launch behavior only\n\n## GitHub Actions\n\nWorkflow: `.github/workflows/release.yml`\n\n- scheduled 7 times daily\n- checks both upstream channels\n- builds `linux-unpacked` and `AppImage`\n- creates/releases tagged GitHub assets\n- publishes `latest` for prod, `beta` for beta\n\n## Nix\n\nThis repo also includes a `flake.nix` with:\n\n- `devShells.default` for local release work\n- `apps.release-prod` for `nix run .#release-prod`\n- `apps.release-beta` for `nix run .#release-beta`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbetter-slop%2Fcodex-app-linux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbetter-slop%2Fcodex-app-linux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbetter-slop%2Fcodex-app-linux/lists"}