Skip to content

hbx12/aura-work

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

257 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Aura Work

License: Custom CI

Current status: 0.1.0-alpha.11 — under active security hardening.

Open-source, multi-provider desktop AI agent platform — local-first, permission-gated, self-hostable.

Build Marketplace extensions

Want to build an extension for Aura Work? Start here:

Community extensions are submitted through GitHub pull requests and are published only after maintainer approval.

Demo

Aura Work demo

Alpha warning: Do not use Aura Work for sensitive workspaces or production automation. VM isolation, signed installers, and several experimental features are incomplete or disabled by default.

Download

Official desktop installers are published on the GitHub Releases page after an approved release. Installed copies receive optional signed update prompts when a newer version is available.

Maintainer and contributions

Aura Work is maintained by Habib (hbx12). Suggestions are reviewed actively, and useful ideas are turned into tracked implementation work with focused issues so contributors can pick up clear tasks without duplicating effort.

Please comment on an issue before starting work so effort is not duplicated.

Alpha limitations

Area Status
Shell execution Host process fallback is disabled by default. WSL2 or a verified isolated backend is required. Dev override: AURA_ALLOW_UNSAFE_HOST_EXECUTION=1 (development only).
Computer use Disabled by default. Enable only for local dev: AURA_ENABLE_EXPERIMENTAL_COMPUTER_USE=1.
VM image Bundled artifact may be a development placeholder until a signed production image ships.
Signed releases Release pipeline requires minisign, SBOM, checksums, and installers — not claimed ready until published.
Sidecar auth Local services require per-session internal Bearer tokens (localhost is not treated as sufficient).

Features (alpha)

  • Multi-provider AI (OpenAI/ChatGPT Codex, Anthropic, Gemini, DeepSeek, Ollama) with routing
  • Encrypted local vault — keys stored with OS-backed secure storage when available
  • Task agent with file tools, Git, VM shell, browser, plugins/MCP
  • Universal Workspace routing for documents, spreadsheets, presentations, PDF, research, data, design, automation, database, and browser workflows
  • Official HBX Marketplace skills with localized Arabic/English metadata and real SVG assets
  • 20 languages with RTL (Arabic, Persian)
  • Integrated docs at hbx12.github.io/aura-work (when deployed)

Quick start (development)

npm install
npm run build:sidecars
npm start

Sidecars start automatically from the Tauri app with per-session internal auth tokens.

Manual sidecar development requires AURA_SIDECAR_AUTH_TOKEN (32+ chars) in the environment. See docs/development.md.

Build from source

npm run build:sidecars
npm run stage:bundle
npm run build
cd apps\desktop
npm run tauri build

Installers are produced under apps/desktop/src-tauri/target/release/bundle/ when the build succeeds.

Privacy & security

  • No telemetry by default
  • API keys stored encrypted locally; never synced to Aura Cloud
  • High-impact actions require explicit approval
  • See SECURITY.md for vulnerability reporting

Documentation

Community

License

See LICENSE, NOTICE, and THIRD-PARTY-NOTICES. Aura Work is licensed under the terms in LICENSE, including NOVIR Studio's additional branding and redistribution restriction.

Clean-machine installer smoke test

For installed Windows build validation, see docs/clean-machine-installer-smoke.md.