Let the computer use the computer.

Axon turns the accessibility layer into a lightweight toolset for agents on macOS, Windows, and Linux.

lookactreplay

General-purpose automation for agents

Semantic targets

Address a button by its role, label, window, and surrounding context.

One interface everywhere

The same small tool surface works on macOS, Windows, and Linux.

Replayable work

Save sessions as plain-text .axn files. Read them, edit them, share them, and run them again.

A route becomes a reflex.

A .axn file is an ordered sequence of tool calls you can inspect, edit, share, and run again.

Read about the file format →
version: 2
actions:
  - tool: click
    target:
      app: Linear
      role: button
      name: New issue
  - tool: type
    target: { role: textField }
    value: Ship the honest path

Get started.

macOS / Linux · shellcurl -fsSL https://axn.dev/install.sh | sh
Windows · PowerShellirm https://axn.dev/install.ps1 | iex
macOS · Homebrewbrew install --cask bleugreen/tap/axon