A quiet voice bridge for Claude Code and Codex. Run it free with
your own private model key, or choose managed one-click setup when
you want Aura to handle the install path for you.
She understands what is happening before you ask for the next move.
CodexWork starts clearly
She turns your approved request into a clear Codex task.
OrchestrateThe room stays aligned
She tracks who is doing what and what changed.
NotifyOnly important moments return
She listens for updates and filters the noise.
CallbackShe calls you back
You hear the clear next step when your attention matters.
the product boundary
Speak to Aura. Let the coding agent edit.
Talk first
Use voice for planning, steering, stopping, and deciding what should happen next.
Approve real work
When you say "do it", Aura creates a clear task for Claude Code or Codex.
Hear the summary
The callback is short and speech-safe: no raw code, no secrets, no terminal sludge.
two ways to start
Free with your key. Paid when setup should disappear.
Open-source path
Bring your own private key
You run Aura locally and connect your own model provider key.
This is the free path for developers who want control and are
comfortable configuring their machine.
We handle the install flow, activation, updates, and model
connection. This is the paid path for users who want Aura to
work without managing keys or setup details.
We track which path visitors choose so ads can be measured from
click to setup intent. The free path uses your own key. The managed
path is the one-click product we will sell.
Free path
Use Aura with your own private key.
Install Aura from the public tap, then connect your own model
key locally. This path is free because your provider bills you
directly.
brew tap XoAnonXo/codexini https://github.com/XoAnonXo/codexini
brew install aura
# Then open Aura and choose "Use my own key" during setup.
# Your model key stays on your Mac.
Paid path
One-click setup with managed activation.
This is the ad funnel we want to measure. The user should
understand that setup, activation, updates, and model connection
are handled for them.
# Managed one-click setup is the paid path.
# Join the managed install flow:
https://codexini.com/#install
Claude Code
Install Aura, then start the call from Claude Code.
We need Homebrew to place Aura on your Mac (Homebrew formula),
then Claude Code starts the voice bridge from the current project
(Claude Code plugin command). We also need account activation
before voice starts (AURA_TOKEN).
brew tap XoAnonXo/codexini https://github.com/XoAnonXo/codexini
brew install aura
# Fresh users: activation is separate from Homebrew.
# Existing users keep their Keychain activation.
aura token-status
aura doctor --onboarding --agent claude
# If activation is missing, use your Aura invite or opt in to
# one-time Claude OAuth enrollment:
# bash <(curl -fsSL https://codexini.com/install) --enroll-with-claude-oauth
# In Claude Code, open the project and type:
/aura:aura-live
Prompt for Claude Code:
Install Aura with Homebrew, restart this Claude Code chat so plugins load,
confirm Aura account activation with aura token-status,
if activation is missing ask me before using Claude OAuth enrollment,
then start the first Aura voice call with /aura:aura-live.
If Homebrew is missing, install it from https://brew.sh first.
Codex
Install Aura, then start the Codex call flow.
We need Homebrew to install Aura (Homebrew formula), then Codex
checks its local connection and starts the voice call
(Codex app-server setup and Aura call). We also need account
activation before voice starts (AURA_TOKEN).
brew tap XoAnonXo/codexini https://github.com/XoAnonXo/codexini
brew install aura
# Fresh users: activation is separate from Homebrew.
# Codex/OpenAI login does not mint Aura activation.
aura token-status
aura codex-setup --no-open-app
aura call --agent codex --onboarding
Prompt for Codex:
Install Aura with Homebrew in this project, run aura codex-setup --no-open-app,
confirm Aura account activation with aura token-status,
if activation is missing stop and ask for an Aura invite or activation path,
then start my first Aura voice call with aura call --agent codex --onboarding.
If Homebrew is missing, install it from https://brew.sh first.
The source and formula are visible on GitHub.
The legal license will be updated separately once we choose the
exact open-source license.