Let the computer use the computer.

Axon turns the OS accessibility layer into a small, consistent tool surface for agents on macOS, Windows, and Linux.

lookfindactreplay

General-purpose automation for agents

01

Semantic targets

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

02

One interface everywhere

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

03

Replayable work

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

The unit of memory

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

Install Axon 0.3.1

Get started.

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