FlowOS local install — downloadable helpers ============================================ Files: setup.sh — macOS, Linux, Git Bash on Windows (checks Docker, runs registry installer). setup.ps1 — Windows PowerShell: requires bash on PATH (Git for Windows); forwards to setup.sh. Prerequisites: - Docker Desktop or Docker Engine + Compose v2 ("docker compose version"). - Git (optional) if you use FLOWOS_SOLUTION_GIT_URL to clone flowos-solution automatically. Typical use (you already cloned flowos-solution): bash setup.sh --core-only Or set checkout explicitly: export FLOWOS_SOLUTION_ROOT=/path/to/flowos-solution bash setup.sh Clone automatically (set your real Git URL): export FLOWOS_SOLUTION_GIT_URL=https://example.com/your-org/flowos-solution.git bash setup.sh --core-only After the stack is up, verify (from the flowos-solution repo): ./scripts/dev/verify-dev-stage.sh Canonical copies live under flowos-solution/scripts/registry/setup-wrappers/ and are synced to flowos-app/public/install/ for download from the web app.