When working across dev / staging / prod environments I was constantly switching between tools — SSH terminals, deploy scripts, logs and API testing. I also found myself repeating commands or copying them from notes.
So I started building a small local tool to keep these workflows in one place.
ChatyDevOps is a local DevOps workstation focused on common manual workflows:
• multiple SSH terminals • command presets for repeated tasks • deploy flow with dry-run • log streaming • API testing in the same workspace
Everything runs locally and works offline, mainly for privacy and simplicity. Credentials stay on the machine instead of being sent to external services.
Website: https://devland.chatyshop.com/ GitHub: https://github.com/chatyshop/devland_products/releases Demo video: https://www.youtube.com/@Chatyshop_global
Happy to hear feedback.