Unquestionably niche, but surprisingly useful apps

I'm a hobbyist Mac developer who likes making things (FAQ)
All of my apps are signed and notarized per Apple's best practices
No subscriptions, no spyware, and no bloat! (privacy policy)

Revok screenshot
Results
0 apps visible
No apps match that filter
Try a broader search term or jump back to all apps.

Frequently Asked Questions


Are your apps Mac-native?

Yes, the are native Mac apps (no Electron or other frameworks). Most of my apps are Universal apps, which run on both Apple Silicon and Intel CPUs.

Are your apps Vibe-coded?

Only in the sense that I have an idea to build something and I go and try to build it (mostly to learn and for the sense of accomplishment), which is more or less what I've been doing since late 2021, which is well before LLMs became a thing. Some of my apps have change logs dating back years if you don't believe me.

I do leverage some AI-assisted coding, but not for 'cradle to grave' development. Instead, I use AI tools to help optimize functions I've already written (they understand O-notation concepts much better than I do), to help interface with certain macOS APIs where documentation and/or examples are scarce, and to do language translations.

I think it's important to understand how my code works, so I can add new features and quickly fix bugs, which would not be possible if AI wrote most of my programs.