This release delivers a significant AI model upgrade, smoother distribution,
and full Docker integration for the dashboard. BizNode is now simpler to install,
harder for antivirus to flag, and smarter out of the box.
BizNode now ships with Qwen3.5 4B as the default AI model —
Alibaba's latest generation LLM. At just 4 billion parameters it outperforms many
7B models, making it ideal for running locally on modest hardware.
★
Sharper Reasoning — Better logical deduction, planning, and multi-step problem solving than previous generation.
★
Thinking Mode — Built-in chain-of-thought reasoning for complex queries. More accurate, less hallucination.
★
Multilingual — Strong performance across 100+ languages. Ideal for global business communication.
★
Faster Responses — More efficient architecture means quicker replies at 4B size on CPU & GPU.
★
Better Instruction Following — Follows complex prompts more accurately, fewer misunderstood requests.
★
Smaller Footprint — ~2.5 GB download. Runs on 8 GB RAM with no GPU required.
📦
ZIP Distribution
No more EXE installer. Download BizNode.zip, extract, run setup.bat — zero antivirus false positives.
🚀
Ollama Auto-Install
setup.bat now detects if Ollama is missing and installs it automatically, then pulls the default model.
🚧
Dashboard in Docker
Dashboard now runs as a Docker service. docker compose down cleanly stops port 7777.
📄
Multi-Database
Choose SQLite, MySQL, or PostgreSQL from the Setup panel. Auto-detect finds what's running locally.
🔄
Restart Bot Button
Change LLM model in Setup and restart the bot container instantly from the dashboard.
🔒
License System
Ed25519 USB license enforcement. 10-day free trial with server-side registration gate.
- feat Default AI model changed from qwen2.5 to qwen3.5:4b across all services
- feat scripts/check_ollama.py — auto-detects, installs, and pulls Ollama models on first run
- feat Distribution changed from EXE to ZIP — no antivirus false positives
- feat Dashboard containerised — added docker/dashboard/Dockerfile and dashboard service
- feat db_adapter.py — transparent SQLite / MySQL / PostgreSQL support
- feat Restart Bot button added to Setup panel in dashboard
- imp setup.bat now runs 3-step setup including Ollama model download
- imp run_dashboard.py detects Docker and binds 0.0.0.0 automatically
- sec Ed25519 license validation with USB binding and server-side trial check
- fix datetime.utcnow() deprecation warnings resolved
- fix Dashboard port 7777 now fully controlled by docker compose down