Vibe coding on your mobile phone. A modular, self-evolving AI-powered system for Termux in your phone, designed to control the device and automate complex tasks, create apps in seconds. If you can imagine it, the AI Agent can build it, execute it, and expand the system's own capabilities.
# š³ acornix **The intelligent seed for your Termux ecosystem.** `acornix` is an AI-powered assistant designed to generate apps, manage plugins, and automate workflows directly from your terminal. Built with a nod to the legacy of **Acorn Computers** and the power of **ARM** architecture, it transforms your phone into a portable development powerhouse. --- [Watch acornix create app Video DEMO](https://github.com/user-attachments/assets/5c12029a-2aed-4e9f-90ef-2feb5fdfcc4f) --- ## 1. Environment Setup (Android) Before touching the code, you need the base tools on your mobile device: * **Install Termux:** Download it preferably from F-Droid or its official GitHub (the Google Play version is obsolete). [Termux](https://f-droid.org/es/packages/com.termux/) * **Install Termux:API:** Download the Termux:API extension (this allows the AI to control phone functions). [Termux:API](https://f-droid.org/es/packages/com.termux/) Open Termux and update everything is up to date before you begin: ```bash pkg update && pkg upgrade ``` --- ## 2. Initial Configuration Open Termux and make sure everything is updated before starting: ## š Quick Install Run this command in Termux to set up everything automatically (dependencies, permissions, and alias): ```bash pkg update && pkg upgrade -y && pkg install python git termux-api binutils -y && termux-setup-storage && git clone https://github.com/gonzaroman/acornix.git && cd acornix && pip install requests python-dotenv psutil && echo "alias acornix='cd ~/acornix && python main.py'" >> ~/.bashrc && source ~/.bashrc && python main.py ``` Note: You'll be asked for storage permissions. Please grant them to allow acornix to save your projects. ⨠Key Features AI App Generator: Create web apps and scripts using natural language. Plugin System: Extend acornix capabilities with modular plugins. Termux Native: Fully optimized for mobile environments and ARM processors. Zero Config: The one-liner takes care of everything, in
Google's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.
Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.
Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.
Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.
Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.
Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.