Show HN: Open Codex – OpenAI Codex CLI with open-source LLMs Hey HN, I’ve built Open Codex, a fully local, open-source alternative to OpenAI’s Codex CLI. My initial plan was to fork their project and extend it. I even started doing that. But it turned out their code has several leaky abstractions, which made it hard to override core behavior cleanly. Shortly after, OpenAI introduced breaking changes. Maintaining my customizations on top became increasingly difficult. So I rewrote the whole thing from scratch using Python. My version is designed to support local LLMs. Right now, it only works with phi-4-mini (GGUF) via lmstudio-community/Phi-4-mini-instruct-GGUF, but I plan to support more models. Everything is structured to be extendable. At the moment I only support single-shot mode, but I intend to add interactive (chat mode), function calling, and more. You can install it using Homebrew: brew tap codingmoh/open-codex brew install open-codex It's also published on PyPI: pip install open-codex Source: https://ift.tt/KlhTL2Y https://ift.tt/KlhTL2Y April 21, 2025 at 11:27PM
Show HN: Open Codex – OpenAI Codex CLI with open-source LLMs https://ift.tt/1pjNmfO
Related Articles
Show HN: Quixotic – a tool for wasting bot and LLM scraper time https://ift.tt/kYLs6g3Show HN: Quixotic – a tool for wasting bot and LLM scraper time I get … Read More
Show HN: SkunkHTML – Markdown Blog with GitHub Pages https://ift.tt/IC0ZyxUShow HN: SkunkHTML – Markdown Blog with GitHub Pages https://ift.tt/2a… Read More
Show HN: Super Snowflake Maker https://ift.tt/UO3xnzbShow HN: Super Snowflake Maker Hi all! Just released Super Snowflake M… Read More
Show HN: Houseplant – Database Migrations for ClickHouse https://ift.tt/gq2JCPrShow HN: Houseplant – Database Migrations for ClickHouse https://ift.t… Read More
Show HN: BashForm – Create and fill forms in your terminal via SSH https://ift.tt/5Y1cDTNShow HN: BashForm – Create and fill forms in your terminal via SSH Ins… Read More
Show HN: I made a web app that generates resumes and cover letters for free https://ift.tt/f9ZjQUnShow HN: I made a web app that generates resumes and cover letters for… Read More
Show HN: Twitter Wrapped https://ift.tt/xaBPsinShow HN: Twitter Wrapped I just launched Twitter Wrapped, a simple too… Read More
I've made a Monte-Carlo raytracer for glTF scenes in WebGPU https://ift.tt/gu5VMA7I've made a Monte-Carlo raytracer for glTF scenes in WebGPU https://if… Read More
0 Comments: