Supertonic 3 Guide: 31-Language Browser TTS
Supertonic 3, a 99M-parameter, 31-language text-to-speech model designed for local ONNX Runtime inference, is now available in OfflineTTS with 10 built-in voice presets, speed and step controls, wavef…
Supertonic 3, a 99M-parameter, 31-language text-to-speech model designed for local ONNX Runtime inference, is now available in OfflineTTS with 10 built-in voice presets, speed and step controls, wavef…
Imagerry, a freemium 100% client-side image converter and utility suite, has launched on Hacker News. The tool processes all conversions locally using HTML5 Canvas and WebAssembly, supporting formats …
Svetovid, a new WebGPU-powered tool, enables real-time visualization and debugging of PyTorch models, NumPy arrays, and large datasets directly in the browser. The tool supports interactive exploratio…
A developer built a private, local mental health AI assistant using WebLLM and React, running Llama-3-8B directly in the browser via WebGPU to ensure sensitive data never leaves the user's device. The…
A free, open-source AI video clipper that runs entirely in the browser without uploading files has been released. The tool uses OpenAI Whisper for transcription and Qwen3.5-2B for clip selection, all …
Google released LiteRT.js on July 9, 2026, a JavaScript binding of LiteRT that runs .tflite models in browsers via WebAssembly, XNNPACK on CPU, ML Drift over WebGPU, and experimental WebNN for NPUs. G…
A developer built PrivateScribe, an offline AI note-taking app that runs entirely in the browser using WebGPU, with zero data leaving the device. The tool handles note summarization, email drafting, a…
Tenclicker is a new browser-based clicker game that uses a WebLLM AI running locally via WebGPU to generate custom games from user prompts, with no server or API key required.…
A solo developer built Forge3D Spaces, a browser-based CAD tool that generates a furnished 3D house from a single sentence. The system uses an LLM to emit a structured program, which a deterministic s…
A browser extension can now run a small language model locally, with no server or API key, using either Chrome's built-in Gemini Nano or a custom model via Transformers.js on WebGPU. The approach enab…
A developer built a private health consultation bot that runs entirely in the browser using WebLLM and WebGPU, eliminating the need for backend servers and ensuring zero data leakage. The system execu…
A new interactive companion to a primer on large language models and agents lets users experiment with a toy chatbot named Bean, designed for a fictional coffee shop, to explore how LLM harnesses func…
Google launched LiteRT.js on July 9, a JavaScript runtime that runs AI models entirely in the browser via WebAssembly, eliminating server costs and data leaving the device. It outperforms TensorFlow.j…
OCR Buddy, a free and open-source Chrome extension, provides fully local OCR for code, formulas, and tables using PaddleOCR's PP-OCRv5 on ONNX Runtime Web, ensuring no data leaves the user's machine a…
A developer built Cutout, an AI background remover that runs entirely in the browser using WebAssembly and WebGPU, ensuring no photos are uploaded to any server. The tool offers instant removal, batch…
WebAssembly (WASM) and the Ternlight framework enable compact, high-performance AI deployment for low-bandwidth areas. The approach uses model compression, WASM conversion, and offline operation to de…
A developer built a fully procedural 4x4 km open world in the browser using Three.js and WebGPU, with the code generated almost entirely by Anthropic's Claude Fable 5 model. The project, called LAAS, …
A developer launched AskPG, a real-time WebGPU-powered AI avatar of Paul Graham that provides startup advice by applying Graham's ideas to users' specific situations. The tool supports text and voice …
The Servo browser engine released version 0.3 with improvements including CSS font features, new DOM APIs, SpiderMonkey updates, and WebGPU support, while operating on less than $8,000 in monthly dona…
A developer created a WebGPU-based explainer that visualizes the difference between agent loops and fixed workflows in AI systems. The tool shows how agents iteratively think, generate tool calls, and…