The WhatsApp bot that does it all (so you don't have to).
Built with Neonize.
📚 Read the Docs
Because life is too short for boring bots.
- Agentic AI: A smart assistant that remembers context, executes commands, and might just be your new best friend.
- Universal Downloader: Grab videos from YouTube, TikTok, Instagram, and 1000+ other sites. Yes, even that one.
- Mod Toolkit: Keep your groups clean with anti-link, anti-delete, warnings, reports, and blacklists.
- Time Travel: Okay, not really, but our Scheduler lets you send messages in the future (cron supported!).
- Webhooks: Stream bot events into your own apps, Discord, CI, or alerting stack.
- Database-Backed State: SQLite out of the box, PostgreSQL when you need it.
- Polyglot: Speaks English and Indonesian fluently. Add your own language if you're feeling adventurous.
- Shiny Dashboard: A web interface to manage everything because terminals are scary sometimes.
Linux / macOS:
curl -fsSL https://raw.githubusercontent.com/MhankBarBar/zero-ichi/master/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/MhankBarBar/zero-ichi/master/install.ps1 | iexpip install uv
git clone https://github.com/MhankBarBar/zero-ichi
cd zero-ichi
uv sync
cp .env.example .envuv run zero-ichiCommon CLI options:
uv run zero-ichi --debug --auto-reload
uv run zero-ichi --qr
uv run zero-ichi --phone 6281234567890
uv run zero-ichi --dashboard
uv run zero-ichi --session my_session
uv run zero-ichi updateScan the QR code and you're in business.
Everything you need to know, neatly organized:
src/commands/: Where the magic happenssrc/core/: The brainsrc/dashboard/: The pretty facesrc/locales/: The dictionary
