Skip to content

kizashix/open-webui-DXMatrix_Edition

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

πŸš€ Open Web UI - DXMatrix v1.0.1 – CPU-only Windows Native Build

DXMatrix Edition – Native Windows Build πŸ’»πŸ§ 

β˜• Support My Work

If you found this project useful, consider buying me a coffee to fuel more DXMatrix drops and open-source magic!

image

https://buymeacoffee.com/dxmatrix

Your support keeps this project thriving πŸ’œ

πŸš€ A lightweight, CPU-only, Windows 11 native build of Open WebUI, reimagined for DXMatrix-style workflows.

Latest Release Repo Size Forked From


πŸ’‘ What is DXMatrix Edition?

This is a zero-dependency, offline-first fork of Open WebUI designed for:

  • πŸ–₯️ Native Windows 11 execution
  • 🧩 CPU-only inference (no CUDA/GPU required)
  • ❌ No Docker / No WSL / No Linux
  • βœ… Ollama or LM Studio local model support
  • 🧬 Enhanced UI/UX for fast desktop agent dev

βš™οΈ Installation & Quick Start

πŸ”— Download the latest ZIP release here

πŸ›  Requirements

  • Windows 11
  • Node.js 18+
  • Python 3.10+
  • PowerShell 7+

πŸš€ One-Click Launch (Recommended)

🎯 Run everything in one go!

./start-both-servers.bat
This script will:

βœ… Launch the backend with Uvicorn

βœ… Start the frontend (SvelteKit / Vite)

βœ… Open two terminals so you can monitor both

Once both servers are running, visit:

arduino
Copy
Edit
http://localhost:3000
πŸ’‘ This is the easiest way to get started β€” no Docker, no WSL, just native speed and control.

🧰 Manual Setup (Optional)
powershell
Copy
Edit
# Extract the ZIP
cd .\DXMatrix-Win11-1.0.1_CPU

# Create & activate Python virtual env
python -m venv venv
.\venv\Scripts\Activate.ps1

# Install Python backend dependencies
pip install -r backend\requirements.txt

# Start backend
cd backend
uvicorn main:app --host 127.0.0.1 --port 8000 --reload
Then, open a new terminal for frontend:

powershell
Copy
Edit
# From root folder
npm install
npm run dev
Access the UI: http://localhost:3000

πŸ§ͺ Features (Compared to Upstream)
Feature	DXMatrix Edition βœ…
Runs natively on Windows	βœ…
CPU-only (no GPU / CUDA)	βœ…
No Docker, no WSL	βœ…
Local Ollama / LM Studio support	βœ…
Offline-first	βœ…
Dev-focused tweaks (DXMatrix-ready)	βœ…

πŸ”— Credit
This fork is based on the brilliant Open WebUI project by @tjbck. All core functionality is preserved β€” this build simply retools the experience for Windows-native, no-dependency power users.

🧠 Author
Made with πŸ’œ by @kizashix
🌐 https://matrixlogiclabs.com
πŸ“© ammar@ag38.me

Let's make AI personal, fast, and hacker-friendly again ⚑

python

---

About

πŸš€ A lightweight, **CPU-only**, **Windows 11 native build** of [Open WebUI](https://github.com/open-webui/open-webui), reimagined for DXMatrix-style workflows.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 35.1%
  • Svelte 30.5%
  • Python 25.9%
  • TypeScript 4.9%
  • CSS 3.2%
  • Shell 0.2%
  • Other 0.2%