How to install + use Aether everywhere.
Same API key, four different surfaces. Pick the one that matches your workflow — pages below cover install, setup, command reference, and recipes.
aether-codeAether CLI
The agentic coding CLI. Type `aether` for an interactive REPL, or `aether "task"` for one-shot. Reads, writes, runs commands until your task is done.
npm install -g aether-codeaether-mcpAether MCP
MCP server. Drop into Claude Desktop, Cursor, Cline, Zed, Continue. 11 specialized tools (chat, deobfuscate, explain, identify, etc.) appear inside your existing AI client.
npx -y aether-mcpaether-devtoolsAether DevTools
Manifest v3 extension for Chrome / Firefox / Edge / Brave. Aether tab in DevTools, right-click context menu on selections, 5 modes (chat, deobfuscate JS, explain code/disasm, identify pattern).
Load unpacked from chrome://extensions//api/v1/*Public REST API↗
10 endpoints under /api/v1/* for direct integration. Authenticate with Bearer ak_live_... key. Same credit pool as everything else.
curl -H 'Authorization: Bearer ak_live_...' ...Generate one API key, use it across CLI, IDE, browser, and HTTP.
Same balance pool drains across all four surfaces. Same rate limit applies. Run a prompt in Cursor (via MCP), follow up in the terminal (via CLI), inspect a result in DevTools — all authenticated against the same account.