What is Atuin Desktop?
mainAtuin Desktop is a local-first, executable runbook editor designed for terminal-heavy workflows. It bridges the gap between static documentation and automation by allowing users to create executable runbooks.
Core Concepts
- Executable Runbooks: Instead of just reading instructions, you can execute shell commands, database queries, and HTTP requests directly within the document.
- Embedded Execution: The interface includes terminal blocks for direct execution, database clients for live queries, and integrations for monitoring tools like Prometheus.
- Dynamic Templating: Uses Jinja-style templating to allow for variable substitution, conditional logic, and parameterized workflows (e.g., switching between staging and production environments).
- Local-First & Sync: Built with a CRDT-powered architecture, it works offline and synchronizes with Atuin Hub when connected, enabling collaborative runbook management.