Skip to main content

Installation

Get GetWebstack installed in under 5 minutes.


Prerequisites

You need:

No AI agent? Every other GWS command works without one. You'll hand-author gws.json and use gws config import instead of /gws-setup. See Zero-Config Setup with AI → Manual escape hatch.


Install

# Install CLI + AI skills (/gws-setup, /gws-up, /gws-status, /gws-down, /gws-debug)
curl -sSL https://getwebstack.com/install.sh | bash
# Verify installation
gws --version

# Authenticate
gws login

The install script also symlinks the GWS skills into ~/.claude/skills/ and ~/.agents/skills/ so any supported AI agent picks them up automatically. Re-run gws skills install (or gws update) at any time to refresh.

That's it! You're ready to start.

Next step: read Zero-Config Setup with AI for the headline workflow, or jump straight into the Quick Start.

Troubleshooting

Docker not running

Start Docker Desktop or run sudo systemctl start docker (Linux).

Port already in use

sudo lsof -ti:8080 | xargs kill -9