Skip to content

Releases: AshDevFr/codex

1.31.2 - 2026-05-27

27 May 23:46

Choose a tag to compare

Release Notes

🐛 Bug Fixes

  • (search) Repair advanced search and filters on mobile

Install codex 1.31.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AshDevFr/codex/releases/download/v1.31.2/codex-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/AshDevFr/codex/releases/download/v1.31.2/codex-installer.ps1 | iex"

Download codex 1.31.2

File Platform Checksum
codex-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codex-x86_64-apple-darwin.tar.xz Intel macOS checksum
codex-x86_64-pc-windows-msvc.zip x64 Windows checksum
codex-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
codex-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo AshDevFr/codex

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

1.31.1 - 2026-05-25

25 May 23:25

Choose a tag to compare

Release Notes

🚀 Features

  • (filters) Add per-group search input for long chip lists

Install codex 1.31.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AshDevFr/codex/releases/download/v1.31.1/codex-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/AshDevFr/codex/releases/download/v1.31.1/codex-installer.ps1 | iex"

Download codex 1.31.1

File Platform Checksum
codex-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codex-x86_64-apple-darwin.tar.xz Intel macOS checksum
codex-x86_64-pc-windows-msvc.zip x64 Windows checksum
codex-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
codex-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo AshDevFr/codex

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

1.31.0 - 2026-05-25

25 May 22:44

Choose a tag to compare

Release Notes

🚀 Features

  • (access-groups) Add schema, entities, and repository for sharing-tag access groups
  • (access-groups) Merge group grants into ContentFilter
  • (access-groups) Add admin API for access group management
  • (access-groups) Reconcile OIDC group memberships on login
  • (access-groups) Add frontend admin UI for access group management

🐛 Bug Fixes

  • (tests) Adjust migration 089 rollback test for new migration 090
  • (access-groups) Enforce sharing-tag visibility on book and series list endpoints

📚 Documentation

  • (access-groups) Add user-facing documentation for access groups

Install codex 1.31.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AshDevFr/codex/releases/download/v1.31.0/codex-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/AshDevFr/codex/releases/download/v1.31.0/codex-installer.ps1 | iex"

Download codex 1.31.0

File Platform Checksum
codex-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codex-x86_64-apple-darwin.tar.xz Intel macOS checksum
codex-x86_64-pc-windows-msvc.zip x64 Windows checksum
codex-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
codex-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo AshDevFr/codex

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

1.30.1 - 2026-05-24

24 May 19:26

Choose a tag to compare

Release Notes

🐛 Bug Fixes

  • (observability) Decouple browser RUM proxy endpoint from SDK exporter

Install codex 1.30.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AshDevFr/codex/releases/download/v1.30.1/codex-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/AshDevFr/codex/releases/download/v1.30.1/codex-installer.ps1 | iex"

Download codex 1.30.1

File Platform Checksum
codex-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codex-x86_64-apple-darwin.tar.xz Intel macOS checksum
codex-x86_64-pc-windows-msvc.zip x64 Windows checksum
codex-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
codex-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo AshDevFr/codex

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

1.30.0 - 2026-05-24

24 May 18:46

Choose a tag to compare

Release Notes

🐛 Bug Fixes

  • (api) Point rust-embed at workspace-root web/dist

🚜 Refactor

  • (layering) Hoist cross-layer types into models/ to break dep cycles
  • (workspace) Bootstrap Cargo workspace, extract codex-config + codex-events
  • (workspace) Extract codex-models, codex-utils, codex-parsers crates
  • (workspace) Extract codex-db crate
  • (workspace) Extract codex-services crate
  • (workspace) Extract codex-search crate
  • (workspace) Extract codex-scanner crate
  • (workspace) Extract codex-tasks crate
  • (workspace) Extract codex-scheduler crate
  • (workspace) Extract codex-api crate, slim root to binary glue
  • (workspace) Extract codex-cli-common, scope ParserError to codex-parsers

📚 Documentation

  • (workspace) Add workspace architecture section and ADR 0001

⚙️ Miscellaneous Tasks

  • (workspace) Unify crate versions and fix Docker builds

Install codex 1.30.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AshDevFr/codex/releases/download/v1.30.0/codex-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/AshDevFr/codex/releases/download/v1.30.0/codex-installer.ps1 | iex"

Download codex 1.30.0

File Platform Checksum
codex-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codex-x86_64-apple-darwin.tar.xz Intel macOS checksum
codex-x86_64-pc-windows-msvc.zip x64 Windows checksum
codex-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
codex-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo AshDevFr/codex

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

1.29.0 - 2026-05-23

23 May 19:40

Choose a tag to compare

Release Notes

