RepoPilot

jacklandrin/OnlySwitch

βš™οΈ All-in-One menu bar app, hide πŸ’»MacBook Pro's notch, dark mode, AirPods, Shortcuts

Mixed

Evidence incomplete β€” review before adopting

MixedDependency

CI evidence incomplete; dependency CVE scan unavailable

HealthyFork & modify

No blocking repository signals were found β€” inspect the evidence before forking.

HealthyLearn from

Documented and popular β€” useful reference codebase to read through.

MixedDeploy as-is

CI evidence incomplete; dependency CVE scan unavailable

  • ⚠Concentrated ownership β€” top contributor handles 75% of recent commits
  • ⚠Could not verify CI from the available repository evidence
  • βœ“Last commit 6w ago
  • βœ“5 active contributors
  • βœ“MIT licensed
  • βœ“Tests present

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: jacklandrin/OnlySwitch

Generated by RepoPilot Β· document generated 2026-09-12 Β· concise human review Evidence snapshot Β· analyzed 2026-09-12T16:32:31.204Z Β· commit 24a8447c4b24

Verdict

Mixed β€” Evidence incomplete β€” review before adopting

  • Last commit 6w ago
  • 5 active contributors
  • MIT licensed
  • Tests present

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

What it is

OnlySwitch is a SwiftUI-based macOS menu bar app that provides a unified control panel for system toggles (dark mode, hide notch, AirPods, screen saver, low power mode, night shift, etc.) and allows importing and executing macOS Shortcuts from a single menu bar icon. It reduces menu bar clutter by consolidating dozens of independent system controls into one all-in-one switch with keyboard shortcut support and widget integration (macOS Sonoma+). SPM-based modular structure: Modules/Package.swift defines a reusable Swift package containing Defines/ (SwitchError, UnitType, notifications), Design/ (AppKitProgressView, SecureInputView), Extensions/ (64+ extensions for AppKit/SwiftUI…

Start here

Open these first:

  • Modules/Package.swift β€” SPM package definition for the shared module library; all features depend on this module structure
  • Modules/Sources/OnlyAgent/AgentCommand.swift β€” Core AI agent command execution framework; implements the primary autonomous task-execution paradigm
  • Modules/Sources/Defines/NotificationNames.swift β€” Central event notification registry; enables loose coupling between menu bar switches and system observers
  • Modules/Sources/Extensions/KeychainManager.swift β€” Unified credential storage abstraction; required for API key management across all AI model providers
  • Modules/Sources/Networking/GitHub/GitHubInteractor.swift β€” GitHub API orchestration layer; handles release checking and version management for auto-updates

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/jacklandrin/OnlySwitch.git
cd OnlySwitch
open OnlySwitch.xcodeproj

Then build in Xcode (⌘B) or install via Homebrew: brew install only-switch.

Daily commands:

Open OnlySwitch.xcodeproj in Xcode and press ⌘R to run. The app launches as a background menu bar app; no dev server. Build scheme is OnlySwitch (not OnlyAgent which is a companion daemon in Modules/).

Key cautions & unknowns

  • Concentrated ownership β€” top contributor handles 75% of recent commits
  • Could not verify CI from the available repository evidence
  • Keychain storage: Credentials stored via KeychainManager require matching Team ID on code-sign; mismatches silently fail. Low power mode toggle: Requires user password input (flagged as limitation in feature…
  • 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 "Forkable" badge

Paste into your README β€” live-updates from the latest cached analysis.

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/jacklandrin/onlyswitch?axis=fork)](https://repopilot.app/r/jacklandrin/onlyswitch)

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/jacklandrin/onlyswitch on X, Slack, or LinkedIn.

Ask AI about jacklandrin/onlyswitch

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/jacklandrin/onlyswitch"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>