MacOS Use banner
browser-use browser-use

MacOS Use

AI community

Description

Make Mac apps accessible for AI agents

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Shows a black Browser Use Logo in light color mode and a white one in dark color mode.

[![GitHub stars](https://img.shields.io/github/stars/browser-use/macOS-use?style=social)](https://github.com/browser-use/macOS-use/stargazers) [![Discord](https://img.shields.io/discord/1303749220842340412?color=7289DA&label=Discord&logo=discord&logoColor=white)](https://link.browser-use.com/discord) [![Twitter Follow](https://img.shields.io/twitter/follow/OfirOzeri?style=social)](https://x.com/OfirOzeri) [![Twitter Follow](https://img.shields.io/twitter/follow/Gregor?style=social)](https://x.com/gregpr07) [![Twitter Follow](https://img.shields.io/twitter/follow/Magnus?style=social)](https://x.com/mamagnus00)

Tell your MacBook what to do, and it's done—across ANY app.

Created by Ofir Ozeri ♥️ migrated in collaboration with Magnus and Gregor

macOS-use enables AI agents to interact with your Macbook [see it in action!](#demos)

Quick start

⚠️ Important: Review the [Warning](#warning) section before proceeding.

With pip:

pip install mlx-use

From github

Clone first

git clone https://github.com/browser-use/macOS-use.git && cd macOS-use

Don't forget API key
Supported providers: [OAI](https://platform.openai.com/docs/quickstart), [Anthropic](https://docs.anthropic.com/en/api/admin-api/apikeys/get-api-key) or [Gemini](https://ai.google.dev/gemini-api/docs/api-key) (deepseek R1 coming soon!)


At the moment, macOS-use works best with OAI or Anthropic API, although Gemini is free. While Gemini works great too, it is not as reliable.

cp .env.example .env
open ./.env

We recommend using macOS-use with uv environment

brew install uv && uv venv