Home / Docs / Install

Install & connect Claude Code

Two minutes: install the app, click Connect once, open a new session. This page also spells out exactly what that click changes on your system.

1. Install the app

  1. Download the zip, unzip it, and drag Silicon Workers.app into Applications.
  2. Open it. Three tiny workers appear in the menu bar; there's no Dock icon or Cmd-Tab entry by design.
macOS says the app can't be verified? Right-click the app, choose Open, confirm once.

2. Connect your agents

Click the menu bar icon, then Connect at the top of the panel. This installs event capture for Claude Code (and Codex, if found). What actually happens:

The hook script does exactly one thing: appends each event as one line of JSON to ~/.butler/events.jsonl. It always exits 0 with zero output, so Claude Code's behavior — including approval prompts — is completely unchanged. Details: how it works.

3. Open a new session

Hooks load when a session starts, so only sessions opened after connecting will report status. Already-running sessions are unaffected and simply won't appear.

Requirements

Next: How it works · Uninstall