Powered by Ollama + qwen3:4b or other models | Black/white Claude Code aesthetic
1. Install dependencies + double click bat file named Startup.bat
2. Open terminal and type byte --setup
3. Type byte --web for web GUI
OR: terminal mode byte --cmd
🌍 Full English GUI
🤖 New Ollama model support
📉 Lightweight architecture
⛅ Weather viewing added
🧠 Faster startup
👾 No More
🦅 Byt3:Coder 🤫| Feature | Description |
|---|---|
| 🌐 Web GUI | Local web app at localhost:7821 |
| 💬 Chat | Stream chat with any Ollama model |
| ◻ Models | Select, switch, pull models from GUI |
| ⚙️ Settings | Emoji, name, system prompt, contacts |
| 🔌 Integrations | WhatsApp, Discord, Telegram |
| 📋 Dashboard | Status, quick commands, activity log |
Hey Byte, open Chrome
Hey Byte, text John Hello
Hey Byte, check my WhatsApp
Hey Byte, check my Instagram DMs
Hey Byte, send Discord message to general: I'm here
Hey Byte, send Telegram: meeting at 5pm
Hey Byte, open VS Code
byte menu
byte --cmd direct chat
byte --web web GUI
byte --quick "Q" one-shot answer
byte --model NAME set model
byte --port 8080 custom port
byte --setup re-run onboarding- Requires:
pip install selenium - First run: scan QR code → session saved automatically
- Go to: discord.com/developers/applications → Bot → Token
- OR use a Webhook URL (easier)
- Message @BotFather → /newbot → copy token
- Find chat_id:
api.telegram.org/bot<TOKEN>/getUpdates
- Python 3.8+
- Ollama installed and running
pip install flask requests selenium
