Create with AI,
naturally.
ZynoxAI turns natural language into files, folders, and commands. Powered by GPT, Gemini, Grok, and DeepSeek.
โก Zero Config
๐ง Smart Memory
๐ง Auto-Install
๐ฌ Telegram Bot
๐ Web UI
4+
AI Providers
3
Interfaces
100%
Open Source
MIT
License
Features
Everything you need to automate your workflow
Natural Language
Describe what you want in plain English. No complex commands to memorize.
Conversation Memory
Remembers context across commands. Save and load sessions anytime.
Smart Auto-Install
Detects missing packages and installs them automatically.
Telegram Bot
Control ZynoxAI from anywhere via Telegram. Full remote access.
Web Dashboard
Modern web interface with chat, terminal, and settings panel.
Code Generation
Generates Python, JavaScript, HTML, JSON, and more with real content.
Quick Start
Get up and running in minutes
# Step 1: Install Dependencies # Update package manager pkg update && pkg upgrade # For Termux # OR sudo apt update && sudo apt upgrade # For Linux # Install Python if not installed pkg install python # Termux # OR sudo apt install python3 # Linux # Install required Python packages pip install requests colorama Step 2: Clone/Create ZynoxAI # Download the script git clone https://github.com/BugeStudioTeam/Zynox.git # Rename mv Zynox ZynoxAI cd ~/ZynoxAI # Step 3: Set Up Alias (Optional but Recommended) # Add alias to ~/.bashrc echo "alias zynox='python ~/ZynoxAI/zynox.py'" >> ~/.bashrc source ~/.bashrc # Or for Termux with ~/bin directory mkdir -p ~/bin ln -s ~/ZynoxAI/zynox.py ~/bin/zynox chmod +x ~/ZynoxAI/zynox.py # Step 4: Verify Installation # Should show the ZYNOX logo zynox # Should show help menu zynox --help # Should show about menu zynox --about
zynox "create a folder called myproject"
Create a folder
zynox "find abc.txt and read it"
Search and read file
zynox "list all files"
Execute system commands
zynox --web
Start web server (port 5000)
zynox --telegram-bot TOKEN
Start Telegram bot
zynox --new-session
Start fresh conversation
AI Providers
Choose the model that works best for you
OpenAI
GPT-4o ยท GPT-3.5
Gemini
1.5 Flash ยท 1.5 Pro
Grok
Grok-ฮฒ ยท Grok-2
DeepSeek
Chat ยท Coder
"ZynoxAI completely changed how I prototype. Instead of typing mkdir, touch, and writing boilerplate, I just describe what I need and it's done."