Aethene

Claude Code setup

Claude Code, set up in three minutes.

No hand-edited settings.json, no juggling environment variables. Four commands and you're coding — with an undo.

Steps

Step 1
$ curl -fsSL https://3-229-227-242.sslip.io/install.sh | sh
Installs one static binary (macOS, Linux; Windows via PowerShell).
Step 2
$ aethene login
Opens your browser to confirm; this machine gets its own key you can cap or revoke.
Step 3
$ aethene install claude
Backs up ~/.claude/settings.json, writes the gateway settings and adds 10 skills.
Step 4
$ claude
That's it. Pick any model with /model.

What happens

It sets exactly what Claude Code needs

Base URL (no /v1 suffix), your key, an empty ANTHROPIC_API_KEY so a stray Console key can't interfere, default models for Opus/Sonnet/Haiku slots and sub-agents, and every Aethene model in the /model picker.

Something off? Run doctor

aethene doctor finds stray API keys, /v1 suffixes, shell exports that override settings, project-level overrides and a cached claude.ai login — and prints the fix for each.

Undo is exact

aethene uninstall claude restores your original settings byte-for-byte and removes only Aethene's skills. Try it for one session instead with aethene claude.

As of 2026-09-25: a typical Claude Code turn costs $0.068 on aethene/claude-opus and $0.0020 on aethene/gpt-6-luna.

Questions

FAQs

Do I need an Anthropic account?
No. Aethene is the account: one key and one balance for every model.
Will it break my existing Claude Code setup?
Your settings are backed up first, and only Aethene's keys are added. If you change settings later and uninstall, Aethene removes only its own entries.
Claude Code still shows my old login
Run /logout inside claude once. While the Aethene key is set, it's used instead of your subscription login.

Set up in three minutes.

$ curl -fsSL https://3-229-227-242.sslip.io/install.sh | sh
Set up Claude Code now