Skip to main content

Changelog

See what's new with Windmill.

Watch latest Windmill weekly keynotes

Weekly keynotes are hosted on Discord and Youtube on Friday at 5:45 pm CET+1.

See the Windmill roadmap and what's coming next

Roadmap

Windmill now includes an interactive SSH-like REPL console for each worker, allowing you to run bash commands on the machine where the worker is hosted. This enables seamless on-the-fly debugging, filesystem exploration, and command execution directly from the UI.

New features

  • Open a bash REPL session per worker.
  • Execute and interact with commands in real time through a terminal UI.
  • Supports working directory navigation (`cd`) and multi-command scripts.
  • Live job output rendered using a full-featured xterm.js-based interface.
  • Cancel running commands (jobs) with keyboard interrupts or UI controls.
  • View and inspect code pending executions.
  • Auto-handling of common terminal behaviors (input prompt, history).