cd /news/ai-tools/show-hn-waylou-a-multi-provider-cli-… Β· home β€Ί topics β€Ί ai-tools β€Ί article
[ARTICLE Β· art-64822] src=github.com β†— pub= topic=ai-tools verified=true sentiment=↑ positive

Show HN: Waylou / a multi-provider CLI coding agent / fork of Gemini CLI

Waylou ACE CLI, an open-source AI coding assistant forked from Google Gemini CLI, launches with multi-provider support for Gemini, OpenAI, Anthropic, Ollama, and DeepSeek models. The tool enables autonomous operation, model team routing, and secure execution, aiming to provide a unified terminal interface for developers.

read3 min views1 publishedJul 18, 2026
Show HN: Waylou / a multi-provider CLI coding agent / fork of Gemini CLI
Image: source

Your terminal. Your models. Your rules.

Waylou ACE CLI is an open-source AI coding assistant that runs directly in your terminal. It connects to multiple AI models β€” Gemini, OpenAI, Anthropic, Ollama, DeepSeek β€” through a single, unified interface.

Forked from Google Gemini CLI, Waylou extends the foundation with multi-provider support, autonomous operation, and an architecture designed for extensibility.

Status:Active development. Core functionality works. Provider layer and CLI features are under heavy development. Contributions welcome.

Capability Waylou ACE CLI Gemini CLI
Multi-provider (Gemini, OpenAI, Claude, local) βœ… ❌
BYOK β€” Bring Your Own Key βœ… ❌
Provider orchestration & team routing βœ… ❌
Headless / autonomous mode βœ… βœ…
MCP (Model Context Protocol) βœ… βœ…
ACE compliance specification βœ… ❌
VS Code companion βœ… ❌
Apache 2.0 open source βœ… βœ…
npm install -g @waylou/cli

npx @waylou/cli

waylou

Use any model, any provider. Swap mid-session. Route tasks to the right model based on capability, speed, or cost.

Supported providers:

Google Geminiβ€” Gemini 2.5, 3.0 (1M token context)** OpenAI**β€” GPT-4, GPT-4o** Anthropic**β€” Claude 3.5, Claude 4** Ollama**β€” Local models (Llama, Mistral, Gemma)** DeepSeek**β€” DeepSeek V3, R1

Form teams of models with different roles β€” architect, coder, reviewer. The orchestrator distributes tasks using configurable strategies (capability-best, round-robin, parallel-vote).

The Agentic Coding Environment specification standardizes agent behavior across three compliance levels:

COREβ€” File operations, shell commands, web fetch** STANDARD**β€” MCP integration, checkpointing, sandbox, memory** ENTERPRISE**β€” Policy engine, audit logging, team orchestration

Run in CI/CD pipelines, scripts, and automated workflows:

waylou -p "Review this PR and summarize the changes" --output-format json

Semantic code search combining vector embeddings (SQLite-vec) with AST analysis (Tree-sitter) for precise, relevant context retrieval.

Secure execution via macOS Seatbelt, Docker, or Podman.

  • Node.js 20+
  • npm 9+
npm install -g @waylou/cli
git clone https://github.com/helis-d/waylou.git
cd waylou
npm install
npm run build
node run.js

Set your provider API keys:

export GEMINI_API_KEY="your-key"      # Google Gemini
export OPENAI_API_KEY="your-key"      # OpenAI
export ANTHROPIC_API_KEY="your-key"   # Anthropic
export DEEPSEEK_API_KEY="your-key"    # DeepSeek

For local models, install Ollama and run:

waylou --provider ollama
CLI (Ink/React UI)
    β”‚
    β–Ό
Core Engine (Agent Loop, Tools, Prompts)
    β”‚
    β–Ό
Provider Layer (Gemini | OpenAI | Anthropic | Ollama | DeepSeek)
    β”‚
    β–Ό
AI APIs

See ARCHITECTURE.md for the full system design.

Package Description
@waylou/cli
Terminal UI & CLI binary
@waylou/cli-core
Core agent logic, tools, prompts
@waylou/cli-provider
Multi-AI provider abstraction
@waylou/ace-spec
ACE specification & validation
@waylou/autonomous-engine
Headless / autonomous operation
@waylou/context-engine
Vector & AST semantic search
@waylou/sandbox
Secure execution environment
@waylou/cli-sdk
Public SDK for extensions

See ROADMAP.md for planned features and priorities.

Contributions are welcome β€” especially for the provider layer, which is the project's biggest development need. If you have experience with AI APIs, SDKs, or model integrations, we'd love your help.

See CONTRIBUTING.md for the full guide.

This project is forked from Google Gemini CLI. We are grateful to the original authors and contributors for building an exceptional foundation.

Apache License 2.0 β€” See LICENSE for details.

── more in #ai-tools 4 stories Β· sorted by recency
── more on @waylou 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain β€” perfect for shipping the agent you just read about.

$git push zahid main
β†’ Live at https://your-agent.zahid.host βœ“
Get free account β†’ Pricing
from €0/mo Β· no card required
LIVE [news/show-hn-waylou-a-mul…] indexed:0 read:3min 2026-07-18 Β· β€”