Agent - Native Mac OS X coding ide/harness

Posted by jv22222 1 day ago

Counter79Comment33OpenOriginal

Comments

Comment by evanjrowley 2 hours ago

Recently I tried a similar project: Fazm. It's also implemented in Swift, just like Agent here. The Fazm feature set is similar with with main differences are it's focused more on Claude exclusively. https://github.com/mediar-ai/fazm

Comment by ammmir 1 day ago

> Securely runs root-level commands via a dedicated macOS Launch Daemon

lovely.

Comment by tylermw 1 day ago

A non-Apple entity using "macOS26" as their organization name? Are you trying to trigger everyone's corporate phishing training?

Comment by foreman_ 1 day ago

The XPC architecture is the right call for privilege separation … it’s what makes sandboxing trustworthy on macOS rather than just advisory. I’m really curious how it handles the trust boundary between LLM responses and the XPC service layer. The most obvious attack surface is prompt injection via a document the agent reads, which then instructs it to do something in Safari or Messages that the user wouldn’t normally sanction. XPC gives you OS-enforced process isolation but doesn’t help you if the privileged process is faithfully executing a poisoned instruction.

What’s the current model for distinguishing user intent from “content the agent read”? Is it purely the system prompt guidance, or is there something structural?

Thanks for posting.

Comment by gignico 1 day ago

Off topic, but I sincerely ask: am I the only one that is disturbed by the use of the term "Mac OS X" to refer to modern versions of the OS that is currently called "macOS"? (and not MacOS either)

I mean, the name was changed ten years ago...

Comment by vintagedave 1 day ago

Looks like the submitter used the wrong term - the actual link uses "macOS".

But to answer the question: Yes! I opened thinking it was going to be some awesome Leopard or Lion app.

I miss the name, mostly because the OS was interesting and fun in those days and boring and dreary and buggy and low contrast and poor UX and squircles and flat colours if it even has colours now.

Comment by Hamuko 1 day ago

It wasn’t even “Mac OS X” ten years ago, but “OS X”. “Mac OS X” was 15 years ago.

Comment by mettamage 1 day ago

So…

What is a harness? People have been talking about it and couldn’t glean what it is

Comment by jayphen 1 day ago

AI models on their own are raw, undirected, and inherently probabilistic. A "harness" acts as a control layer wrapped around the model, designed to steer it toward deterministic outcomes. It achieves this by equipping the model with actionable tools like web search or file I/O, and by orchestrating an evaluation loop that runs until an acceptable result is produced. (various analogies work here - an astronaut and a space suit, a rocket and the launch pad/mission control, okay I'm out of analogies that aren't car engines)

You can see this in practice by looking at the leaked Claude Code source code. It is a harness around Anthropic's model built for writing code. It relies on heavily engineered (and sometimes brittle) steering mechanisms. These range from highly specific situational prompts to deterministic, hard-coded logic that executes based on the model's output.

Getting a harness right is incredibly hard and feels like whack-a-mole at times.

Comment by miningape 1 day ago

A while loop, some prompts basically amounting to "this is how you format a system call" and "make no mistakes", there's also a regex + executor for detecting and executing system calls.

Comment by bsaul 1 day ago

you forgot the memory model. Which is an absolutely essential and hard to design part of the agent.

Comment by cyanydeez 1 day ago

and occasionally, UI prompts with QA.

Comment by lostmsu 1 day ago

Memory model? I would not want agent to remember previous conversations.

Comment by pohl 1 day ago

Ever? You would not want to accumulate any useful context at all?

Comment by lostmsu 1 day ago

Maybe in the future but with the current models I found the constantly accessible memories to be an impediment. I don't want models to record and repeat mistakes or suboptimal strategies.

Comment by QuercusMax 1 day ago

Gemini (just in the browser) has been really bad about conflating a bunch of similar projects. It remembers "oh, you have a home server that does XYZ", so my new home server that's doing ZYX instead must be the same system.

Comment by moonlighter 1 day ago

