Freu AI launches Mac agent that compiles your cross-app workflow once, then runs it locally with zero recurring token cost
Demos show a Mac agent that records your cross-app workflow once, compiles it into a deterministic DSL, and replays it locally with zero recurring tokens. With freu-cli open-sourced and a local vision execution model coming, can ahead-of-time semantic compilation beat screenshot agents on cost and latency?
By Ryan Merket ยท Published
Why it matters
Agentic desktop automation that learns by demonstration is a bid to replace brittle RPA and manual SaaS ops. If Freu AI delivers real reliability, it could unlock regulated workflows.

Founder comments and the company's website describe Freu AI launching a Mac desktop agent that automates any app with natural language and compiles a cross-app workflow once, then replays it locally with deterministic execution. The pitch targets failures of traditional RPA (fragile coordinates and selectors) and the cost and latency of screenshot-driven multimodal agents. See the launch demo video.
https://www.youtube.com/watch?v=UbeIAYQfIyk
The company describes an Ahead-of-Time (AOT) compilation flow: you demonstrate a workflow across apps, a cloud vision model perceives and resolves the interface semantically, and the session is compiled into a reusable DSL that executes deterministically on your machine. Freu AI frames this as eliminating recurring runtime token charges and cutting latency from minutes to seconds. In its launch materials, the team also publishes a back-of-the-envelope cost driver for screenshot agents (for repeated tasks, image context tokens multiplied across steps and runs), and argues that compiling once avoids paying the same reasoning tax every time.
Under the hood, Freu AI says its Semantic UI (SUI) engine anchors to the meaning and visual context of elements rather than rigid X/Y coordinates or brittle selectors, so small layout shifts do not break execution. If an app's workflow materially changes, users would re-compile.
Freu AI is open-sourcing freu-cli, its DOM-based browser automation engine, so developers can drop web muscle memory into their own agents. The repository is at freu-ai/freu-cli.
On edge cases, founder comments indicate the agent currently fails safely if an unexpected dialog appears and, to recover automatically, will temporarily route that frame to a cloud model to understand and dismiss it. The company says a lightweight local vision execution engine is in development so anomaly handling can run entirely offline, restoring zero API token use for day-to-day runs.
Founder profile and priorities:
- Local-first philosophy: compile once, run deterministically on-device to eliminate recurring token charges and cut latency.
- Resilience over brittle selectors: SUI anchors to semantic meaning and visual context rather than coordinates.
- Open tooling: freu-cli is open-sourced to let developers reuse web automation muscle memory inside their own agents.
- Offline reliability roadmap: a local vision execution model is planned so anomaly handling can remain offline.
- Scope and focus: macOS apps and the browser, with recorded workflows executed locally thereafter.
As with any GUI automation, buyers will want to see how the system measures reliability in production, what the approval and audit controls look like, and how the agent generalizes across heterogeneous enterprise software while maintaining the claimed determinism.