3 surfaces · 1 API key

Use Aether wherever you work.

IDE, terminal, browser. Same API key, same model, three different surfaces — pick the one that fits your workflow.

IDEaether-mcp

Drops Aether into Claude Desktop, Cursor, Cline, Zed, Continue.

11 specialized tools — chat, code & disasm explanation, JS deobfuscation, pattern recognition, bypass suggestions, image generation, more — all available inside whichever AI client you already use. When the main AI refuses, Aether answers in the same chat tab.

  • Pairs with ida-pro-mcp for full RE workflow
  • Per-key rate limiting + IP fingerprinting
  • Works with any MCP-compatible client
One-line install
npx -y aether-mcp
CLI · AGENTaether-code

Uncensored AI coding agent for your terminal. Type 'aether' for an interactive REPL or one-shot mode.

Like Claude Code, with no refusal layer. Hand it a task in natural language and it loops with the model — reading files, searching the codebase, writing code, running tests — until done. Each file write shows a diff and asks y/N. Each shell command is shown before it runs. First run auto-opens your browser to grab an API key. Same Aether credits as everything else.

  • Interactive REPL or one-shot agent — your call
  • 6 tools: read / list / search / write / edit / run_shell
  • y/N approval on every write and shell command (or --yes to skip)
  • First-run browser-based API key setup; config in ~/.aetherrc
One-line install
npm install -g aether-code
More examples
aether                                       # interactive REPL
aether "fix the failing tests"               # one-shot agent
aether --yes "add JSDoc to every export"     # auto-approve
BROWSERaether-devtools

Right-click any JS, request, or selection and analyze in browser DevTools.

Manifest v3 extension for Chrome, Firefox, Edge, Brave. Adds an Aether tab next to Console / Network / Sources. Right-click any selection on a page → context menu sends it to the panel. Five modes: chat, deobfuscate JS, explain code, explain disasm, identify pattern.

  • Right-click context menu on selected text
  • 5 specialized modes per panel session
  • No telemetry — pure ES modules, ~50KB total
Install
Load unpacked from chrome://extensions/
Why one key

Generate once, use everywhere.

Each tool authenticates with a Bearer ak_live_... key from your account. Same balance pool drains across all three. Same rate limit applies. So you can run a prompt in Cursor, follow up in the CLI, and inspect the result in DevTools without juggling separate accounts or budgets.

New · privacy

Incognito chat mode

Click the lock icon in the chat composer to enable incognito. Messages aren't saved server-side — no Conversation row, no Message rows. Credits are still charged (model usage happened) but nothing about your conversation persists past the page reload. Useful for sensitive research or one-off questions where you don't want any record.

Try it in chat →
Tools — MCP, agent CLI, DevTools extension | Aether · Aether