Self-hosted GitHub Actions runners, at a glance in your macOS menu bar.
- Status - Knowing if your selfhosted github runner is online, offline, busy.
- Mananging - Removing them. Adding them? Pausing them? Which repo or org runners do you have installed.
- Activity - Easily look through active or past runs, figure out what worked and what failed
- Easily see which runners are offline, online, or buzy
- Easily add / remove or pause your runners
- Easily look through sessions, individual jobs and action logs.
- Copy action logs to clipboard at every level, for quick resolvment in LLM's etc: action (all jobs), job (all steps), step (single step)
- Re-run or cancel action sessions / singular jobs
- Access action YML data and sha of jobs from the UI
curl -fsSL https://eonist.github.io/runner-bar/install.sh | bash- DEVELOPMENT.md — how to build and run locally
- DEPLOYMENT.md — how releases are built and deployed
- AGENTS.md — context for AI coding agents
- Download and build. close current apps
- Build and deploy
- Test user-facing download
git pull && bash build.sh && pkill RunnerBar; sleep 1 && open dist/RunnerBar.app 2>&1
bash build.sh && bash deploy.sh
curl -fsSL https://eonist.github.io/runner-bar/install.sh | bashTo test branches:
git fetch && git checkout feature/actions-section && git pull
bash build.sh && pkill RunnerBar; sleep 1 && open dist/RunnerBar.app
