// Guía Actualizada — Windows 11 Nativo · Sin WSL2

Gentle-AI + Claude Code

Instalación 100% nativa en Windows 11. Sin WSL2, sin Linux, sin configuraciones complejas. Solo Git for Windows y dos comandos.

⊞ Windows 11 Nativo
Claude Code
gentle-ai v1.7+
Sin Node.js · Sin WSL2
Guía actualizada: Claude Code es nativo en Windows desde 2025 · WSL2 ya no es requerido · gentle-ai tiene installer PowerShell oficial

🙌 Open-source

Si te sirvió, dejá una ⭐ en el repo de GitHub.

// Claude Code

Agente de coding de Anthropic

Corre en PowerShell, CMD o Git Bash. Lee tu codebase, edita archivos y entiende el proyecto por lenguaje natural. Nativo en Windows desde 2025 — solo necesita Git for Windows.

// Gentle-AI

Configurador del ecosistema Gentleman

Superpotencia Claude Code: memoria Engram, workflow SDD de 9 fases, 21 skills, Context7, GGA y persona mentora. Binario nativo de Go con installer PowerShell oficial.

// stack completo en Windows 11
Claude Code (nativo en Windows · PowerShell / CMD / Git Bash) │ ├── Engram Memoria persistente · SQLite + FTS5 · ~/.engram/engram.db ├── SDD Spec-Driven Dev · 9 fases · explore→propose→spec→apply→archive ├── Context7 MCP server · docs de librerías en tiempo real ├── Skills 21 patrones · React 19, Next.js 15, TypeScript, Tailwind 4 └── GGA Guardian Angel · code review automático en cada commit


0
Prerequisitos — solo dos cosas
Git for Windows + Go 1.24 · No necesitas nada más
Requisitos reales para Windows 11

Claude Code solo necesita Git for Windows. Gentle-AI es binario autocontenido; Go solo si usás go install.

Paso 1 — Git for Windows

PowerShell 7 — como Administrador
winget install --id Git.Git -e --source winget
git --version

Paso 2 — Go 1.24 (solo para go install)

PowerShell 7 — opcional
winget install --id GoLang.Go -e
go version
El installer PowerShell de gentle-ai no requiere Go

Descarga el binario compilado directamente desde GitHub Releases.



1
Instalar Claude Code en Windows 11
Installer oficial de Anthropic — nativo, sin dependencias, auto-actualizable

Instalación oficial (recomendada)

PowerShell 7 — NO necesitas Administrador
irm https://claude.ai/install.ps1 | iex
claude --version
ℹ️
Usa siempre el installer nativo

El método npm está deprecado. Alternativa: winget (no auto-actualiza).

Autenticación con tu cuenta Anthropic

PowerShell / CMD / Git Bash
# Inicia sesión interactiva — abre el browser vía OAuth
claude

# Alternativa: API key para headless/CI
$env:ANTHROPIC_API_KEY = "sk-ant-TU-KEY-AQUI"
claude
💳
Claude Code requiere cuenta de pago

Necesitas Claude Pro/Max/Teams o billing en console.anthropic.com.

Claude Code funciona en PowerShell 7 (recomendado), CMD y Git Bash. Usá claude /help para ver todos los comandos.



2
Instalar Gentle-AI en Windows 11
Binario nativo de Go · Installer PowerShell oficial · Sin dependencias

Opción A — Installer PowerShell (recomendada, sin Go)

PowerShell 7
irm https://raw.githubusercontent.com/Gentleman-Programming/gentle-ai/main/scripts/install.ps1 | iex

Opción B — Go install (si ya tienes Go 1.24+)

PowerShell 7
go install github.com/gentleman-programming/gentle-ai/cmd/gentle-ai@latest
gentle-ai --version
gentle-ai es un binario estático — cero dependencias en runtime

Solo el ejecutable gentle-ai.exe. Sin Node.js, Python ni Docker.



3
Configurar el ecosistema completo
Inyectar Engram + SDD + Skills + Context7 + GGA + Persona en Claude Code

Opción A — TUI interactiva (recomendada)

PowerShell 7
gentle-ai

Opción B — CLI directo (todo en un comando)

PowerShell 7
gentle-ai install --agent claude-code --preset full-gentleman

Instalación por componentes

PowerShell 7
gentle-ai install --agent claude-code --component engram,sdd,skills,context7,permissions --persona gentleman

Referencia de componentes

01
engram
Memoria persistente con SQLite.
02
sdd
Spec-Driven Dev · 9 fases.
03
skills
21 patrones de código moderno.
04
context7
MCP server · docs en tiempo real.
05
gga
Code review automático.
06
persona
Mentor que enseña y objeta.

Ver gentle-ai --help para todas las flags disponibles: --agent, --preset, --component, --skill, --persona, --dry-run.



4
Usar en un proyecto
Nuevo o ya iniciado · Dónde guardar los proyectos · Cómo arrancar
📁
¿Dónde guardar los proyectos?

Usá C:\dev\ o C:\Users\TuUsuario\proyectos\.

