Kimi-K3
Kimi K3 is an open-weight, 2.8T-parameter native multimodal agentic model with a 1M-token context window, designed for frontier coding, knowledge work, and reasoning tasks.
It provides a unified runtime for next-generation computing formats like UMC and LDP, and enables cross-format debugging and search via source maps and accessibility trees.
The programmable, format-agnostic browser runtime powered by WebAssembly.
Stop rebuilding document viewers from scratch. Omnishell treats network protocols, compression algorithms, archive structures, and file formats as simple, hot-swappable Wasm plugins.
Omnishell includes a robust baseline layer, allowing developers to immediately build on top of standard web protocols:
file:// (builtin) | http:// | https://zstd | gzip | deflate | raw-deflatezipmarkdown ➔ htmlhtml | svg | png | jpg | wasm (builtin)Planned features include cross format debugging and search capabilities by using the accessibility tree exported by view plugins and source maps exported by transform plugins, Omnishell delivers a built-in debug server and multimodal search natively across any file type.
Omnishell was built to host next-generation computing formats. It serves as the official runtime and testing environment for:
0.1bpp @30+dB PSNR on video with symmetric 500MPs
encoding/decoding throughput.Want to bring Typst, Iroh, BitTorrent, Pdf, Brotli, or DjVu to
Omnishell? Or integrate a js engine like Boa? Check out components/content/svg
to see how to compile your first plugin to Wasm in minutes.
All plugins either take or return a Content type:
struct Content {
url: String,
info: MimeInfo,
length: u64,
content: ContentReader,
}
struct MimeInfo {
/// corresponds to the http `content-type` header
mime: String,
/// corresponds to the http `content-encoding` header
encoding: Option,
}
network plugin: handles a url scheme, takes an url and returns a content record. examples: http
archive plugin: handles a mime type, takes a content record and a path and returns a new content record. examples: zip
compression plugin: handles content-encoding, takes a content record with a content
The programmable, format-agnostic browser runtime powered by WebAssembly.
Similar projects matched by category, topics, and programming language.
Kimi K3 is an open-weight, 2.8T-parameter native multimodal agentic model with a 1M-token context window, designed for frontier coding, knowledge work, and reasoning tasks.

A comprehensive guide for building and configuring a high-end local machine to run state-of-the-art LLMs, with detailed hardware choices, BIOS tuning, and Docker-based model serving.
Nativ is a native macOS app that lets you run AI models locally on Apple silicon, offering chat, model management, performance analytics, and an OpenAI/Anthropic-compatible API server.