InstallView CORE-TERMUX Docs ←
Core Install
Install individual modules or specific tools within modules. Use flags to select only what you need.
core install <module> --tool1 --tool2Commands
core installShow help
core install <module>Install entire module
core install <module> --tool1 --tool2Install specific tools
Available Modules
langProgramming languages and runtimes
core install lang --python --rustdbDatabases (PostgreSQL, MariaDB, SQLite, MongoDB)
core install db --postgresql --sqliteaiAI agents and coding assistants
core install ai --opencode --ollamaeditorCode editor components (Neovim, NvChad)
core install editordevDevelopment tools (gh, wget, curl, fzf, etc.)
core install dev --gh --fzf --jqnpmGlobal npm packages
core install npm --typescript --prettiershellZSH plugins
core install shelluiTermux UI components
core install uiautoAutomation tools (n8n)
core install autoExamples
# 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