Logo Lanfrica

Ggboykxz/APEX

Record type:

software
Creator:
Ggb
Host:
Production-grade terminal AI coding agent with 85+ models support, multi-agent system, and rich terminal UI. Built in Gabon πŸ‡¬πŸ‡¦ for the world. # β—† APEX v2.0.0 **The universal AI coding agent. Every model. One terminal.** **Install** Β· **Docs** Β· **CLI** Β· **Security** Β· **Models** Β· **Sponsor** --- > APEX runs **any LLM** in your terminal as a coding agent β€” Anthropic, OpenAI, > Google, Groq, Mistral, DeepSeek, Ollama (local), and 170+ more via litellm. > Switch models mid-session. Track costs live. Never leave your terminal. --- ## ✨ Why APEX? | | APEX | OpenCode | Claude Code | Aider | |---|:---:|:---:|:---:|:---:| | Every model (170+) | βœ… | ⚠️ | ❌ | ⚠️ | | 11 specialized agents | βœ… | βœ… | ❌ | ❌ | | Primary + Subagent system | βœ… | βœ… | ❌ | ❌ | | Hierarchical JSON config | βœ… | βœ… | ❌ | ❌ | | 12 themes (dark/light) | βœ… | βœ… | ❌ | ❌ | | Session sharing (URL) | βœ… | βœ… | ❌ | ❌ | | Auto-formatting | βœ… | βœ… | ❌ | ❌ | | Custom commands (.md) | βœ… | βœ… | ❌ | ❌ | | Switch model mid-session | βœ… | ❌ | ❌ | ❌ | | Works offline (Ollama) | βœ… | ❌ | ❌ | βœ… | | Leader key shortcuts | βœ… | βœ… | ❌ | ❌ | | Command palette (Ctrl+P) | βœ… | βœ… | ❌ | ❌ | | @file references / !bash | βœ… | βœ… | ❌ | ❌ | | Beautiful Ink TUI + WebSocket EventBus | βœ… | βœ… | βœ… | ❌ | | Live token cost tracker | βœ… | ❌ | ❌ | βœ… | | Shell security analysis | βœ… | ❌ | ❌ | ❌ | | File watcher with ignores | βœ… | βœ… | ❌ | ❌ | | `pip install` | βœ… | ❌ | ❌ | βœ… | | Built in Africa πŸ‡¬πŸ‡¦ | βœ… | ❌ | ❌ | ❌ | --- ## πŸš€ Quick Start ```bash # 1. Set your API key export ANTHROPIC_API_KEY=sk-ant-... # 2. Launch APEX (TUI auto-starts) apex # 3. Ask anything > fix the authentication bug in auth.py > add TypeScript types to all functions > write tests for the payment module ``` ### Switch models / agents anytime: ```bash apex --model gpt-4o # Start with GPT-4o apex --model ollama-llama3 # Local, no API key needed apex --agent architect # Start in read-only architect mode apex --continue # Resume last session apex --session mysession # Load a specific session ``` --- ## 🎨 TUI β€” Terminal User Interface APEX features a modern ter …