Skip to main content

Aura Link

The open-source local bridge that connects your machine to the Aura platform. Aura Link runs on your computer and lets Aura's AI agents read files, write code, and run commands in your actual project — securely, without uploading your codebase to the cloud.

How it works

Aura Web (War Room) ──► Aura Backend ──► Aura Link (your machine) ──► your project files

Aura Link opens a WebSocket connection to the Aura backend. When you approve a task in the War Room, the agent's file writes and shell commands are forwarded here and executed locally. Nothing leaves your machine except what the agent explicitly needs to read.

Installation

Option 1 — pip (recommended)

pip install aura-link

Option 2 — clone and install

git clone https://github.com/dev-aura-com/aura-link
cd aura-link
pip install -e .

Requires Python 3.11+.

Usage

Step 1 — log in

aura-link login

This opens a browser tab. Click Authorize and the CLI stores your credentials automatically — no token copying required.

Step 2 — connect your project

cd /path/to/your/project
aura-link connect

The CLI connects to Aura and watches for instructions. Leave this running while you work in the War Room.

Options

aura-link connect --url https://your-backend    # custom backend URL
aura-link connect --dir /path/to/project        # explicit project directory
aura-link connect --quiet                        # suppress status messages
aura-link logout                                 # remove saved credentials

Environment variables

Variable Description Default
AURA_SERVER Backend API URL https://api.dev-aura.com
AURA_TOKEN JWT access token (alternative to aura-link login)

Security

  • All file operations are jailed to the project directory — path traversal attempts are blocked.
  • .env files, private keys (*.pem, *.key, id_rsa, etc.), and any file matched by your .gitignore are never sent to the cloud.
  • Destructive shell commands (rm -rf /, sudo, shutdown, etc.) are blocked before execution.
  • The source code is fully open — you can audit exactly what Aura Link does before running it.

License

MIT

Release files for aura-link 1.0.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for aura-link 1.0.1
File Size Uploaded
aura_link-1.0.1.tar.gz 14.6 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for aura-link 1.0.1
File Interpreter ABI Platform
aura_link-1.0.1-py3-none-any.whl Python 3 none any Details

Total release size: 31.2 kB

Release history Release notifications | RSS feed

This release

1.0.1 This release

2 release files

1.0.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page