Aura — local-first, model-agnostic AI software development environment
Project description
Aura
Aura is a local-first, model-agnostic AI software development environment. It runs as a daemon on your machine, indexes a project, and surfaces grounded answers and code changes through the Aura VS Code extension (and a secondary browser surface at http://localhost:<port>/).
This package (forge-aura) is the daemon and CLI. The user-facing local surface is the Aura VS Code extension (aura.aura-vscode), installed separately from the Visual Studio Code Marketplace.
Status
Pre-1.0. The bridge-layer contract (the path from install to a real natural-language code change in VS Code) is the current bar; see the project's acceptance-gate spec for what's proven end-to-end. APIs, presets, and surfaces may change between minor versions.
Install
pipx install forge-aura
Then install the Aura extension from the Visual Studio Code Marketplace, open a folder in VS Code, and let onboarding configure your provider keys and routing preset.
Quick start
aura serve --daemon # start the local daemon
aura status # show daemon + project state
aura stop # stop the daemon cleanly
In VS Code, open the Aura activity-bar view to reach the project picker; first-run takes you through onboarding (provider keys + routing preset) before any project is shown.
Local-first by design
- API keys are stored in your user state directory (mode
0600), never in YAML, never echoed back. - No telemetry by default. No team server. No cloud Brain.
- Deleting your local state directory leaves your project a perfectly valid repo; Aura can re-bootstrap it from the open flow.
Requires
- Python 3.11+ (3.12 recommended)
- A configured frontier-provider key for at least one of the supported routing presets (
balanced,dev_default)
License
See LICENSE in the source distribution.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file forge_aura-0.1.0.tar.gz.
File metadata
- Download URL: forge_aura-0.1.0.tar.gz
- Upload date:
- Size: 505.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c4a466fdc1ce56d8b85faee8a4c9ee76a38ac5a10f3cff43ea8506a7ed0cf12
|
|
| MD5 |
d1f2326956ef6c4ffe75bf5224b03141
|
|
| BLAKE2b-256 |
f7b77092982a2c2aba96287450a2f9212cc8aad6adce74b3a374e11d016d559a
|
File details
Details for the file forge_aura-0.1.0-py3-none-any.whl.
File metadata
- Download URL: forge_aura-0.1.0-py3-none-any.whl
- Upload date:
- Size: 566.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7caa23cfd3e3a5108298a4b0e61a026179f399f8a5cb78272d6402192640b022
|
|
| MD5 |
50bec9028c0aeb373d20a880418b55e1
|
|
| BLAKE2b-256 |
1799f2ecf154a885f176c3a886cd8c88322c6bb14e03446fc339d15c72d4417d
|