Awsom
Awsom is a browser-based chat application that runs large language models locally on your device. Uses WebLLM, WebGPU, and WASM to process everything locally without sending data to servers.
• WebAssembly (WASM) handles the heavy computation, running code at near-native speed directly in your browser.
• WebGPU taps into your graphics card for parallel processing. Works best on Apple Silicon chips.
• Note: WebGPU support is required, so not all browsers are compatible. Chrome, Edge, and Safari (with WebGPU enabled) are recommended.
Next.jsReactTypeScriptWebLLMWebGPUWASM