Install

Core Install

Install individual modules or specific tools within modules. Use flags to select only what you need.

core install <module> --tool1 --tool2
View CORE-TERMUX Docs ←

Commands

core install

Show help

core install <module>

Install entire module

core install <module> --tool1 --tool2

Install specific tools

Available Modules

lang

Programming languages and runtimes

core install lang --python --rust
db

Databases (PostgreSQL, MariaDB, SQLite, MongoDB)

core install db --postgresql --sqlite
ai

AI agents and coding assistants

core install ai --opencode --ollama
editor

Code editor components (Neovim, NvChad)

core install editor
dev

Development tools (gh, wget, curl, fzf, etc.)

core install dev --gh --fzf --jq
npm

Global npm packages

core install npm --typescript --prettier
shell

ZSH plugins

core install shell
ui

Termux UI components

core install ui
auto

Automation tools (n8n)

core install auto

Examples

# Install entire modulecore install aicore install db# Install specific toolscore install ai --qwen-code --ollamacore install db --postgresql --sqlitecore install dev --gh --fzf --jqcore install npm --typescript --prettier