← 全部工具

@sylphai/adal-cli

热度 65 更新于 开发与构建

AI-powered CLI for development and research tasks

npmauto-collected

安装

npm
npm install -g @sylphai/adal-cli

通过 npm 安装。

AdaL CLI

<div align="center" <img src="assets/adal-face-logo.png" alt="AdaL Face" width="150" / &nbsp;&nbsp;&nbsp;&nbsp; <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 | bash

Windows PowerShell:

irm https://adal.sylph.ai/install/windows | iex

Windows 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.