

BaseRT
#24 en AutresUnknown · 2× · vu le 23 juil. 2026
BaseRT is a native Metal Inference runtime for large language models (LLMs) developed by Base Compute (Melbourne/Berlin) specifically for Apple Silicon devices, without relying on intermediate layers such as MLX, PyTorch, or CoreML. The product consists of a CLI (basert), a proprietary model format (.base), an OpenAI-compatible server API, and language bindings for Python, Node, Rust, and Swift. According to the manufacturer and accompanying research papers, BaseRT achieves the highest measured Inference throughput on Apple M-series chips among all tested local runtimes, including faster performance than llama.cpp and MLX. The core repository is Open Source under Apache 2.0 license, while the precompiled engine binary is subject to a separate proprietary license.
Fonctionnalités
| License | CLI, .base format, C API, and language bindings: Apache-2.0 (open source); engine binary: separate proprietary license |
| Platform | Apple Silicon (M1 or later), macOS 14+; supports all Apple M-series devices |
| Release Date | Initial release July 2026 (arXiv paper dated July 1, 2026); latest engine version 0.1.7 released July 21, 2026 |