### Quick Installation Source: https://github.com/devcorexofficial/core-termux/blob/main/README.md Installs Core-Termux using a curl script and then runs the setup command. Ensure you have curl installed. ```bash curl -fsSL https://raw.githubusercontent.com/DevCoreXOfficial/core-termux/main/install.sh | bash ``` ```bash core setup ``` -------------------------------- ### Install Specific Tools within a Module Source: https://github.com/devcorexofficial/core-termux/blob/main/README.md Examples of installing specific tools within a module. Use 'list' to see available tools and specify them with flags after the module name. ```bash core list ai # See available AI tools core install ai --qwen-code --ollama # Install only Qwen Code and Ollama core install tools --gh --fzf --jq # Install only gh, fzf, and jq core install node --typescript --prettier # Install only TypeScript and Prettier ``` -------------------------------- ### Install Modules and Tools with core install Source: https://github.com/devcorexofficial/core-termux/blob/main/README.md Use `core install` to manage software. Install entire modules, specific tools within modules, or everything. The command shows help if no arguments are provided. ```bash core install # Show help core install # Install entire module core install --tool1 --tool2 # Install specific tools core install full # Install everything ``` -------------------------------- ### Install Entire Modules with core install Source: https://github.com/devcorexofficial/core-termux/blob/main/README.md Install all available tools within a specified module by providing the module name. ```bash core install ai # Install all AI tools core install db # Install all databases core install tools # Install all development tools ``` -------------------------------- ### Install Wget Source: https://github.com/devcorexofficial/core-termux/blob/main/core/tools/tools/wget/README.md Use this command to install the Wget tool. ```bash core install tools --wget ``` -------------------------------- ### Install OpenClaude Source: https://github.com/devcorexofficial/core-termux/blob/main/core/tools/ai/openclaude/README.md Use this command to install the OpenClaude client. Ensure you have the 'core' tool installed. ```bash core install ai --openclaude ``` -------------------------------- ### Full Installation Command Source: https://github.com/devcorexofficial/core-termux/blob/main/README.md This command installs all modules and tools provided by the core framework. ```bash core setup full ``` -------------------------------- ### Install Qwen Code CLI Source: https://github.com/devcorexofficial/core-termux/blob/main/core/tools/ai/qwen-code/README.md Installs the Qwen Code AI assistant using the core CLI tool. Ensure you have the core CLI installed first. ```bash core install ai --qwen-code ``` -------------------------------- ### Install Cloudflared Source: https://github.com/devcorexofficial/core-termux/blob/main/core/tools/tools/cloudflared/README.md Installs the Cloudflared client using the core tool. Ensure you have the 'tools' package group installed. ```bash core install tools --cloudflared ``` -------------------------------- ### Install Proot Source: https://github.com/devcorexofficial/core-termux/blob/main/core/tools/tools/proot/README.md Installs Proot and associated tools. Use this command to begin using Proot. ```bash core install tools --proot ``` -------------------------------- ### Install Live Server Source: https://github.com/devcorexofficial/core-termux/blob/main/core/tools/node/live-server/README.md Installs the Live Server package using the 'core' command-line tool. ```bash core install node --live-server ``` -------------------------------- ### Install Specific Modules Source: https://github.com/devcorexofficial/core-termux/blob/main/README.md Commands to install individual modules like database, shell, or node.js. Use the module name after 'install'. ```bash core install db core install shell core install node ``` -------------------------------- ### Install zsh-syntax-highlighting Source: https://github.com/devcorexofficial/core-termux/blob/main/core/tools/shell/zsh-syntax-highlighting/README.md Use this command to install the zsh-syntax-highlighting tool. ```bash core install shell --zsh-syntax-highlighting ``` -------------------------------- ### Install Specific Tools with core install Source: https://github.com/devcorexofficial/core-termux/blob/main/README.md Install only selected tools from a module by specifying their flags after the module name. ```bash core install ai --qwen-code --ollama # Install only Qwen Code and Ollama core install db --postgresql --sqlite # Install only PostgreSQL and SQLite core install tools --gh --fzf --jq # Install only gh, fzf, and jq core install node --typescript --prettier # Install only TypeScript and Prettier ``` -------------------------------- ### Install zsh-you-should-use Source: https://github.com/devcorexofficial/core-termux/blob/main/core/tools/shell/you-should-use/README.md Installs the zsh-you-should-use tool using the core package manager. ```bash core install shell --you-should-use ``` -------------------------------- ### Install PostgreSQL Source: https://github.com/devcorexofficial/core-termux/blob/main/core/tools/db/postgresql/README.md Use this command to install PostgreSQL using the core tool. ```bash core install db --postgresql ``` -------------------------------- ### Core-Termux Setup Options Source: https://github.com/devcorexofficial/core-termux/blob/main/README.md Initiates the setup process for Core-Termux. Use 'full' for all modules, 'base' for essential packages, or run without arguments for an interactive menu. ```bash core setup ``` ```bash core setup full ``` ```bash core setup base ``` -------------------------------- ### Install LocalTunnel Source: https://github.com/devcorexofficial/core-termux/blob/main/core/tools/node/localtunnel/README.md Installs the LocalTunnel package for Node.js. Ensure Node.js is already installed. ```bash core install node --localtunnel ``` -------------------------------- ### Install CodeGraph Source: https://github.com/devcorexofficial/core-termux/blob/main/core/tools/ai/codegraph/README.md Use this command to install the CodeGraph tool. Ensure you have the 'core' CLI installed. ```bash core install ai --codegraph ``` -------------------------------- ### Install zsh-better-npm-completion Source: https://github.com/devcorexofficial/core-termux/blob/main/core/tools/shell/better-npm/README.md Use this command to install the zsh-better-npm-completion package. ```bash core install shell --better-npm ``` -------------------------------- ### Install Prettier Source: https://github.com/devcorexofficial/core-termux/blob/main/core/tools/node/prettier/README.md Use this command to install the Prettier code formatter. Ensure you have the core package manager installed. ```bash core install node --prettier ``` -------------------------------- ### Install GitHub CLI Source: https://github.com/devcorexofficial/core-termux/blob/main/core/tools/tools/gh/README.md Use this command to install the GitHub CLI tools. ```bash core install tools --gh ``` -------------------------------- ### Install Make Build Tool Source: https://github.com/devcorexofficial/core-termux/blob/main/core/tools/tools/make/README.md Use this command to install the Make build automation tool. ```bash core install tools --make ``` -------------------------------- ### Install Claude Code Source: https://github.com/devcorexofficial/core-termux/blob/main/core/tools/ai/claude-code/README.md Use this command to install the Claude Code AI assistant. The installer will prompt for installation method selection. ```bash core install ai --claude-code ``` -------------------------------- ### Install Go (Golang) Source: https://github.com/devcorexofficial/core-termux/blob/main/core/tools/language/golang/README.md Installs the Go programming language compiler and tools. Ensure the 'core' command is available. ```bash core install language --golang ``` -------------------------------- ### Install MariaDB Source: https://github.com/devcorexofficial/core-termux/blob/main/core/tools/db/mariadb/README.md Use this command to install the MariaDB database with the core tool. ```bash core install db --mariadb ``` -------------------------------- ### Install Neovim Source: https://github.com/devcorexofficial/core-termux/blob/main/core/tools/editor/neovim/README.md Use this command to install the Neovim text editor. ```bash core install editor --neovim ``` -------------------------------- ### Install NestJS CLI Source: https://github.com/devcorexofficial/core-termux/blob/main/core/tools/node/nestjs/README.md Use this command to install the NestJS CLI. Ensure the node package is already installed. ```bash core install node --nestjs ``` -------------------------------- ### Install udocker Source: https://github.com/devcorexofficial/core-termux/blob/main/core/tools/tools/udocker/README.md Installs udocker using the core package manager. ```bash core install tools --udocker ``` -------------------------------- ### Install Mistral Vibe AI Source: https://github.com/devcorexofficial/core-termux/blob/main/core/tools/ai/mistral-vibe/README.md Use this command to install the Mistral Vibe AI assistant. Ensure you have the 'core' CLI tool installed. ```bash core install ai --mistral-vibe ``` -------------------------------- ### Install zsh-defer Plugin Source: https://github.com/devcorexofficial/core-termux/blob/main/core/tools/shell/zsh-defer/README.md Use this command to install the zsh-defer plugin via the core tool. ```bash core install shell --zsh-defer ``` -------------------------------- ### Install OpenCode AI Agent Source: https://github.com/devcorexofficial/core-termux/blob/main/core/tools/ai/opencode/README.md Installs the OpenCode AI agent in Termux. Choose between native or proot-distro installation. ```bash core install ai --opencode ``` -------------------------------- ### Show Tool Documentation Source: https://github.com/devcorexofficial/core-termux/blob/main/README.md Displays help documentation for installed tools. Documentation is loaded from the tool's README.md. If 'bat' is installed, output will be syntax-highlighted. ```bash core show ``` ```bash core show ``` ```bash core show -- ``` ```bash core show ai --opencode ``` ```bash core show db --postgresql ``` ```bash core show node --typescript ``` -------------------------------- ### Install Shfmt Source: https://github.com/devcorexofficial/core-termux/blob/main/core/tools/tools/shfmt/README.md Installs the Shfmt tool using the core package manager. ```bash core install tools --shfmt ``` -------------------------------- ### Install zsh-history-substring-search Source: https://github.com/devcorexofficial/core-termux/blob/main/core/tools/shell/history-substring/README.md Use this command to install the zsh-history-substring-search tool. ```bash core install shell --history-substring ``` -------------------------------- ### Install Powerlevel10k Source: https://github.com/devcorexofficial/core-termux/blob/main/core/tools/shell/powerlevel10k/README.md Use this command to install the Powerlevel10k Zsh theme. ```bash core install shell --powerlevel10k ``` -------------------------------- ### Install Codex AI Source: https://github.com/devcorexofficial/core-termux/blob/main/core/tools/ai/codex/README.md Use this command to install the Codex AI coding assistant. Ensure you have the 'core' tool installed. ```bash core install ai --codex ``` -------------------------------- ### Install Markserv Source: https://github.com/devcorexofficial/core-termux/blob/main/core/tools/node/markserv/README.md Installs the Markserv package using the core command-line tool. ```bash core install node --markserv ``` -------------------------------- ### Initialize Project with Template Source: https://github.com/devcorexofficial/core-termux/blob/main/README.md Use `core init` to configure a project with predefined dependencies and structure. Specify a template like `next`, `react`, `nest`, or `express` for specific framework setups. ```bash core init # Show help core init