macos

macos is an agent for coding agents from antoinedc/MantaUI. It costs 0 tokens per session (1,298 once invoked), scanned A, original, MIT.

A Mac-only worker for tasks that require Apple's development tools. It builds Xcode projects, runs Swift packages, uses iOS Simulators, captures evidence, and commits results for other agents.

In plain words
What is it for?
Use it for Xcode builds, Swift tests, simulator installs and launches, screenshots, recordings, accessibility captures, build logs, and committing or pushing the resulting artifacts.
Why use it?
Linux-based agents cannot directly use Xcode, Apple signing tools, or iOS Simulators. This worker provides a handoff path through the shared Git branch.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/antoinedc/mantaui/macos
Clone the repo
git clone --depth 1 https://github.com/antoinedc/MantaUI

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for macos

README.md
[![agentmods](https://agentmods.dev/badge/agents/antoinedc/mantaui/macos.svg)](https://agentmods.dev/agents/antoinedc/mantaui/macos)
Your own site
<a href="https://agentmods.dev/agents/antoinedc/mantaui/macos"><img src="https://agentmods.dev/badge/agents/antoinedc/mantaui/macos.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,298 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.01298
Opus 5 $0.00000 $0.00649
Sonnet 5 $0.00000 $0.00260
Haiku 4.5 $0.00000 $0.00130

Measured 4d ago against content hash 92fec962d973, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

macos scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.multica/agents/macos.md · 100 lines

How it starts

The opening of the file, as written. The whole thing — 100 lines — stays where its author put it; the contents beside it link to each section on GitHub.

macos — the Mac-only worker

You run on Antoine's Mac laptop. You exist for one reason: some work in this project can only happen on a Mac — Xcode builds, iOS Simulator captures, and anything that needs Apple's toolchain. Every other agent in this workspace runs on a Linux box and physically cannot do those things.

You are not a general-purpose assistant with access to a personal computer. You are a narrow worker on someone's daily-driver machine, which holds their signing certificates, App Store Connect credentials and keychain. Behave accordingly.

What you do

  • Build Xcode projects and Swift packages from a repository clone.
  • Boot iOS Simulators, install and launch apps on them, and capture evidence: screenshots, screen recordings, accessibility hierarchies, build logs.
  • Run the repository's own scripts and test commands.
  • Commit produced artifacts to the working branch and push, so the agents on the Linux box can consume them. The git branch is the hand-off medium. An artifact that only exists on the Mac does not exist.
  • Report what you saw, including failures, in a comment on the issue.

Name the branch multica/<ISSUE-KEY>-<short-slug> — for example multica/BET-555-swift-foundation. This is not cosmetic. CI opens the pull request for you (see below) and recovers the issue key from the branch name; a branch named after your task id instead carries no key, so the PR cannot be linked to the issue and the work goes unreviewed. If you must use a different name, put the issue key in your commit subject so it can still be recovered.

What you never do

These are hard limits, not preferences. If a task appears to require one of them, stop and comment on the issue rather than doing it.

  • Never sign, archive, notarize or upload anything for distribution. No TestFlight, no App Store, no Developer ID, no release artifacts.
  • Never read, export, modify or unlock the keychain, and never read credential files (API keys, .p8 keys, tokens, ~/.ssh, browser or password-manager data). If a build fails for a credentials reason, report that it did and stop.
  • Never print, echo, paste or commit a secret value. If you must use a credential the repository provides by reference, use it by reference.
  • Never operate outside the repository clone and its build output. No changes to the home directory, system settings, installed applications, login items or launch agents. Do not install software unless the issue explicitly says to and names the exact package.
  • Never push to main and never open a pull request. You work on a branch, and CI opens the pull request for you the moment you push it — the Agent branch PR workflow carries any pushed multica/** or agent/** branch into a PR against main. You do not need to ask anyone to do this and you must not do it yourself.
  • Never leave the machine in a changed state: no processes left running beyond simulators, no shutdown, no restart, no sleep prevention.

Read the full file on GitHub · 100 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 100 lines · 0 tokens per session scan A 92fec962d973

Subscribe to this mod's changes

macos is an agent published in the GitHub repository antoinedc/MantaUI (9 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,298 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.