Back to Products
Zero-config Docker compose management
Interactive TUI (Text User Interface)
Cross-platform support (Linux, macOS, Windows)
Plugin system for custom workflows
BETA
v1.0.0
DevDash CLI
A rust-based command line tool for managing local development environments and docker containers efficiently.
About the Project
DevDash CLI was born out of frustration with managing multiple microservices locally. It wraps standard Docker commands in a user-friendly TUI.
Why Rust?
Performance and startup time were critical. Rust's memory safety guarantees and the rich ecosystem of crates like ratatui made it the obvious choice.