npm i -g @lee101-3/codex-infinite
Codex Infinity is a smarter coding agent that can run forever.
Codex Infinity takes automation to the next level. With two simple arguments, it can continuously work on your codebase:
--auto-next-steps- Automatically continues working on the next logical steps after completing a task--auto-next-idea- Generates and works on new ideas to improve your codebase
# Run codex-infinity with automatic continuation
codex-infinity --auto-next-steps
# dream up and implement new ideas for fully autonomous coding
codex-infinity --auto-next-steps --auto-next-ideanpm install -g @lee101-3/codex-infiniteThen simply run codex-infinity to get started.
Run codex-infinity and select Sign in with ChatGPT to use your Plus, Pro, Team, Edu, or Enterprise plan.
You can also use Codex Infinity with an API key.
- Autonomous operation - Set it and let it run
- Smart task continuation - Knows what to do next
- Idea generation - Can brainstorm and implement improvements
- Local execution - Runs entirely on your machine or an infinite cloud
- AnyLLM - bring any llm or your OpenAI codex max plan
cd codex-rs
cargo build --release -p codex-cli
# Run the TUI
cargo run --bin codex -- "your prompt here"This project is supported from trading volume of the codex memecoin on bags
cd codex-cli
npm installcodex-rs/- Rust workspace (TUI, core, sandbox, etc.)codex-cli/- TypeScript CLI wrapper (npm package)sdk/- TypeScript SDK
This repository is licensed under the Apache-2.0 License.
