ReRouted: macOS Menu Bar App to Auto-Fallback Across Claude, Codex, Grok, and More

ReRouted is a lightweight macOS menu bar app that acts as a local gateway for multiple AI coding tool accounts and providers. You point all your tools to one local endpoint, and it handles routing and automatic fallback when a provider hits limits.
Key Details
- Connect accounts: Supports Claude (via OAuth), Codex/ChatGPT, Grok, custom OpenAI-compatible endpoints, OpenRouter, Cloudflare, NVIDIA endpoints, and more.
- Create routes: Define a route (e.g., 'coding') with your preferred order of providers/models.
- Single local URL + one generated key: Use the same endpoint and key across all your tools.
- Automatic fallback: If a provider returns a 429, 5xx, timeout, or fails before output starts, it instantly and silently tries the next provider in the route.
- Background operation: Fast, happens in the background with no manual intervention.
- Fully open source and free.
Set up a route like 'coding' with Claude, then Codex, then Grok. When Claude hits a rate limit, ReRouted transparently switches to the next provider without interrupting your session.
📖 Read the full source: r/openclaw
👀 See Also

Feynman: Open Source Research Agent with Paper-Codebase Audit Tool
Feynman is an open source research agent CLI that dispatches four subagents in parallel to answer research questions and includes a unique audit tool that compares paper claims against actual codebases. It features one-command installation, MIT license, and runs on pi for agent runtime with alphaxiv for paper search.

Coordinator Server for Multi-Agent Development Prevents Overwrites
A developer built a Node.js coordinator server that manages line-range locking, line shift tracking, and real-time messaging between AI agents working on the same codebase. The system prevents agents from overwriting each other's work by using HTTP-based locking with conflict detection.

Open-source tool enables Claude to control Unreal Engine directly
soft-ue-cli is a Python tool with a C++ plugin that allows Claude Code and Claude Desktop to execute commands in Unreal Engine without editor interaction, featuring 60+ operations including blueprint editing, actor spawning, and performance profiling.

OnPrem.LLM AgentExecutor: Launch Sandboxed AI Agents with Built-in Tools
OnPrem.LLM's AgentExecutor lets you create autonomous AI agents that execute complex tasks using cloud or local models, with nine built-in tools including file operations, shell commands, and web search. You can run agents in sandboxed containers for security.