I’m really happy with the development setup I have now for Proxygen, both on Mac and iOS side.

I can implement features super fast by having Claude help me with the model layer code. My CocoaCompose package lets me build windows like this in minutes. Making the iOS screens is just as easy in UIKit with all the templates I’ve built for myself.

Every new feature gets documented at https://proxygen.app/docs with very little effort. I write a Markdown file, commit and push. It’s public in tens of seconds.

Releasing a Mac app update takes a few minutes, from archiving a build and then running my script that notarizes, signs and uploads it to Cloudflare R2 along with a new Sparkle appcast XML file.

@pasi Been fascinated by your agentic Mac dev adventures and finally decided to give it a shot myself. I’m a bit stunned, I’ve created now two apps for myself I’ve been dreaming of building some day but never had the opportunity to sit down and start learning. So addicting and fun!

@anttti Ooh that sounds like good fun! Did you choose (or did Claude choose for you) UIKIt/Catalyst, SwiftUI or Cocoa?

And we need screenshots! 💪

But yeah there’s special magic in making Mac apps. It’s addicting to build and run apps to run on the same OS you write them on.

@pasi And this is the other one, a tiny note-taking app that lives in the menu bar. There's a million billion like this, but this one's mine.
@anttti And you can customize it with whatever features you and only you like. It’s great!