https://github.com/luisadha/drawercli-aurora
Drawercli (Aurora version) is an installer script that allows all user applications to be launched through the Termux Widget. *required: Termux:Widget
https://github.com/luisadha/drawercli-aurora
android applications bash bash-scripting curl curling html-css-javascript linux progress-bar progressive-web-app static-site static-website termux termux-api termux-hacking termux-recommended-for-android termux-tools
Last synced: 3 months ago
JSON representation
Drawercli (Aurora version) is an installer script that allows all user applications to be launched through the Termux Widget. *required: Termux:Widget
- Host: GitHub
- URL: https://github.com/luisadha/drawercli-aurora
- Owner: luisadha
- License: mit
- Created: 2025-10-05T19:57:09.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-12-28T08:36:59.000Z (6 months ago)
- Last Synced: 2025-12-30T17:04:58.323Z (6 months ago)
- Topics: android, applications, bash, bash-scripting, curl, curling, html-css-javascript, linux, progress-bar, progressive-web-app, static-site, static-website, termux, termux-api, termux-hacking, termux-recommended-for-android, termux-tools
- Language: JavaScript
- Homepage: https://luisadha.github.io/drawercli-aurora/
- Size: 764 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# drawercli-aurora
[](https://github.com/luisadha/drawercli-aurora/actions/workflows/build-deb.yml)
[](https://github.com/luisadha/drawercli-aurora/releases/latest)
---
## Launcher… but actually a drawer
### ⚡ Descriptions
**Drawercli (Aurora version)** is a small installer script that allows all user applications to be extracted into readable files for Termux Widget uses.
This script is designed for **Termux** and **Termux:Widget** to display the list of user applications, so they can be launched via the Termux Widget.
---
### ✨ Features
- **Minimal**
Installer-based script that performs its function efficiently. Installs your Termux widget and makes it operational immediately.
- **Easy**
Quick installation process – ready to use within minutes.
- **Alternative Launcher**
Lightweight replacement for commercial launchers, providing a different user experience.
---
## 🚀 Installation Methods
There are several installation methods available.
### Quick Install
To update your apps list, rerun the code below:
```bash
curl -sL https://luisadha.github.io/drawercli-aurora | sh
```
> **Tip:** You can copy the command above or use the **Share URL** option in Termux.
---
### Inspect & Install
Your trust is important — you can verify the source code first before proceeding with installation.
### Advanced Install
If you’d rather not use the usual copy-paste method, you can use the “Share URL” option.
It just needs a bit of setup first to make this button work.
> **NOTE:**
> For the **Share link to Termux** button to work correctly, replace the contents of:
>
> - `~/bin/termux-url-opener`
> - `~/bin/termux-file-editor`
>
> with the code shown below.
---
## 📖 Usage
Go to your home screen and add a widget.
Scroll down until you find the widget named **Termux**, then add it to your home screen.
---
## 🛠️ Requirements
Make sure the following applications are available on your device:
- Termux app
- Termux:Widget app
---
## 📦 Dependencies
Ensure the following Termux packages are installed:
- `aapt`
- `curl`
- `wget`
- Standard utilities (`awk`, `sed`, `grep`, etc.) — from `coreutils` or `busybox`
---
## 🧩 Simulate code on your file
**~/bin/termux-file-editor**
```bash
nano $1 && bash $1
```
**~/bin/termux-url-opener**
```bash
url=$1; curl -L "$url" | bash
```
---
## 🔒 Termux permissions
Check Termux app permissions and approve them as shown below:
---
## 📱 Devices Tested
* 220333QAG Os Android 13 (Redmi 10C INDIA)
* RMX3933 Os Android 14 (Realme Note 60)
## 💭 Inspired By
Please check out these previous works that inspired the creation of Drawercli Aurora 🙏
- [TUI Launcher](https://f-droid.org/id/packages/ohi.andre.consolelauncher/) — Linux CLI Launcher for Android
- [Termuxlauncher](https://github.com/amsitlab/termuxlauncher) — Set Termux as a launcher without hacking
- [Drawercli (Predecessor)](https://github.com/luisadha/drawercli) — CLI app for Termux to open user Android apps
---
> **Disclaimer:**
> This program does not transfer any information to other networked systems unless specifically requested by the user or the person installing or operating it.
---
## 📜 License
Copyright © 2024–Present
[**Luis Adha**](https://github.com/luisadha) — under the **MIT License**