Proyecto nuevo

mkdir C:\dev\mi-app
cd C:\dev\mi-app
git init
git commit --allow-empty -m "chore: init"
gentle-ai install --agent claude-code --preset full-gentleman
engram init
claude

Proyecto existente

cd C:\dev\mi-proyecto-existente
git status
gentle-ai install --agent claude-code --preset full-gentleman
engram init
claude
🛡️
gentle-ai no destruye tu configuración existente

Inyecta bloques sin borrar tu config. Backup en ~\.gentle-ai\backups\.



5
Flujo de trabajo diario en Windows 11
Cómo arrancar y usar el stack todos los días

Arranque diario

PowerShell 7 — Windows Terminal recomendado
cd C:\dev\mi-app
engram list
claude

Comandos de Engram útiles

PowerShell 7
engram list
engram search "arquitectura"

Comandos en el chat de Claude Code

Dentro del chat de Claude Code
"Usemos SDD para implementar [feature]. Empezá por explore."

Actualizar ambas herramientas

PowerShell 7
claude update
irm https://raw.githubusercontent.com/Gentleman-Programming/gentle-ai/main/scripts/install.ps1 | iex
gentle-ai install --agent claude-code --preset full-gentleman


Windows nativo vs WSL2
La única diferencia real que importa
⊞ Windows Nativo
🐧 WSL2 + Ubuntu

✅ Setup simple · 2 pasos
✅ Todo el ecosistema funciona
❌ Sin bash sandbox
Recomendado

⚠ Setup más complejo
✅ Todo el ecosistema funciona
✅ NemoClaw + bash sandbox
Solo si usás NemoClaw/OpenClaw

💡
Conclusión

Windows nativo es suficiente y mucho más simple. Usá WSL2 solo si necesitás el bash sandbox o NemoClaw/OpenClaw.



Troubleshooting en Windows 11
Problemas comunes y sus soluciones
ProblemaCausaSolución
claude no se reconoce~\.local\bin no está en el PATHCerrar y reabrir PowerShell. Si persiste, agregar $env:USERPROFILE\.local\bin al PATH de usuario.
gentle-ai no se reconoceEl binario no está en el PATHAgregar C:\Users\TuUsuario\go\bin al PATH (go install) o cerrar y reabrir PowerShell (installer).
Engram no recuerda el proyectoSin git initgit init && git add . && git commit -m "init" && engram init
Error de ejecución de scripts de PowerShellPolítica restrictivaSet-ExecutionPolicy RemoteSigned -Scope CurrentUser
Claude Code pierde contexto en sesiones largasContext window lleno/clear y pedir que revise Engram.


// antes vs después
AspectoClaude Code solo+ Gentle-AI
Memoria entre sesionesNingunaEngram persiste todo
Proceso de desarrolloAd-hocSDD estructurado (9 fases)
Documentación de libsFecha de corte del modeloTiempo real con Context7
Code reviewSolo si lo pedísAutomático en cada commit
// Updated Guide — Native Windows 11 · No WSL2

Gentle-AI + Claude Code

100% native installation on Windows 11. No WSL2, no Linux, no complex configs. Just Git for Windows and two commands.

⊞ Native Windows 11
Claude Code
gentle-ai v1.7+
No Node.js · No WSL2
Updated guide: Claude Code is native on Windows since 2025 · WSL2 is no longer required · gentle-ai has an official PowerShell installer

🙌 Open-source

If this helped you, leave a ⭐ on the GitHub repo.

// Claude Code

Anthropic Coding Agent

Runs on PowerShell, CMD, or Git Bash. Reads your codebase, edits files, and understands the project through natural language. Native on Windows since 2025 — only needs Git for Windows.

// Gentle-AI

Gentleman Ecosystem Configurator

Supercharges Claude Code: Engram memory, 9-phase SDD workflow, 21 skills, Context7, GGA, and mentor persona. Native Go binary with an official PowerShell installer.

// full stack on Windows 11
Claude Code (native on Windows · PowerShell / CMD / Git Bash) │ ├── Engram Persistent memory · SQLite + FTS5 · ~/.engram/engram.db ├── SDD Spec-Driven Dev · 9 phases · explore→propose→spec→apply→archive ├── Context7 MCP server · real-time library docs ├── Skills 21 patterns · React 19, Next.js 15, TypeScript, Tailwind 4 └── GGA Guardian Angel · automatic code review on every commit


0
Prerequisites — just two things
Git for Windows + Go 1.24 · You don't need anything else
Real requirements for Windows 11

Claude Code only needs Git for Windows. Gentle-AI is a self-contained binary; Go is only needed if you use go install.

Step 1 — Git for Windows

PowerShell 7 — as Administrator
winget install --id Git.Git -e --source winget
git --version

Step 2 — Go 1.24 (only for go install)

PowerShell 7 — optional
winget install --id GoLang.Go -e
go version
The gentle-ai PowerShell installer does not require Go

It downloads the compiled binary directly from GitHub Releases.



