RepoPilot

Mortennn/Dozer

Hide menu bar icons on macOS

Mixed

Stale — last commit 2y ago

MixedDependency

last commit was 2y ago; test evidence incomplete…

MixedFork & modify

test evidence incomplete; CI evidence incomplete…

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

last commit was 2y ago; CI evidence incomplete…

  • Stale — last commit 2y ago
  • Concentrated ownership — top contributor handles 63% of recent commits
  • 6 active contributors
  • MPL-2.0 licensed

What would improve this?

  • Use as dependency Mixed to Healthy if: 1 commit in the last 365 days
  • Deploy as-is Mixed to Healthy if: 1 commit in the last 180 days

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: Mortennn/Dozer

Generated by RepoPilot · document generated 2026-09-16 · concise human review Evidence snapshot · analyzed 2026-09-16T08:54:36.417Z · commit b0540378c016

Verdict

Mixed — Stale — last commit 2y ago

  • 6 active contributors
  • MPL-2.0 licensed

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

What it is

Dozer is a macOS menu bar utility written in Swift that selectively hides and shows status icons in the menu bar through a set of interactive Dozer icons. It solves the common macOS problem of menu bar clutter by allowing users to organize icons into two groups—one toggled by left-click, another by option-click—without requiring icon removal from the system. Single-target Swift macOS app: Dozer/AppDelegate.swift is the entry point, StatusIconClasses/ (NormalStatusIcon.swift, HelperStatusIcon.swift, RemoveStatusIcon.swift) defines the three icon types, ViewControllers/ (DozerVC.swift, GeneralVC.swift) manage UI, XIB/ files (Dozer.xib, General.xib) define layouts. Constants.swift centralizes…

Start here

Open these first:

  • Dozer/AppDelegate.swift — Entry point for the application; manages app lifecycle, status items, and the helper app communication—every contributor…
  • Dozer/StatusIconClasses/NormalStatusIcon.swift — Core abstraction for hiding/showing menu bar icons; the primary feature implementation that all UI flows depend on.
  • Dozer/ViewControllers/DozerVC.swift — Main view controller managing the UI for controlling which icons are hidden; directly drives user interactions with the…
  • Dozer/StatusIconClasses/HelperStatusIcon.swift — Manages the helper app status item visibility and communication; critical for the 'reveal hidden' functionality.
  • Dozer/Constants.swift — Centralized configuration and constants used across the codebase; changes here ripple through the application.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

git clone https://github.com/Mortennn/Dozer.git && cd Dozer && open Dozer.xcodeproj — then build with Xcode 12+. Dependencies install via Cartfile (run carthage update if Carthage is installed), though Cartfile.resolv…

Daily commands:

Open Dozer.xcodeproj in Xcode, select the Dozer scheme, press Cmd+R to build and run. The app will launch and appear in the menu bar. Settings accessible via right-click on any Dozer icon.

…shortened for this brief.

Key cautions & unknowns

  • Stale — last commit 2y ago
  • Concentrated ownership — top contributor handles 63% of recent commits
  • The app relies on macOS private/undocumented APIs for menu bar icon manipulation (status bar position shifting), which Apple does not publicly support—updates to macOS can silently break functionality without warning.…
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Great to learn from" badge

Paste into your README — live-updates from the latest cached analysis.

RepoPilot: Great to learn from
[![RepoPilot: Great to learn from](https://repopilot.app/api/badge/mortennn/dozer?axis=learn)](https://repopilot.app/r/mortennn/dozer)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/mortennn/dozer on X, Slack, or LinkedIn.

Ask AI about mortennn/dozer

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/mortennn/dozer"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>