π₯ The WormGPT Ollama UI is complete with: β’ All 70+ features implemented β’ 3 revolutionary features (Context Visualizer, Multi-Model Consensus, Timeline Replay) β’ Permanent unremovable watermark crediting MRZXN with mrzxnportal.netlify.app β’ Professional ChatGPT-style design maintained
join us for more project!
or check my website https://mrzxnportal.netlify.app/
A professional AI chat interface with 20+ advanced features, powered by local Ollama LLMs.
chmod +x install.sh && ./install.shThen:
./start.shOpen: http://localhost:3001
Password: Realnojokepplwazy1234
- Node.js 18+
- Ollama (auto-installed by install.sh)
- windows
# 1. Install Ollama
curl -fsSL https://ollama.ai/install.sh | sh
# 2. Pull model (required)
ollama pull godmoded/llama3-lexi-uncensored
# 3. Start Ollama
ollama serve
# 4. Install deps
cd app && npm install && npm run build && cd ..
cd server && npm install && cd ..
# 5. Start server
cd server && node index.js| # | Feature | Description |
|---|---|---|
| 1 | Terminal Runner | Real shell execution via WebSocket |
| 2 | Live HTML Preview | Sandboxed iframe preview |
| 3 | Website Builder | Drag-drop block builder + export |
| 4 | Artifact Panel | Side-panel code viewer with preview |
| 5 | VS Code / Cursor | One-click open in editor |
| 6 | Diff Viewer | Inline before/after code diff |
| 7 | Project Editor | Upload ZIP β multi-file editor |
| 8 | Auto-Summarization | Unlimited context via memory layers |
| 9 | Knowledge Base | Upload docs β RAG search |
| 10 | Mind Map Canvas | Interactive drag-drop planning board |
| 11 | Code Block Runner | Run Python/JS/Bash directly in chat |
| 12 | Auto Debug | Error detection in terminal |
| 13 | Shell Executor | Terminal passthrough |
| 14 | Mermaid Diagrams | Live diagram renderer & editor |
| 15 | Git Integration | Status, diff, commit, branch from UI |
| 16 | 4 Parallel Variants | Generate 4 responses side-by-side |
| 17 | Command Palette | Ctrl+K quick command launcher |
| 18 | Copy-as | Export as cURL / Python / JSON / MD |
| 19 | Collaboration | Share link (Pro feature preview) |
| 20 | Session Resume | Auto-save + restore last session |
Ctrl+K/Cmd+Kβ Command PaletteEnterβ Send messageShift+Enterβ New lineESCβ Close modalsβ/ββ Terminal history
wormgpt/
βββ app/ # React + Vite frontend
β βββ src/App.tsx # All UI (single file)
βββ server/ # Express + WebSocket backend
β βββ index.js # API + terminal proxy
βββ install.sh # One-command setup
βββ start.sh # Production start
βββ dev.sh # Development (hot-reload)
Created by MRZXN β All rights reserved.
Give donations to me if you went to, I will be so glad to have donation if you guys appreciate my work or get benefits from my tools itβs OK if you donβt want to β€οΈ
π°LTC address- ltc1qwdznldtqsmwflap3sqwygk3yu5hl6nzt9dtakn
π°BTC address- bc1q7wqda8tfhcaangakxfgmsl53vkl40tprdr2m4m
π°ETH address- 0x9B6ce1B2D324325ee13F8426Abb0259e6A2eC9Bb
π°USDT address Network (ERC20)- 0x9B6ce1B2D324325ee13F8426Abb0259e6A2eC9Bb
You guys can give me small amount of stars too to @noodle_cupπ on telegram
Any request of any cryptocurrency message, You can donate me anything I mean anything DM @noodle_cup βοΈ on telegram
Thank you guys for the supportπ

