🚧 Early alpha Under active construction. Everything here may change without notice — except the appcast URL. That one's forever.

Aetower

Use case

Monitor the AI agents running on your Mac

Claude Code in three terminals, Codex on a branch, Ollama holding a model in unified memory — your Mac runs workloads you didn't schedule, and the built-in tools have no concept of them. Aetower is the operator console for exactly this: what your agents are doing, what it costs, and what to do about it.

What you can see

Your agents can read it too

The same engine that renders the app serves a read-only local MCP server — 30+ tools for snapshots, history, anomaly explanations, memory breakdowns, storage, and repository state. Point Claude Code or any MCP client at it and ask "what's straining my Mac right now?"; one aetower_investigation_bundle call replaces twenty shell commands. Guarded operator actions exist behind a separate opt-in, and every action stays preview- and approval-gated.

{
  "mcpServers": {
    "aetower": {
      "command": "/Applications/Aetower.app/Contents/Helpers/aetower-mcp"
    }
  }
}

Prefer the shell? aetower top, aetower repos, and aetower storage print the same live state, with --json for pipelines — see the CLI reference.

What Aetower deliberately doesn't claim

Works with

Anything that runs as a process is visible. Session-level detail comes from the Chau7 adapter; local model servers such as Ollama and other inference tools are recognized as AI runtimes; and any MCP-capable agent — Claude Code, Codex, and friends — can query Aetower directly.

Questions this page answers

How do I monitor Claude Code's resource usage on a Mac?

Aetower shows each agent as an entity with a friction score, kernel-measured energy, and — with the Chau7 adapter — per-session repo, branch, and resource detail.

How much energy do local LLMs like Ollama use?

Aetower reports kernel-measured per-entity energy and inferred GPU share for local model servers, labeled as estimates with their source — not exact metering.

Can my AI agent check what is straining my Mac?

Yes — Aetower's read-only local MCP server exposes 45 tools; one aetower_top_findings or aetower_investigation_bundle call gives an agent the ranked answer.

Aetower is a free early-alpha download for macOS 14+ (Apple silicon).

Download for macOS