Skip to content

kairowan/Aura

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💠 Aura (Based on Bytedance Deer-Flow)

English | 简体中文 | 日本語 | Français | Русский

License: MIT


⚠️ Disclaimer & Copyright

This project is a secondary development (fork) based on Bytedance's open-source Deer-Flow project. The original project is released under the MIT License.

  1. We strictly comply with the original MIT open-source agreement and have retained the original LICENSE file in the project directory.
  2. We express our sincere gratitude to the Bytedance Deer-Flow team for their outstanding contributions to the Super Agent Harness ecosystem.
  3. This secondary development version has no commercial affiliation with Bytedance, and any consequences arising from this project or its usage are completely unrelated to the original authors.

🚀 Why this Fork?

While the original Aura is incredibly powerful, its deployment process is heavily geared towards developers (requiring knowledge of command line, environment variables, Docker, etc.).

The core goal of this project is to completely productize this powerful Agent engine for everyday users:

  1. 💻 Native Desktop Clients: Breaking out of the browser by providing standalone .exe (Windows), .dmg (macOS), and Linux desktop packages.
  2. ⚡ One-Line / One-Click Installation: Abandoning complex make dev commands in favor of fully automated out-of-the-box deployment.
  3. 🔋 Drastic Performance Tuning: Automatically running in production mode, turning off heavy CPU/Memory development watchers, making it run smoothly even on standard laptops.

📦 Installation & Usage

(🚧 These features are currently under active development)

Option 1: Automated One-Line Install

🍎 macOS / 🐧 Linux Terminal:

bash -c "$(curl -fsSL https://raw.githubusercontent.com/kairowan/Aura/main/install.sh)"

🪟 Windows PowerShell:

iwr -useb https://raw.githubusercontent.com/kairowan/Aura/main/install.ps1 | iex

Option 2: Build Desktop Client

For the native standalone desktop experience, you can build the Electron wrappers for macOS, Windows, or Linux natively:

cd desktop
npm install
npm run dist:mac  # Generates Aura-macOS.dmg inside desktop/dist
# OR
npm run dist:win  # Generates Aura-Windows.exe inside desktop/dist
# OR
npm run dist:linux  # Generates AppImage and deb packages inside desktop/dist

Option 3: Prepare Mobile Shell

Aura now includes a Capacitor mobile shell scaffold in /mobile. It connects Android or iOS clients to a deployed Aura web workspace instead of embedding the local desktop runtime.


🛠️ Development

If you are a developer looking to contribute, the incredibly powerful underlying architecture of Aura (LangGraph, Skills, Tools) has been fully preserved.

  • Fast Track macOS Start: Double-click start_optimized.command in the project root to start the production-grade tuned servers.
  • Mobile Shell: See /mobile/README.md for Android and iOS setup.

🤝 Acknowledgements

Thanks again to Bytedance for providing such a powerful AI pipeline foundation. PRs and suggestions are welcome!

About

💠 Aura :高性能、产品化。原生桌面端支持、自定义 AI 服务商,开箱即用。🚀✨

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors