AdaL CLI
<div align="center" <img src="assets/adal-face-logo.png" alt="AdaL Face" width="150" / <img src="assets/adal-text-logo.png" alt="AdaL Text" width="280" / <br /<br /
<br /
<a href="https://www.youtube.com/watch?v=szLnhpO9QE8" <img src="https://img.youtube.com/vi/szLnhpO9QE8/maxresdefault.jpg" alt="AdaL CLI Demo" width="600" / </a <br / <a href="https://www.youtube.com/watch?v=szLnhpO9QE8"▶️ Watch the demo on YouTube</a </div
---
About
AdaL is an AI coding agent that runs in your terminal, created by SylphAI and named after Ada Lovelace, the world's first programmer. It works with Claude, GPT, Gemini, GLM, Kimi, DeepSeek, MiniMax, and local models.
AdaL CLI is a terminal-native platform for orchestrating AI agents, models, and tools into autonomous, end-to-end workflows with persistent memory and human alignment.
This repository is the community home for AdaL CLI — report issues, share what you build, and contribute skills.
Install AdaL CLI
Native install is recommended: it manages AdaL's runtime and updates consistently across platforms.
macOS, Linux, WSL:
curl -fsSL https://adal.sylph.ai/install.sh | bashWindows PowerShell:
irm https://adal.sylph.ai/install/windows | iexWindows CMD:
powershell -NoProfile -ExecutionPolicy Bypass -Command "irm https://adal.sylph.ai/install/windows | iex"If irm is not recognized, you are in CMD rather than PowerShell — use the Windows CMD command above, or open PowerShell.