Monitor the health, logs, and resource usage of ECS services across accounts in one window.
Roll back or update a container deployment with a confirmation step before it hits AWS.
Open an interactive shell into a running ECS container without the AWS web console.
Connect an AI coding assistant to propose ECS changes that still require your approval.
| utibeabasi6/mercek | diendh/zca-bridge | void5tar/curio | |
|---|---|---|---|
| Stars | 69 | 69 | 68 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 3/5 | 4/5 | 3/5 |
| Audience | ops devops | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
macOS builds aren't Apple-notarized yet, triggering a security warning on first launch.
Mercek is a desktop app for Mac and Linux that gives you a single window to manage Amazon ECS, which is a cloud service from Amazon used to run containerized software (packaged applications that carry their own dependencies). Instead of clicking through the Amazon web console, which can be slow and difficult to use across multiple accounts, Mercek reads your existing AWS login credentials from your machine and shows all your running services at once. The app is read-only by default. You can see the health of your services, check live logs, view CPU and memory usage, and monitor recent deployments. When you want to make a change, such as rolling back a deployment or updating a container image, Mercek shows you a confirmation screen before sending anything to Amazon. Nothing is stored or sent to a third party: Mercek talks directly to your AWS account and nothing else. Some of the more advanced features include an interactive shell that lets you connect directly to a running container, a topology map that shows how your services connect through load balancers, a background watcher that flags stalled deployments or memory crashes, and a built-in cost estimate based on actual usage peaks. There is also an agent panel that lets you connect a coding assistant like Claude Code to the app, even then, any change the assistant proposes goes through the same diff-and-confirm step before it reaches AWS. The app is built with Rust for the backend (using a framework called Tauri that packages Rust code as a native desktop window) and React with TypeScript for the interface. The source code is publicly available and the project is licensed under MIT, meaning you can use and modify it freely. macOS users should note that the current builds are not yet Apple-notarized, which triggers a security warning on first launch, the README explains three ways to open the app past that prompt.
A desktop app for Mac and Linux that gives you one dashboard to monitor and manage AWS ECS container services, with confirm-before-change safety built in.
Mainly TypeScript. The stack also includes Rust, Tauri, React.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.