Skip to content

Aether v0.1.0

Choose a tag to compare

@daniel-farina daniel-farina released this 12 Jun 10:01
· 132 commits to master since this release

Aether v0.1.0 — the first release of the AI-native Chromium fork. A full web browser (real Blink/V8/sandbox, not Electron) that any agent can connect to and drive fast.

Install (macOS, Apple Silicon)

  1. Download Aether-macos-arm64.dmg below.
  2. Open it and drag Aether to Applications.
  3. First launch (build is self-signed):
    xattr -dr com.apple.quarantine /Applications/Aether.app
    
    then open it normally.

Connect an agent

The Agent Gateway auto-starts on 127.0.0.1:9334 (high-level API) and :9333 (raw CDP). Token is in ~/Library/Application Support/Aether/Default/agent_token. See AGENTS.md.

Highlights

  • Agent gateway: navigate / text / axtree / screenshot / click / type / press / eval
  • Drives background & occluded tabs; screenshots hidden tabs; many tabs in parallel
  • Multi-agent tab ownership + per-tab context
  • navigator.webdriver stays false — first-class automation

Verify downloads against Aether-macos-arm64.sha256.txt.