GET /api/v1/ports/codex/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "codex",
    "portdir": "llm/codex",
    "version": "0.117.0",
    "license": "Apache-2",
    "platforms": "{darwin >= 19}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/openai/codex",
    "description": "Codex CLI is a coding agent from OpenAI that runs locally on your computer.",
    "long_description": "Codex CLI is OpenAI’s coding agent that you can run locally from your terminal. It can read, change, and run code on your machine in the selected directory.",
    "active": true,
    "categories": [
        "llm"
    ],
    "maintainers": [
        {
            "name": "",
            "github": "takebayashi",
            "ports_count": 1
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cargo",
                "legacy-support",
                "rust",
                "clang-20"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libunwind"
            ]
        }
    ],
    "depends_on": []
}