Adaptive Unified Runtime Assistant (AURA) – Mini OS-Layer AI untuk Termux.
Membantu otomatisasi workflow, backup, deploy, auto Git push, scheduler, plugin, dan dashboard real-time.
- Full Automation Engine
- Backup, deploy, push, build otomatis sesuai event.
- Scheduler Task Engine
- Jalankan task periodik sesuai jadwal user.
- Adaptive AI Learning Engine
- Belajar pola workflow user & prioritas project.
- Plugin Marketplace Online
- Install/update plugin dari repository resmi.
- Dashboard Visual & Logs
- Monitoring file, memory, network secara real-time.
- Event-driven Automation
- Trigger task saat file berubah atau network online.
- Auto Git Push
- Commit & push otomatis ke repositori target.
git clone https://github.com/djunekz/aura
cd aura
npm install -g .npm install -g aura-terminalauraCLI interaktif akan muncul dengan dashboard, logs, dan AI suggestion.
| No | Perintah | Fungsi |
|---|---|---|
| 1 | status |
Tampilkan status kernel & project |
| 2 | context |
Tampilkan context project |
| 3 | memory |
Tampilkan memory AI |
| 4 | identity |
Tampilkan identity user |
| 5 | watch on/off |
Hidupkan/matikan watcher file |
| 6 | network on/off |
Hidupkan/matikan network watcher |
| 7 | plugin install <path> |
Install plugin lokal |
| 8 | plugin install-url <url> |
Install plugin dari URL |
| 9 | plugin update <name> |
Update plugin |
| 10 | marketplace list |
Lihat plugin marketplace tersedia |
| 11 | marketplace install <name> |
Install plugin dari marketplace |
| 12 | scheduler add <name> <interval> |
Tambahkan task periodik |
| 13 | scheduler stop |
Hentikan semua task scheduler |
- Semua plugin dapat diakses & diupdate dari marketplace online.
- Plugin populer:
AutoBackup,AutoDeploy,SchedulerEnhancer.
- Buat pull request di GitHub.
- Submit plugin ke marketplace.
- Selalu test plugin baru di sandbox environment sebelum release.
MIT License © 2026 djunekz
- Environment Variable untuk GitHub PAT (untuk AutoDeploy otomatis):
export GITHUB_TOKEN=ghp_xxxxyyyyzzz- Menjalankan Scheduler
scheduler add AutoBackup 300 # Backup setiap 5 menit
scheduler add AutoPush 600 # Auto push setiap 10 menit
- Update Core & Plugin
npm run auto-update
npm run update-plugins- Dashboard
- Refresh otomatis setiap 2 detik.
- Menampilkan status project, logs, memory, network, dan suggestion.
Selamat menggunakan AURA 🚀 Terminal Termux Anda sekarang lebih cerdas, adaptif, dan otomatis.