RepoPilot

runjuu/InputSourcePro

Switch and track your input sources with ease ✨

Mixed

Mixed signals — read the receipts

ConcernsDependency

copyleft license (GPL-3.0) — review compatibility; test evidence incomplete…

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

dependency CVE scan unavailable

  • Concentrated ownership — top contributor handles 74% of recent commits
  • GPL-3.0 is copyleft — check downstream compatibility
  • Last commit 1d ago
  • 8 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)

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: runjuu/InputSourcePro

Generated by RepoPilot · document generated 2026-09-13 · concise human review Evidence snapshot · analyzed 2026-09-13T00:38:16.383Z · commit c3a45285a4de

Verdict

Mixed — Mixed signals — read the receipts

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

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

What it is

Input Source Pro is a native macOS utility written in Swift that automates keyboard/input source switching based on the active application or website being browsed. It solves the friction for multilingual users by letting them define rules per-app (e.g., always use Chinese IME in WeChat) or per-website (e.g., use English when on GitHub), plus features like automatic function key mode switching and app-aware punctuation enforcement. Model-View-Controller architecture split into Input Source Pro/Controllers (IndicatorWindowController, StatusItemController, PreferencesWindowController), Input Source Pro/Models (separate files per concern: ApplicationVM, IndicatorVM, PreferencesVM with focused…

Start here

Open these first:

  • Input Source Pro/Models/ApplicationVM.swift — Core view model managing active application tracking and Accessibility framework integration; essential for understanding…
  • Input Source Pro/Models/InputSourceVM.swift — Manages input source state and switching logic; the heart of the app's input source switching functionality.
  • Input Source Pro/Controllers/StatusItemController.swift — Menu bar status item controller; primary UI entry point and user interaction hub for the app.
  • Input Source Pro/Persistence/MainStorage.swift — Core Data persistence layer handling all configuration storage; critical for understanding data model and caching strategy.
  • Input Source Pro/Models/PreferencesVM.swift — Central preferences management view model orchestrating app-wide settings, keyboard configs, and rules.

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.

Clone the repo: git clone https://github.com/runjuu/InputSourcePro.git && cd InputSourcePro. Open the Xcode project: open 'Input Source Pro.xcodeproj'. Build and run via Xcode (⌘R) or: `xcodebuild -scheme 'Input Sou…

Daily commands:

Open Xcode: open 'Input Source Pro.xcodeproj'. Select 'Input Source Pro' scheme (top-left). Press ⌘R or Product > Run. App launches as a menu bar utility (status item) with a preferences window accessible via StatusIt…

…shortened for this brief.

Key cautions & unknowns

  • Concentrated ownership — top contributor handles 74% of recent commits
  • GPL-3.0 is copyleft — check downstream compatibility
  • macOS Accessibility Permissions: App requires 'Accessibility' permission (Privacy & Security > Accessibility) to work; without it, AXNotification listeners fail silently. CoreData threading: Accessing…
  • 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/runjuu/inputsourcepro?axis=fork)](https://repopilot.app/r/runjuu/inputsourcepro)

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

Ask AI about runjuu/inputsourcepro

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