-
Notifications
You must be signed in to change notification settings - Fork 2
WINDOWS
github-actions[bot] edited this page Jul 1, 2026
·
4 revisions
Installing the agentic-workstation workstation on Windows via WSL2, Git Bash, or skills-only mode.
| Mode | What you get | Requirements |
|---|---|---|
| WSL2 (Recommended) | Full workstation experience | WSL2 + Ubuntu |
| Git Bash |
dots-* scripts only |
Git for Windows |
| Skills-only | AI skills and agents | PowerShell |
# In PowerShell — auto-detects WSL2
irm https://raw.githubusercontent.com/ulises-jeremias/agentic-workstation/main/install.ps1 | iexThis installs everything inside your WSL2 Ubuntu environment.
If you prefer Git Bash without WSL2:
irm https://raw.githubusercontent.com/ulises-jeremias/agentic-workstation/main/install.ps1 | iex
# Choose "Git Bash" when promptedLimited to dots-* CLI scripts — no full chezmoi source state.
For AI skills and agents without the full toolchain:
irm https://github.com/ulises-jeremias/agentic-workstation/releases/latest/download/install-skills.ps1 | iexAfter installation, open a new terminal and run:
dots-doctorTechnical context: docs/README.md