ProcessReporter is a personal macOS Presence synchronization utility. It publishes a privacy-sanitized snapshot of the foreground application and current media to destinations selected by the user.
It is not a productivity tracker: it does not calculate work time, rankings, focus scores, or behavioral analytics.
Application / Media Sources
│
▼
Privacy Rules + Mappings
│
▼
Sanitized Presence Snapshot
┌────┼─────────┐
▼ ▼ ▼
MixSpace Slack Discord
│
▼
Optional public application icon URL
│
▼
S3-compatible Application Icon Hosting
S3-compatible storage is asset infrastructure, not a Presence destination. A hosting failure may degrade an icon enhancement, but it must not block destinations that can receive Presence without a public icon URL.
- Menu-bar-first Current Presence and destination health.
- Application, optional window-title, and media sources.
- Global privacy defaults plus per-application Share, Hide, and Alias rules.
- MixSpace, Slack, and Discord Presence destinations.
- Optional S3-compatible application icon hosting with a local URL cache.
- Local Sync History containing sanitized snapshots and normalized delivery results.
- Keychain-backed destination credentials with explicit replacement and removal.
- Versioned settings migration and credential-free settings backup.
- Apple Silicon Mac (
arm64). Intel Macs are not supported. - macOS 15.0 or later.
- Accessibility permission only when window titles are enabled.
- The optional media helper when media playback synchronization is enabled.
- At least one configured and enabled Presence destination before sharing can start.
- Download the latest build from Releases.
- Open the disk image and move ProcessReporter to Applications.
- Launch ProcessReporter and complete Presence Setup.
- Configure at least one destination; enable window-title access only if required.
| Section | Purpose |
|---|---|
| General | Sharing, sources, permissions, media helper, and launch behavior |
| Destinations | MixSpace, Slack, Discord, and optional Application Icon Hosting |
| Privacy & Rules | Global privacy defaults and application-specific behavior |
| Sync History | Local audit of sanitized delivery attempts |
| Advanced | Reporting engine, mappings, storage, backup, updates, and diagnostics |
The native menu bar menu is the primary operational interface. Settings is intended for configuration and audit rather than continuous activity browsing.
xcodebuild \
-project ProcessReporter.xcodeproj \
-scheme ProcessReporter \
-configuration Debug \
CODE_SIGNING_ALLOWED=NO \
SWIFT_STRICT_CONCURRENCY=complete \
buildSee ARCHITECTURE.md, DEVELOPMENT.md, and USER_GUIDE.md for additional detail.
2025 © Innei. Released under the MIT License.
Personal website · GitHub @Innei