🚀 Features

  • (observability) Add opt-in OTLP traces and metrics scaffolding
  • (observability) Instrument plugin RPCs, repositories, scanner, and task worker with OTel spans
  • (observability) Emit OTel counters, histograms, and gauges alongside in-app metrics
  • (observability) Add browser RUM SDK and same-origin OTLP forwarding proxy

🐛 Bug Fixes

  • (observability) Make init_tracing idempotent so repeat calls no-op

📚 Documentation

  • (observability) Add operator quickstart with dev-profile Jaeger sidecar

⚙️ Miscellaneous Tasks

  • (dev) Extend codex-dev healthcheck grace, add Jaeger log target, pin Jaeger tag

Install codex 1.29.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AshDevFr/codex/releases/download/v1.29.0/codex-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/AshDevFr/codex/releases/download/v1.29.0/codex-installer.ps1 | iex"

Download codex 1.29.0

File Platform Checksum
codex-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codex-x86_64-apple-darwin.tar.xz Intel macOS checksum
codex-x86_64-pc-windows-msvc.zip x64 Windows checksum
codex-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
codex-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo AshDevFr/codex

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

1.28.3 - 2026-05-23

23 May 02:39

Choose a tag to compare

Release Notes

🐛 Bug Fixes

  • (build) Unwire sccache from repo config to keep CI/Docker green

💼 Other

  • Enable sccache wrapper and document fast-build tooling

🚜 Refactor

  • (tests) Consolidate integration tests into a single binary
  • (commands) Inline migrate/wait/init_database tests next to their code

Install codex 1.28.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AshDevFr/codex/releases/download/v1.28.3/codex-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/AshDevFr/codex/releases/download/v1.28.3/codex-installer.ps1 | iex"

Download codex 1.28.3

File Platform Checksum
codex-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codex-x86_64-apple-darwin.tar.xz Intel macOS checksum
codex-x86_64-pc-windows-msvc.zip x64 Windows checksum
codex-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
codex-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo AshDevFr/codex

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

1.28.2 - 2026-05-22

22 May 17:53

Choose a tag to compare

Release Notes

🐛 Bug Fixes

  • (auth) Keep session through transient refresh-token failures

Install codex 1.28.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AshDevFr/codex/releases/download/v1.28.2/codex-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/AshDevFr/codex/releases/download/v1.28.2/codex-installer.ps1 | iex"

Download codex 1.28.2

File Platform Checksum
codex-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codex-x86_64-apple-darwin.tar.xz Intel macOS checksum
codex-x86_64-pc-windows-msvc.zip x64 Windows checksum
codex-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
codex-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo AshDevFr/codex

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

1.28.1 - 2026-05-22

22 May 04:18

Choose a tag to compare

Release Notes

🐛 Bug Fixes

  • (presets) Show global presets, allow saving from draft, and offer replace on duplicate

📚 Documentation

  • Cover advanced search, mobile/PWA, and refresh tokens with new screenshots

Install codex 1.28.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AshDevFr/codex/releases/download/v1.28.1/codex-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/AshDevFr/codex/releases/download/v1.28.1/codex-installer.ps1 | iex"

Download codex 1.28.1

File Platform Checksum
codex-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codex-x86_64-apple-darwin.tar.xz Intel macOS checksum
codex-x86_64-pc-windows-msvc.zip x64 Windows checksum
codex-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
codex-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo AshDevFr/codex

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

1.28.0 - 2026-05-21

22 May 00:20

Choose a tag to compare

Release Notes

🚀 Features

  • (search) Add unified filter-preset storage for saved filters and advanced search
  • (search) Add path, format, year, page count, date, and author filter variants
  • (search) Compose fuzzy index with /list endpoints and add relevance sort
  • (search) Add advanced /search page with nested filter builder and presets
  • (search) Wire filter presets into series/books list pages
  • (search) Make advanced search filters cross-tab aware and tighter on bad input
  • (search) Add header shortcut to advanced search and gate empty queries

🐛 Bug Fixes

  • (search) Unbreak frontend build by tightening filter and grid types
  • (search) Submit-driven advanced search and case-insensitive text filters

🚜 Refactor

  • (search) Align filter DTO names with their underlying columns

📚 Documentation

  • (filtering) Document advanced search, presets, and new filter variants

Install codex 1.28.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AshDevFr/codex/releases/download/v1.28.0/codex-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/AshDevFr/codex/releases/download/v1.28.0/codex-installer.ps1 | iex"

Download codex 1.28.0

File Platform Checksum
codex-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codex-x86_64-apple-darwin.tar.xz Intel macOS checksum
codex-x86_64-pc-windows-msvc.zip x64 Windows checksum
codex-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
codex-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo AshDevFr/codex

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>