This looks like a really solid app. I like that it's 17 MB and uses the ContainerAPIClient library directly. 28 commits in 3 days, 5,015 lines of Swift, every commit "Co-Authored-By: Claude Fable 5". Also neat that it's signed/notarized. I installed it and it downloaded the necessary container platform stuff on first launch. Suggestion: add a getting started tutorial to the site which suggests an image to try out and…
The AI-Maxing copy on the website kind of gave it away. Doesn't mean is not a great app though!
Show HN: Davit, a Apple Containers UI
41–50 of 110 posts
Re: Show HN: Davit, a Apple Containers UI
#42Man I wish Apple would add docker api compatibility to Apple containers
Re: Show HN: Davit, a Apple Containers UI
#43Earlier quoted context omitted.
The AI-Maxing copy on the website kind of gave it away. Doesn't mean is not a great app though!
I think we're past the point where agentic coding is a given now.
Re: Show HN: Davit, a Apple Containers UI
#44Earlier quoted context omitted.
A lot of Mac apps compress like this. Not so long ago, it was pretty common to download a 3-400mb dmg file that decompresses to a 1.5gb app package, for example.
A lot of the time that happened, when I checked it was because a lot of the assets were relatively uncompressed, so DMG-compression shrank them considerably. I haven't noticed the binaries themselves being this compressible. But that's just "noticed", I definitely haven't paid much attention. And don't have a mac nowadays, so I can't go check my hard drive now.
Localization files compress well, compiled code compresses well, repeating assets (@1x, 2x, 3x) and the pair of binaries in a universal app (x86_64 + arm64) do too, etc.
Ah, and dmg compression is just LZFSE, zlib or bzip2, so pretty standard stuff as far as I understand it.
Re: Show HN: Davit, a Apple Containers UI
#45Earlier quoted context omitted.
I think we're past the point where agentic coding is a given now.
Coding yes, copywriting, design, identity, no. Using AI doesn't mean giving up on quality, unless you don't care about quality. Most of these issues come from folks who don't really care about quality and ship the first slop that comes out.
Re: Show HN: Davit, a Apple Containers UI
#46Unrelated. I noticed that the settings window (Cmd-,) text inputs all type from the right instead of the left like older macOS inputs (or web inputs[0]) Is that a thing macOS is moving to? I'm sure I've seen Apple use these too. [0] https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/...
Re: Show HN: Davit, a Apple Containers UI
#47This looks like a really solid app. I like that it's 17 MB and uses the ContainerAPIClient library directly. 28 commits in 3 days, 5,015 lines of Swift, every commit "Co-Authored-By: Claude Fable 5". Also neat that it's signed/notarized. I installed it and it downloaded the necessary container platform stuff on first launch. Suggestion: add a getting started tutorial to the site which suggests an image to try out and…
The AI-Maxing copy on the website kind of gave it away. Doesn't mean is not a great app though!
Re: Show HN: Davit, a Apple Containers UI
#48> Tiny. A single ~17 MB app Oh goodness what have we come to? I know we're comparing to electron monstrosities, but still
complaining about 17mb in 2026 has to be virtue signaling of some sort... yes I know we went to the moon with a few kb but are we going to hang on to that for ever?
Yes, yes we fucking are.
Re: Show HN: Davit, a Apple Containers UI
#49Other recent vibe-coded projects providing similar interfaces: - https://github.com/tdeverx/contained-app - https://github.com/tofa84/berth
Hmm… how does one even pick between multiple vibe coded options? I like to vet my options before committing to new software but who knows if the authors are gonna support these in a month? I don’t want to waste Fable tokens to fix bugs myself when they crop up.
Re: Show HN: Davit, a Apple Containers UI
#50can someone tldr me why choose apple container (and its ui) over docker (and orbstack)