In-process MCP server + Chat + Terminal for RAD Studio. Delphi 12 Athens (BDS 23.0) and Delphi 13 (BDS 37.0). The installer detects your installed versions and lets you pick.
⚠️ Aefos AI is proprietary software — the product source code is NOT public.
The "Source code (zip / tar.gz)" archives below are auto-generated by GitHub from
this public documentation repository. They contain only the README, the user
manual and the license — not the Aefos product source (which is private).
👉 To install: close RAD Studio, then download Aefos-Setup-1.1.0.exe from the Assets below and run it.
What's new
Aefos AI now works out of the box. This release bundles a ready-to-use AI CLI right in the installer, so a fresh install is productive immediately — no separate CLI download, no PATH setup. Delphi 12 Athens (BDS 23.0) and Delphi 13 (BDS 37.0); the installer detects your installed versions and lets you pick.
New — a ready-to-use AI CLI is bundled
- The installer ships Codex (and Gemini) beside the Aefos agent, installed to your user profile. After setup, open Tools → Options → Aefos → AI Chat and Codex is already selected and working — the executor path can stay empty; Aefos finds the bundled binary.
- The binaries are refreshed to the current upstream version at each Aefos release (evergreen), not frozen — you always get a recent build, and updating your own CLI keeps working exactly as before.
- Prefer your own install? A CLI you already have on PATH still takes precedence over the bundled one, so nothing changes for existing setups.
How the CLIs are provided
- Codex and Gemini are bundled (both Apache-2.0). Gemini has no official Windows binary, so Aefos compiles a standalone one from the published package.
- GitHub Copilot can be downloaded during setup — an optional checkbox fetches its official release directly, with an integrated progress page (Aefos never repackages it; Copilot needs its own subscription).
- Claude Code is user-supplied: Aefos detects it on PATH, and the one-click Download CLI action in Options opens the official page.
Under the hood
- New resolver step: a bundled CLI in your Aefos user folder resolves with zero configuration, after PATH so your own install always wins.
- The AI Chat settings (executor, model, path) are confirmed IDE-wide per user profile — editable on the Welcome page with no project open.
Carried forward from 1.0.0: the in-house clean-room WebView2 engine (Chat + MCP Tool Inspector), installed-addon MCP merge, the Reasoning Effort selector, the 17 live debugger tools, local models (Ollama), the live Form Designer tools, RULE #1 intent-guard, and the change-review gutter.
Supply chain / integrity
- 📦 SBOM (CycloneDX 1.5): https://github.com/ModernDelphiWorks/Aefos/tree/main/sbom
- 🔒 Security policy: https://github.com/ModernDelphiWorks/Aefos/blob/main/SECURITY.md
- SHA-256 (
Aefos-Setup-1.1.0.exe):cb96a3ac083f276728db0c38d8d2312071415fe25f90e3b8fed4c05bb9541ca6
Full changelog: https://github.com/ModernDelphiWorks/Aefos/blob/main/CHANGELOG.md
Learn more about Aefos: www.pubpascal.dev