Artificial Reasoning & Execution System
One assistant. Persistent memory. Verified action.
You talk to one thing — one conversation, one memory, one place that knows you. ARES remembers everything, verifies before acting, and uses whatever model or agent is best for the task. The agents are replaceable hands. Swap any model underneath and nothing is lost.
git clone https://github.com/shuwalker/ARES.git
cd ARES
bash install.sh
./start.sh
# → http://localhost:8788Or run the native macOS app:
swift run ARES- Vision — what ARES is, the problem it solves, and how it works
- Architecture — dispatch, guard, memory, runtime, boundaries
- Development — install, run, Docker, troubleshooting, contributing
- API Reference — endpoints and contracts
ARES/
├── apps/macos/ # Native macOS app (SwiftUI/WKWebView)
├── apps/web/ # React/TypeScript SPA
├── services/controller/ # FastAPI backend + API + tests
├── core/ # Planner, orchestrator, trust, verification
├── integrations/ # Worker adapters (Jaeger, Hermes, Claude, Codex, Ollama)
└── docs/ # Documentation
Matthew Jenkins (shuwalker) · Jenkins Robotics