ZynoxAI

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."
โ€” Developer

Ready to get started?

Install ZynoxAI today and let AI handle the repetitive work.

GitHub โ†’