Loading repository dataβ¦
Loading repository dataβ¦
Aurora-Link-Org / repository
π A high-performance, extensible, and modern terminal emulator built with Rust, Tauri, and React. Features an API-driven plugin architecture (WASM/Lua).
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Aurora Terminal uses a unique Microkernel + Message Passing architecture:
For more details on plugin development, see the Plugin Development Guide.
Clone the repository:
git clone https://github.com/Aurora-Link-Org/Aurora-Terminal.git
cd Aurora-Terminal
Install frontend dependencies:
cd src
npm install
npm run init
Generate application icons (Required before first run/build):
cd src
npx @tauri-apps/cli@^2.0.0 icon images/logo-background.png
Run in development mode (This will automatically start both the React frontend and the Rust backend):
cd src
npm run dev
Build for production (This will automatically compile both frontend and backend into a single executable):
cd src
npm run build
π‘ Note on Installers/Bundles: By default, the build command might only generate the standalone executable. If you want to generate full installation packages (like
.exe,.msi,.dmg,.deb,.AppImage), you need to open thesrc/src-tauri/tauri.conf.jsonfile, find the"bundle"section, and change"active": falseto"active": truebefore running the build command.
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)This project is licensed under the GPL-3.0 License - see the LICENSE file for details.