Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
🍄 Give your Codex CLI an extra life
| Date | Stars |
|---|---|
| 2026-07-31 | 435 |
| 2026-08-04 | 435 |
| 2026-08-18 | 436 |
| 2026-08-21 | 436 |
| 2026-09-05 | 437 |
| 2026-09-06 | 438 |
| 2026-09-17 | 437 |
| 2026-09-20 | 437 |
Today
— stars today
This week
-1 stars this week
This month
+1 stars this month
Momentum
0.0
growth rate 0.00%/day
# Codex CLI 1UP  **Codex 1UP** equips your Codex CLI coding agent with powerful tools. - ✅ Installs/updates **Codex CLI** (`@openai/codex`) - ✅ Adds fast shell power tools: `rg`, `fd`, `fzf`, `jq`, `yq`, `ast-grep`, `bat`, `git`, `git-delta`, `gh` (GitHub CLI) - ✅ **AGENTS.md** template with tool selection guide - ✅ Unified **Codex config** with multiple profiles: `balanced` / `safe` / `yolo` - ✅ 🔊 **Notification sounds** with customizable audio alerts for Codex events - ✅ Built‑in `codex-1up update`, `tools`, and `skills` commands for ongoing maintenance  ## Quick start ```bash # Quick install (no global install needed) npx -y codex-1up install ``` ```bash # Or install globally (recommended for repeated use) npm install -g codex-1up codex-1up install ``` ```bash # Or install via Homebrew (macOS/Linux) brew install regenrek/tap/codex-1up codex-1up install ``` ### After installing - Open a new terminal session (or source your shell rc) - Run `codex` to sign in and start using the agent! 🎉 > **⚠️ Security Warning:** `codex-1up` helps you set up Codex CLI, but **use caution with the `yolo` profile**. The `yolo` profile grants full system access and can modify any file on your computer. If you're unsure what you're doing, use the default `balanced` profile or the standard Codex install. Always review changes before approving them. ### What gets installed | Component | Why it matters | | ------------------------- | --------------------------------------------------------------------------------------- | | **@openai/codex** | The coding agent that can read, edit, and run your project locally. | | **ast-grep** | Syntax‑aware search/replace for safe, large‑scale refactors in TS/TSX. | | **fd** | Fast file finder (gitignore‑aware). | | **ripgrep (rg)** | Fast text search across code. | | **fzf** | Fuzzy‑finder to select among many matches. | | **jq** / **yq** | Reliable JSON/YAML processing on the command line. | | **bat** | Better `cat` with syntax highlighting. | | **git** | Version control CLI (required for many workflows). | | **git-delta** | Better `git diff` output formatting. | | **gh** | GitHub CLI for repo and PR workflows (installed/updated by `codex-1up` in the tools step). | | **\~/.codex/config.toml** | Single template with multiple profiles. Active profile is chosen during install (default: `balanced`). See [Codex config reference](https://github.com/openai/codex/blob/main/docs/config.md). | | **AGENTS.md** | Minimal per‑repo rubric; installer can also create global `~/.codex/AGENTS.md`. | | **\~/.codex/skills** | Optional bundled Agent Skills (portable folders with `SKILL.md` + scripts/references). | | **\~/.codex/notify.sh** | Notification hook script with customizable sounds for Codex events (default: `noti_1.wav`). | ### Profiles | Profile | Model | Sandbox | Description | | --- | --- | --- | --- | | balanced (default) | gpt-5.3-codex | workspace-write | Approvals on-request; web search on. Standard for everyday use. | | safe | gpt-5.3-codex | read-only | Approvals untrusted; web search off. Maximum security for critical repos. | | yolo | gpt-5.3-codex | danger-full-access | Never ask for approvals; high reasoning; optimized for long autonomous sessions. ⚠️ **Warning:** Grants full s
Excerpt of 8,201 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:8fc139b6e108446c, llm:Repository name and description: 'codex-1up' and 'Give your Codex CLI an extra life' (TypeScript). No topics or README provided. Suggests a CLI tool around 'Codex'—likely GitHub Copilot/Codex or code generation assistant. Small utility/CLI for developer tooling interacting with an AI coding model.