{"id":51951721,"url":"https://github.com/dubsopenhub/stampede-app","last_synced_at":"2026-07-29T06:01:28.742Z","repository":{"id":341497391,"uuid":"1170338435","full_name":"DUBSOpenHub/stampede-app","owner":"DUBSOpenHub","description":"⚡ Native macOS companion app for Terminal Stampede — SwiftUI dashboard for multi-agent orchestration","archived":false,"fork":false,"pushed_at":"2026-03-14T04:07:43.000Z","size":939,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-07T22:21:29.483Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DUBSOpenHub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-02T02:28:49.000Z","updated_at":"2026-03-14T04:07:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/DUBSOpenHub/stampede-app","commit_stats":null,"previous_names":["dubsopenhub/stampede-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DUBSOpenHub/stampede-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DUBSOpenHub%2Fstampede-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DUBSOpenHub%2Fstampede-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DUBSOpenHub%2Fstampede-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DUBSOpenHub%2Fstampede-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DUBSOpenHub","download_url":"https://codeload.github.com/DUBSOpenHub/stampede-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DUBSOpenHub%2Fstampede-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36020486,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-29T02:00:04.910Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-07-29T06:01:27.333Z","updated_at":"2026-07-29T06:01:28.720Z","avatar_url":"https://github.com/DUBSOpenHub.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚡ Stampede App\n\n**Native macOS companion for [Terminal Stampede](https://github.com/DUBSOpenHub/terminal-stampede).**\n\nA SwiftUI dashboard that monitors your multi-agent orchestration runs in real time. Gold-on-dark design, menu bar integration, keyboard shortcuts — all reading the same filesystem IPC that Stampede already uses.\n\n![macOS 13+](https://img.shields.io/badge/macOS-13%2B-blue) ![Swift 5.9+](https://img.shields.io/badge/Swift-5.9%2B-orange) ![License: MIT](https://img.shields.io/badge/License-MIT-green)\n\n![Stampede App](docs/stampede-app.png)\n*8 agents working in parallel — grid view with agent detail panel, live progress, token tracking*\n\n## Quick Start\n\n```bash\ngit clone https://github.com/DUBSOpenHub/stampede-app.git\ncd stampede-app\nswift build\nopen \"$(swift build --show-bin-path)/StampedeUI\"\n```\n\n## What You Get\n\n- **Dashboard view** — table layout with agent status, progress bars, token counts, elapsed time\n- **Grid view** — card-based layout for visual monitoring\n- **Agent detail panel** — click any agent to see branch, metrics, activity, and actions\n- **Menu bar extra** — ⚡ icon with fleet status dropdown, always visible\n- **Conflict warnings** — banner when agents touch the same files\n- **Keyboard shortcuts** — ⌘1-9 focus agents, ⌘] / ⌘[ navigate, ⇧⌘R retry failed\n- **Preferences** — configurable directory, refresh rate, max agents, notifications\n\n## Design System\n\nGold-on-dark palette built for the terminal aesthetic:\n\n| Token | Hex | Use |\n|-------|-----|-----|\n| `gold` | `#F5A623` | Brand accent, progress bars, glow |\n| `bgDeep` | `#0D1117` | Primary background (GitHub dark) |\n| `green` | `#3FB950` | Working / active agents |\n| `blue` | `#58A6FF` | Completed agents |\n| `red` | `#F85149` | Failed agents |\n| `orange` | `#F0883E` | Conflicts / warnings |\n| `purple` | `#D2A8FF` | Claiming / acquiring tasks |\n\nShared design tokens live in [terminal-stampede/ui/tokens/](https://github.com/DUBSOpenHub/terminal-stampede/tree/main/ui/tokens) for parity with the terminal dashboard.\n\n## How It Works\n\nThe app reads Terminal Stampede's filesystem IPC — the same files the agents use:\n\n```\n$STAMPEDE_DIR/\n├── fleet.json      → agent roster\n├── pids/           → running processes\n├── claimed/        → active tasks\n├── queue/          → pending tasks\n└── results/        → completed work\n```\n\nNo servers. No sockets. Just file watching. Point it at your Stampede run directory in Preferences.\n\n## Requirements\n\n- macOS 13 (Ventura) or later\n- Swift 5.9+ / Xcode 15+ command line tools\n- [Terminal Stampede](https://github.com/DUBSOpenHub/terminal-stampede) running a job\n\n## License\n\nMIT — same as Terminal Stampede.\n\n---\n\n🐙 Created with 💜 by [@DUBSOpenHub](https://github.com/DUBSOpenHub) with the [GitHub Copilot CLI](https://docs.github.com/copilot/concepts/agents/about-copilot-cli).\n\nLet's build! 🚀✨\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdubsopenhub%2Fstampede-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdubsopenhub%2Fstampede-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdubsopenhub%2Fstampede-app/lists"}