Would love to be able to use this with my Claude Max Plan subscription ($100/month)... not going to pay with an API Key which burns through tokens way faster. Might try it for the local Apple Intelligence and accessibility to drive local apps tho.

Comment by anentropic 1 day ago

Anthropic don't allow that unfortunately

Comment by cyanydeez 1 day ago

talk to claude.

Comment by sayYayToLife 1 day ago

[dead]

Comment by jsomedon 1 day ago

Is this "macos26" official Apple github account?

Comment by DavidPiper 1 day ago

Nope, looks like someone's angling for some sweet domain parking money.

Or a lawsuit, given macOS is a trademark.

Comment by apparatur 1 day ago

Emoji in the macOS menu bar, that's new.

Comment by boxed 1 day ago

I've been using it for years with https://github.com/boxed/DevBar

Comment by danpalmer 1 day ago

> Our Founder! of this project is battling cancer. Your Stars and Forks are appreciated.

I'm sorry to hear this, but I'm also surprised that this is the first thing I learnt about this project, and that it is written in the third person. It detracts from the project.

Comment by swiftcoder 1 day ago

Open-source maintainers don't owe anyone perfectly-manicured marketing copy on their landing pages. Honestly, the fact that is the first thing you learn humanises the username behind the keyboard

Comment by throwaway290 1 day ago

> the fact that is the first thing you learn humanises the username behind the keyboard

The username is macOS26. The name is "Agent!". As in "Agentic AI for your entire Mac Desktop". All commits are made by this entity.

Until someone here told me there is a real guy behind it I sincerely gotta say, it looks like there's no human behind the keyboard and actually there's no keyboard at all.

Combined with cancer message on top it made me think some LLM "agent" is trying different tricks because it was prompted to achieve maximum stars and forks. I feel shitty for saying this but how not to be cynical because literally that's what we degraded to thanks to "ai".

Comment by swiftcoder 1 day ago

> Combined with cancer message on top it made me think some LLM "agent" is trying different tricks because it was prompted to achieve maximum stars and forks. I feel shitty for saying this but how not to be cynical because literally that's what we degraded to thanks to "ai".

AI might increase the volume of shitty things on the internet, but it's not like GitHub accounts weren't anonymous before AI, and it's not like people weren't using scammy tactics to boost their star count before AI.

If the fear of AI turn us into worse people in our interactions, that's kind of on us, not AI

Comment by throwaway290 1 day ago

An anonymous account isn't the same as bot account. Number of obvious bot accounts jumped 1000% in the last 4 years or so.

Comment by throwaway290 1 day ago

I don't have a problem with mentioning cancer, but they should've mentioned which cancer to raise awareness and help others. The ribbon icon is gold which means pediatric/childhood cancer?

Asking for stars and forks is where it gets weird. I understand a crowdfunding program but how is this going to help?

Makes it even weirder that this is a completely anonymous, we don't know who works on it, and actually the project pretends to be authored by "AI". look at commit history and contributors

I don't want to be cynical here, my dad was diagnosed with cancer too but this just feels like some LLM was given a prompt to maximize stars and forks and this is how that went. I am very sorry to say this.

Comment by calmingsolitude 1 day ago

Although not disclosed on this page, the author's name is mentioned on their other projects[0].

> Our founder, Todd Bruss, is currently battling Cancer. Through it all, he continues to pour his heart into InkPen. Your support and encouragement mean the world.

The author has posted about their project on LinkedIn as well[1].

[0] https://inkpen.io/ [1] https://www.linkedin.com/in/principal-software-engineer-swif...

Comment by throwaway290 1 day ago

OK, I take it back. What can I say, even knowing he is working on this LLM stuff that's becoming the curse of humanity I still wish him beat cancer.

Comment by mrcwinn 1 day ago

What a crazy comment. The first clause of your first sentence was more than enough.

Comment by johannsg 1 day ago

Imagine seeing a cancer announcement and thinking, 'This is bad for the branding.' Your lack of empathy is what’s actually detracting here.

Comment by maxbeech 1 day ago

[dead]