Offering a full web dashboard (local/remote network access) UI for vllm-mlx (AI-coded, open source) #393
Replies: 1 comment
-
|
Update — April 2026 (v0.3.57) A lot has changed since the original post. The biggest change: the entire UI was rewritten from Streamlit to a custom Vue 3 + FastAPI application. This fixed the flickering, lag, and layout limitations of the Streamlit version and enabled a proper reactive UI. The Homebrew tap and install experience also got a full overhaul. Here's a summary of what the dashboard looks like today: Installationbrew tap clickbrain/vllm-mlx-ui
brew install vllm-mlx-ui
vllm-mlx-uiUpdates are handled through the UI — a notification banner appears when a new version is available and lets you update in one click. No manual What's in the dashboard todayChat
Models
Serve
Benchmarks
Settings
Docs
Repository: https://github.com/clickbrain/vllm-mlx-ui Still AI-assisted development (GitHub Copilot / Claude), still running on my M4 Max. Happy to answer questions or take feedback. PR offer stands if the maintainers are ever interested. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
EDIT 2: Copilot ran a security and code audit on the system, but it sill has not been thoroughly tested in use. Doing that now.
EDIT: Apologies, Copilot got a little ahead of itself, I have not tested this thoroughly and it posted the discussion before I was ready. Will update once I have it actually tested for remote access and local access. This has also not been tested for any security issues on remote access.
The following was written by Copilot.
Hi everyone,
I wanted to share and offer back a web-based dashboard UI I had built for vllm-mlx using AI tools (GitHub Copilot / Claude). I am not a developer — I use vllm-mlx for personal AI inference on my Apple Silicon Mac and wanted a friendly graphical interface.
What it is:
A Streamlit browser dashboard exposing every function of vllm-mlx through an easy, no-code interface. You can:
modelfieldRepository: https://github.com/clickbrain/vllm-mlx-ui
Disclosure: This was entirely designed and implemented by AI. I directed the work and tested it on my own machine. I am offering it transparently as an AI-authored contribution.
Install for non-developers:
bash <(curl -fsSL https://raw.githubusercontent.com/clickbrain/vllm-mlx-ui/main/install.sh)I would be happy to open a PR if the maintainers think this would be a good addition to the main repository. Equally happy to keep it as a separate project if you prefer. No pressure either way — just wanted to give back to a project I find incredibly useful.
Thanks for building vllm-mlx!
Beta Was this translation helpful? Give feedback.
All reactions