RepoPilot

lwouis/alt-tab-macos

Windows alt-tab on macOS

Mixed

Single-maintainer risk — review before adopting

ConcernsDependency

copyleft license (GPL-3.0) — review compatibility; top contributor handles 91% of recent commits…

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

Scorecard "Branch-Protection" is 0/10; Scorecard "Token-Permissions" is 0/10

  • Small team — 3 contributors active in recent commits
  • Single-maintainer risk — top contributor 91% of recent commits
  • GPL-3.0 is copyleft — check downstream compatibility
  • No tests detected in the complete Git tree
  • Scorecard: default branch unprotected (0/10)
  • Last commit 1d ago
  • 3 active contributors
  • GPL-3.0 licensed
  • CI configured

What would improve this?

  • Use as dependency Concerns to Mixed if: relicense under MIT/Apache-2.0 (rare for established libs)
  • Deploy as-is Mixed to Healthy if: bring "Branch-Protection" to ≥3/10 (see scorecard report)

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

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: lwouis/alt-tab-macos

Generated by RepoPilot · document generated 2026-09-17 · concise human review Evidence snapshot · analyzed 2026-09-17T02:58:21.061Z · commit 2f3c67739211

Verdict

Mixed — Single-maintainer risk — review before adopting

  • Last commit 1d ago
  • 3 active contributors
  • GPL-3.0 licensed
  • CI configured

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

What it is

alt-tab-macos is a macOS application that replicates the Windows Alt+Tab window-switching experience on Apple devices. Written primarily in Swift, it intercepts keyboard events, gestures, and trackpad input to provide fast window enumeration and visual presentation, solving the muscle-memory problem for users switching between Windows and macOS. Monolithic single-app architecture organized by event domain: src/events/ contains specialized event handlers (KeyboardEvents.swift, TrackpadEvents.swift, WindowCaptureEvents.swift, etc.), src/kit/ provides custom UI components, src/api/ manages endpoints and secrets, and src/debug/ offers benchmarking and QA tools. State and configuration are…

Start here

Open these first:

  • src/main.swift — Application entry point; initializes the app lifecycle and delegates to main components.
  • src/App.swift — Core application orchestrator that wires together event handlers, preferences, and window management.
  • src/events/KeyboardEvents.swift — Central keyboard event capture and hotkey routing; implements the primary alt-tab trigger mechanism.
  • src/preferences/Preferences.swift — Application-wide preferences schema and persistence layer; every configuration flows through here.
  • src/macos/api-wrappers/AXUIElement.swift — Wraps macOS Accessibility API for window introspection and manipulation; foundation for window cycling.

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.

Verify Node.js >=18.0.0 is installed, then:

git clone https://github.com/lwouis/alt-tab-macos.git
cd alt-tab-macos
npm install

Note: This is a macOS application; building and running requires Xcode and a macOS machine. Check the repository documentation (not provided here) for Xcode project setup and build steps.

Daily commands:

Evidence is insufficient to provide exact build/run commands. package.json contains only development tools (formatting, linting, release automation), not application build scripts. Verify the repository's Xcode project…

…shortened for this brief.

Key cautions & unknowns

  • Small team — 3 contributors active in recent commits
  • Single-maintainer risk — top contributor 91% of recent commits
  • GPL-3.0 is copyleft — check downstream compatibility
  • Accessibility permissions required: The app relies on AX (accessibility) queries (AxQueryRouting.swift) and will fail silently or partially if macOS accessibility permissions are not granted. **Event loop…
  • 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/lwouis/alt-tab-macos?axis=fork)](https://repopilot.app/r/lwouis/alt-tab-macos)

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/lwouis/alt-tab-macos on X, Slack, or LinkedIn.

Ask AI about lwouis/alt-tab-macos

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

Or write your own question

Recent Q&A

Public conversations other people have had about this repo.

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