Windmill
Open-source developer platform to build internal tools and workflows from scripts
Windmill hardens for untrusted multi-tenant workloads while sharpening local DX
◆Recent moves
- 5d ago
Kubernetes autoscaling scale-in prefers idle worker pods
The Kubernetes autoscaler now annotates pods with a deletion cost so idle workers are scaled in before busy ones, protecting running jobs. An operational refinement that fits the push toward dependable large-scale deployments.
View source ↗ - 5d ago
Run bash scripts on a remote SSH host
Bash scripts can target a remote SSH host via a #ssh directive for jump or utility nodes where no worker fits, with full parity to local jobs. A niche but practical extension of where Windmill can execute code.
View source ↗ - 10d ago
Jobs join the caller's inbound distributed trace
With OTEL enabled, webhook- or REST-triggered jobs now nest under the caller's W3C trace, so an execution shows up as one end-to-end span instead of a disconnected one. Part of the broader observability build-out.
View source ↗ - 10d ago
Sandboxed daemonless container runtime
⚡ SPARKA # sandbox annotation lets bash scripts run any container image, pulled with crane and chrooted inside the job's own nsjail with no Docker daemon. This is the load-bearing move that finally lets Docker scripts run on Windmill Cloud.
View source ↗ - 27d ago
Export audit logs to object storage
Audit logs can be continuously exported as newline-delimited JSON to instance object storage for SIEM forwarding and archival. A compliance capability that matters for the enterprise buyers Windmill is courting.
View source ↗ - 1mo agoView source ↗
S3Object input for native SQL scripts