- Wizard: type pick → cloud region → token → node config (huh forms) - Dashboard: node list with status, action shortcuts - Auto-routes based on ~/.wallarm/state.json existence - Replaces text stubs with proper interactive TUI
Single-binary wallarm deployment manager: - shared/ — system detection, validation, connectivity (port of wallarm-lib.sh) - preflight/ — mandatory checks on every start (OS, arch, disk, memory, cloud) - state/ — ~/.wallarm/state.json persistence (nodes, deployment type) - tunnel/ — reverse SSH tunnel over TLS:443 via Zoraxy edge proxy - cmd/wallarm/main.go — auto-detect state, route to wizard or dashboard wallarm-docker.sh wrapper delegates to existing ct-* scripts for now.