Mirid Runtime for Windows
This repository hosts the frozen local-inference runtime used by the Mirid desktop app. It is a release channel, not a model.
On first launch, Mirid downloads the runtime archive, verifies its exact size and SHA-256 hash, then installs it in the user's application-data directory. Later Mirid releases can update this runtime independently of the desktop installer.
The default Windows x64 package includes:
- the Mirid backend and voice service;
- current
llama.cpprunners for CPU, Vulkan, and CUDA 12; - CUDA-enabled
llama-cpp-pythonandstable-diffusion-cpp-pythonbuilds; - the Python and native dependencies required by Mirid's default feature set.
runtime-release.json is the machine-readable stable-channel manifest. Mirid pins each asset by filename, byte size, and SHA-256 digest before installation.
Source code is available in the Mirid source repository under the GNU Affero General Public License v3. The repository URL still carries the project's former name. Bundled third-party components remain subject to their respective licences.