Idempotent & resumable
Safe to re-run after failures. Checkpoint state survives reboots and network outages.
DWIIS provisions Ubuntu LTS workstations with the right tools, Docker-backed databases, security defaults, and profile-based installs — then keeps them compliant over time.
curl -fsSL https://dwiis.dedusoft.com/install.sh \ | bash -s -- --profile backend
Safe to re-run after failures. Checkpoint state survives reboots and network outages.
Install only what each team needs: frontend, backend, devops, full, or minimal.
PostgreSQL, MySQL, MongoDB, and Redis run in containers with CLI wrappers on PATH.
Built-in drift detection and verification reports for every workstation.
dwiis install --profile devops dwiis verify dwiis audit --remediate dwiis self-update
curl -fsSL https://dwiis.dedusoft.com/install.sh -o install.sh curl -fsSL https://dwiis.dedusoft.com/install.sh.sha256 -o install.sh.sha256 sha256sum -c install.sh.sha256 && bash install.sh