New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

aura-terminal

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aura-terminal

Adaptive Unified Runtime Assistant (mini OS-Layer)

latest
Source
npmnpm
Version
0.8.2
Version published
Maintainers
1
Created
Source

AURA

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.

1. Fitur Utama

  • 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.

2. Instalasi

2.1 Via GitHub

git clone https://github.com/djunekz/aura
cd aura
npm install

2.2 Via NPM

npm install aura-terminal

3. Menjalankan AURA

aura

CLI interaktif akan muncul dengan dashboard, logs, dan AI suggestion.

4. Perintah Penting

NoPerintahFungsi
1statusTampilkan status kernel & project
2contextTampilkan context project
3memoryTampilkan memory AI
4identityTampilkan identity user
5watch on/offHidupkan/matikan watcher file
6network on/offHidupkan/matikan network watcher
7plugin install <path>Install plugin lokal
8plugin install-url <url>Install plugin dari URL
9plugin update <name>Update plugin
10marketplace listLihat plugin marketplace tersedia
11marketplace install <name>Install plugin dari marketplace
12scheduler add <name> <interval>Tambahkan task periodik
13scheduler stopHentikan semua task scheduler

5. Plugin Marketplace

  • Semua plugin dapat diakses & diupdate dari marketplace online.
  • Plugin populer: AutoBackup, AutoDeploy, SchedulerEnhancer.

6. Kontribusi

  • Buat pull request di GitHub.
  • Submit plugin ke marketplace.
  • Selalu test plugin baru di sandbox environment sebelum release.

7. Lisensi

MIT License © 2026 djunekz

8. Tips Penggunaan

  • 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.

Keywords

cli

FAQs

Package last updated on 17 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts