ok so

Local-first automation for macOS

okso is a local-first automation toolkit for macOS that turns natural-language intent into reliable, reviewable command-line execution. It plans first, shows you what it will do, and then runs tools with guardrails and logs you can audit.

Start here

What makes Okso different

How it works (high level)

  1. Intent classification narrows the tool catalog and decides whether to gather web context.
  2. A pre-planner web search (optional) gathers snippets to ground the plan.
  3. The planner produces a structured tool-by-tool outline.
  4. You approve (or refine) the plan before execution.
  5. The executor runs each tool deterministically and records observations.
  6. The final answer is generated from the execution trace (with optional evaluation and replanning).

Documentation map