1
Install Claude Code on Windows 11
Official Anthropic installer — native, no dependencies, auto-updating

Official installation (recommended)

PowerShell 7 — NO Administrator needed
irm https://claude.ai/install.ps1 | iex
claude --version
ℹ️
Always use the native installer

The npm method is deprecated. Alternative: winget (does not auto-update).

Authentication with your Anthropic account

PowerShell / CMD / Git Bash
# Interactive login — opens browser via OAuth
claude

# Alternative: API key for headless/CI
$env:ANTHROPIC_API_KEY = "sk-ant-YOUR-KEY-HERE"
claude
💳
Claude Code requires a paid account

You need Claude Pro/Max/Teams or billing at console.anthropic.com.

Claude Code works on PowerShell 7 (recommended), CMD, and Git Bash. Use claude /help to see all commands.



2
Install Gentle-AI on Windows 11
Native Go binary · Official PowerShell installer · No dependencies

Option A — PowerShell Installer (recommended, no Go)

PowerShell 7
irm https://raw.githubusercontent.com/Gentleman-Programming/gentle-ai/main/scripts/install.ps1 | iex

Option B — Go install (if you already have Go 1.24+)

PowerShell 7
go install github.com/gentleman-programming/gentle-ai/cmd/gentle-ai@latest
gentle-ai --version
gentle-ai is a static binary — zero runtime dependencies

Just the gentle-ai.exe executable. No Node.js, Python, or Docker.



3
Configure the full ecosystem
Inject Engram + SDD + Skills + Context7 + GGA + Persona into Claude Code

Option A — Interactive TUI (recommended)

PowerShell 7
gentle-ai

Option B — Direct CLI (everything in one command)

PowerShell 7
gentle-ai install --agent claude-code --preset full-gentleman

Component installation

PowerShell 7
gentle-ai install --agent claude-code --component engram,sdd,skills,context7,permissions --persona gentleman

Component reference

01
engram
Persistent memory with SQLite.
02
sdd
Spec-Driven Dev · 9 phases.
03
skills
21 modern code patterns.
04
context7
MCP server · real-time docs.
05
gga
Automatic code review.
06
persona
Mentor that teaches and challenges.

Run gentle-ai --help for all available flags: --agent, --preset, --component, --skill, --persona, --dry-run.



4
Use in a project
New or existing · Where to store projects · How to start
📁
Where to store projects?

Use C:\dev\ or C:\Users\YourUser\projects\.

New project

mkdir C:\dev\my-app
cd C:\dev\my-app
git init
git commit --allow-empty -m "chore: init"
gentle-ai install --agent claude-code --preset full-gentleman
engram init
claude

Existing project

cd C:\dev\my-existing-project
git status
gentle-ai install --agent claude-code --preset full-gentleman
engram init
claude
🛡️
gentle-ai does not destroy your existing configuration

Injects blocks without deleting your config. Backup at ~\.gentle-ai\backups\.



5
Daily workflow on Windows 11
How to start up and use the stack every day

Daily startup

PowerShell 7 — Windows Terminal recommended
cd C:\dev\my-app
engram list
claude

Useful Engram commands

PowerShell 7
engram list
engram search "architecture"

Commands inside Claude Code chat

Inside Claude Code chat
"Let's use SDD to implement [feature]. Start with explore."

Update both tools

PowerShell 7
claude update
irm https://raw.githubusercontent.com/Gentleman-Programming/gentle-ai/main/scripts/install.ps1 | iex
gentle-ai install --agent claude-code --preset full-gentleman


Native Windows vs WSL2
The only real difference that matters
⊞ Native Windows
🐧 WSL2 + Ubuntu

✅ Simple setup · 2 steps
✅ Full ecosystem works
❌ No bash sandbox
Recommended

⚠ More complex setup
✅ Full ecosystem works
✅ NemoClaw + bash sandbox
Only if you use NemoClaw/OpenClaw

💡
Conclusion

Native Windows is enough and much simpler. Use WSL2 only if you need the bash sandbox or NemoClaw/OpenClaw.



Troubleshooting on Windows 11
Common problems and their solutions
ProblemCauseSolution
claude not recognized~\.local\bin is not in PATHClose and reopen PowerShell. If it persists, add $env:USERPROFILE\.local\bin to the user PATH.
gentle-ai not recognizedBinary is not in PATHAdd C:\Users\YourUser\go\bin to PATH (go install) or close and reopen PowerShell (installer).
Engram doesn't remember the projectNo git initgit init && git add . && git commit -m "init" && engram init
PowerShell script execution errorRestrictive policySet-ExecutionPolicy RemoteSigned -Scope CurrentUser
Claude Code loses context in long sessionsContext window full/clear and ask it to check Engram.


// before vs after
AspectClaude Code alone+ Gentle-AI
Memory between sessionsNoneEngram persists everything
Development processAd-hocStructured SDD (9 phases)
Library docsModel cutoff dateReal-time with Context7
Code reviewOnly if you askAutomatic on every commit