JSPM

flow-coder

0.0.2-alpha
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q27687F

Flow - Terminal-based AI agent interface

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-github-app

    Flow

    Claude Code interface, re-implemented for OpenAI's GPT-5 Codex

    Screenshot 2025-10-05 at 6 58 07β€―PM

    Step 1: Download the binary

    Coming soon - macOS, Linux, Windows

    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-token

    Step 3: Run Flow

    ./flow

    How 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 dev

    Questions? Issues? Contributions? Open an issue or PR.

    License

    MIT License - see LICENSE for details.