EveryDev.ai
Subscribe
Home
Tools

3,750+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Termux-Dev (devx)
    Termux-Dev (devx) icon

    Termux-Dev (devx)

    AI Coding Assistants

    Ultra-fast, autonomous AI pair-programmer and vibe-coding terminal agent built for Android Termux, Windows, macOS, and Linux.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT License. Install globally via npm.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Android
    Web

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsVibe CodingCommand Line Assistants

    Alternatives

    OpenCodedeepclaudeKaku
    Developer
    ApvCodeApvCode builds open-source developer tools focused on termin…

    Listed Aug 2026

    About Termux-Dev (devx)

    Termux-Dev (invoked as devx) is an open-source CLI coding agent published under the MIT License by ApvCode. It runs as a globally installed npm package (termux-dev) and is designed to work natively on Android via Termux as well as on Windows, macOS, and Linux. The latest release is v1.3.0, tagged "Automation Platform, Custom Commands & Mobile Data Saver."

    What It Is

    devx is a terminal-based AI coding assistant that combines an interactive architectural planner with an autonomous code-execution agent. It connects to a wide range of AI providers and lets developers write, review, fix, and commit code entirely from the command line — including on mobile Android devices running Termux. The project is written in TypeScript and requires Node.js v20 or higher.

    Dual-Brain Architecture: PLAN and AGENT Modes

    The core design centers on two switchable modes:

    • PLAN mode — acts as a safe architect. It runs an interactive requirements questionnaire and refuses to make unsanctioned file edits, making it suitable for scoping work before writing any code.
    • AGENT mode — operates autonomously: it edits files, runs terminal commands, and auto-installs dependencies. A one-click plan approval flow ([🚀 Go / ✏️ Other]) lets users review an architectural plan and immediately hand off execution to the agent.

    Switching between modes is instant via the Tab key or /plan and /agent slash commands, without losing draft text.

    AI Provider Support and Model Flexibility

    devx supports a broad set of AI providers out of the box:

    • Cloud: OpenRouter, Google Gemini, DeepSeek, Groq, Mistral, OpenAI, Anthropic, Alibaba
    • Local inference: Ollama, LM Studio

    The /provider and /model commands let users switch providers and models live within a session, with fuzzy search for model selection.

    Key Capabilities

    • Multimodal vision — paste screenshots from clipboard via /image or Ctrl+P, with smart duplicate badges.
    • Instant snapshot rollback — every AI-driven change is recorded; /undo reverts the last turn cleanly.
    • Self-healing diagnostics — built-in syntax checking for TypeScript (tsc), JavaScript (node --check), Python (py_compile), and Rust (cargo check); the agent finds and fixes errors automatically before finishing a turn.
    • Project Memory Bank — persistent context stored in .devx/memory.md across sessions via /memory add <rule>.
    • Built-in live web server — /serve starts a local HTTP server on port 3000 for previewing web apps and HTML5 games; on Android it opens automatically via termux-open-url.
    • Session history — /resume and /session let users browse, restore, and manage saved sessions with unique short IDs.
    • AI-generated git commits — /commit generates a semantic commit message and commits in one step.
    • Headless one-shot mode — supports scripting and CI/CD via devx -p "prompt" [--yolo].

    Update: v1.3.0 — Automation Platform, Custom Commands & Mobile Data Saver

    The latest release (v1.3.0, published 2026-08-27) is described as an "Automation Platform, Custom Commands & Mobile Data Saver," signaling a focus on scripting workflows, user-defined commands, and bandwidth efficiency for mobile Termux users. The repository was created and reached this release within a few days, indicating rapid early development. The project is actively maintained with CI workflows and zero open issues at the time of indexing.

    Setup Path

    Installation is a single npm command:

    npm install -g termux-dev
    

    On Android Termux, users first run pkg update && pkg install -y nodejs-lts, then install via npm. A build-from-source path is also available for contributors. Full uninstallation removes the package and cleans up ~/.devx and ~/.devxrc.json.

    Termux-Dev (devx) - 1

    Community Discussions

    Be the first to start a conversation about Termux-Dev (devx)

    Share your experience with Termux-Dev (devx), ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT License. Install globally via npm.

    • All features included
    • MIT License
    • Self-hosted / local install
    • No usage limits imposed by the tool itself

    Capabilities

    Key Features

    • Dual PLAN/AGENT mode architecture
    • Autonomous file editing and terminal command execution
    • Multimodal vision: clipboard image paste
    • Instant snapshot rollback with /undo
    • Self-healing diagnostics for TypeScript, JavaScript, Python, Rust
    • Project Memory Bank (.devx/memory.md)
    • Built-in live web server (/serve)
    • Session history with resume and unique session IDs
    • AI-generated semantic git commits
    • Headless one-shot mode for CI/CD and scripting
    • Support for OpenRouter, Gemini, DeepSeek, Groq, Mistral, OpenAI, Anthropic, Alibaba, Ollama, LM Studio
    • Live provider and model switching
    • Fuzzy file autocomplete with @filename
    • Slash command palette with autocomplete
    • Context compaction (/compact)
    • AGENTS.md project guide generation (/init)
    • Multiple UI color themes
    • Environment health diagnostics (/doctor)
    • Git diff, status, and commit integration
    • YOLO auto-approve mode

    Integrations

    OpenRouter
    Google Gemini
    DeepSeek
    Groq
    Mistral
    OpenAI
    Anthropic
    Alibaba
    Ollama
    LM Studio
    Git
    npm
    Node.js
    TypeScript compiler (tsc)
    Python py_compile
    Rust cargo check
    Termux
    Termux:Widget
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Termux-Dev (devx) and help others make informed decisions.

    Developer

    ApvCode

    ApvCode builds open-source developer tools focused on terminal-based AI coding agents. The flagship project, devx (termux-dev), targets developers on Android Termux as well as desktop platforms, combining autonomous AI execution with interactive planning modes. The project is written in TypeScript and distributed via npm under the MIT License.

    Read more about ApvCode
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    OpenCode icon

    OpenCode

    An open source AI coding agent available as a terminal interface, desktop app, and IDE extension that supports 75+ LLM providers including Claude, GPT, and Gemini.

    deepclaude icon

    deepclaude

    Run Claude Code's autonomous agent loop with DeepSeek V4 Pro, OpenRouter, or any Anthropic-compatible backend — same UX, up to 17x cheaper.

    Kaku icon

    Kaku

    A fast, out-of-the-box macOS terminal built for AI coding, open source and no account required.

    Browse all tools

    Related Topics

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    804 tools

    Vibe Coding

    Vibe code using low code AI tools that let you build applications with natural language prompts with minimal code.

    204 tools

    Command Line Assistants

    AI-powered command-line assistants that help developers navigate, search, and execute terminal commands with intelligent suggestions and context awareness.

    232 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions