Skip to content

MBed0/byt3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alt text

🐦‍⬛ Byte — Personal AI Assistant

Python Ollama Model Model Model

Powered by Ollama + qwen3:4b or other models | Black/white Claude Code aesthetic

Quick Start

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

News

🌍 Full English GUI

🤖 New Ollama model support

📉 Lightweight architecture

⛅ Weather viewing added

🧠 Faster startup

👾 No More 

🦅 Byt3:Coder 🤫

Features

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

Commands (in chat)

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

CLI Options

 
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

WhatsApp

  • Requires: pip install selenium
  • First run: scan QR code → session saved automatically

Discord

  • Go to: discord.com/developers/applications → Bot → Token
  • OR use a Webhook URL (easier)

Telegram

  • Message @BotFather → /newbot → copy token
  • Find chat_id: api.telegram.org/bot<TOKEN>/getUpdates

Requirements

  • Python 3.8+
  • Ollama installed and running
  • pip install flask requests selenium