ChatLLM Web v2.0.0
ChatLLM Web 2.0 is a complete rebuild for private, browser-native AI chat.
Highlights
- New Motion Lexicon v4 interface with responsive desktop and mobile layouts
- Current MLC WebLLM runtime with Llama 3.2 1B and an approximately 880 MB first download
- Web Worker inference with streaming Markdown, syntax highlighting, and math rendering
- Local conversations, search, Command-K palette, keyboard shortcuts, dark mode, and PWA support
- Production deployment on Cloudflare Pages
Breaking changes
- Removed the old Next.js, DaisyUI, Vicuna 7B, and bundled 2023 WebLLM paths
- Requires Node.js 20 or newer for local development
- Requires a current WebGPU-capable Chrome or Edge browser for inference
Links
- Live app: https://chatllm-web.pages.dev
- Source: https://github.com/Ryan-yang125/ChatLLM-Web
Validation
- TypeScript, ESLint, and Vitest passed
- Production build completed successfully
- Production dependency audit reports zero vulnerabilities
- Desktop, mobile, command palette, theme, and model load/cancel flows were browser-tested