-
Notifications
You must be signed in to change notification settings - Fork 12
maintainers
Nik edited this page May 30, 2026
·
1 revision
This page maps subsystems to the people who have worked on them most. The repo has no CODEOWNERS file, so ownership is derived entirely from git history on the default branch (main), with bot accounts excluded. Treat these as "who to ask," not formal ownership.
| Subsystem | Recent contributors (git history) | Last human activity |
|---|---|---|
Thinking proxy (src/Sources/ThinkingProxy.swift) |
Ran Aroussi, Nik Anand, ThewindMom | ~2 hours ago |
Backend supervisor (src/Sources/ServerManager.swift) |
Ran Aroussi, Nik Anand, devatnull | recent |
App shell and UI (src/Sources/SettingsView.swift) |
Nik Anand, Ran Aroussi | recent |
App shell (src/Sources/AppDelegate.swift) |
Ran Aroussi, Nik Anand | recent |
Auth management (src/Sources/AuthStatus.swift) |
Nik Anand, Ran Aroussi | ~3 days ago |
OAuth usage tracker (src/Sources/OAuthUsageTracker.swift) |
Nik Anand | ~3 days ago |
Reasoning and models (src/Sources/DroidProxyModelCatalog.swift) |
Nik Anand, alnaggar-dev | ~20 hours ago |
Thinking-block sanitizer (src/Sources/ClaudeThinkingBlockSanitizer.swift) |
Nik Anand, Imdad Ismail | recent |
Marketing site (website/) |
Nik Anand | ~20 hours ago |
Build & CI (.github/, create-app-bundle.sh) |
Ran Aroussi, Nik Anand | recent |
- Ran Aroussi and Nik Anand are the two primary maintainers across the Swift app. Ran has the largest footprint in the proxy, backend supervisor, and CI; Nik leads the settings UI, model catalog, auth, and usage tracking, and is the sole maintainer of the website.
- Most commits on
mainare attributed togithub-actions[bot], which runs the auto-release and appcast-update automation (see Deployment). These are intentionally excluded above because they are not people to reach out to. - Several smaller contributions came from community members (devatnull, ThewindMom, Imdad Ismail, James Jackson, gwizz, and others) via pull requests. See By the numbers for the contribution breakdown.