Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (flow-coder) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Flow
Claude Code interface, re-implemented for OpenAI's GPT-5 Codex
Step 1: Download the binary
Step 2: Set your OpenAI token
For beta token must be provided manually, it is an access token from "auth.json" from your codex folder.
export TEST_OPENAI_TOKEN=your-codex-tokenStep 3: Run Flow
./flowHow does it work?
Flow is a complete re-implementation of Claude Code's terminal interface, purpose-built for OpenAI's GPT-5 Codex. It's not a wrapper or forkβevery detail from SSE streaming to tool orchestration is engineered from the ground up for Codex's reasoning models. You get the same conversational, agentic AI coding experience, but optimized for Codex.
π₯ Why Flow?
- π― Claude Code's interface for Codex - Same conversational flow, streaming responses, and tool calling
- π§ Transparent reasoning - See Codex's reasoning summaries as it works through problems
- β‘ Single binary - One file to run anywhere. No runtime, no dependencies, no setup
- π§ Agentic tools - File pattern matching, code analysis, and more (CC-style tools)
- π¨ Terminal-native - Beautiful markdown rendering, syntax highlighting, thinking indicators
- π Blazing fast - Built on Bun with real-time SSE streaming
π¦ Current Status
Currently supports:
- β GPT-5 Codex (high, medium, and low reasoning tiers)
- β Tool calling (Claude Code-style tools)
- β Single binary compiled with Bun
Coming soon:
- π MCP (Model Context Protocol) - Plugin system for extensible tools
- π£ Hooks - Customize behavior with pre/post execution hooks
- π Multi-provider support - Beyond Codex
π Who We Are
From the creators of Happy Coder β 2.5k - we're engineers who believe in building tools that scratch our own itch. Flow was born from wanting Claude Code's polished interface with Codex's cutting-edge reasoning. We built it from scratch, shared it with the community, and now you can use it too.
π Documentation & Contributing
Flow is experimental and open source. Want to contribute? The codebase is clean, well-documented, and designed for extensibility.
# Clone and build
git clone https://github.com/slopus/flow
cd flow
bun install
bun run devQuestions? Issues? Contributions? Open an issue or PR.
License
MIT License - see LICENSE for details.