Run KOLDOS on your own computer
- Release
- No public build yet
- Downloadable model launch
- Planned window: Dec 30, 2026 to Feb 10, 2027A planned window, not a fixed release date.
- Version
- Pending. Not published yet
- Price
- Not final. Not final. KOLDOS Local may be offered for free.
Download
No public build has been published yet
Operating systems
Support will be announced per system and version.
| System | Status | Versions | Architectures |
|---|---|---|---|
| Windows | In development | Windows 11, the first platform | x86-64 with an NVIDIA GPU |
| Linux | Planned | Pending. Linux is in scope. Process handling on POSIX systems has not been verified yet. | Pending. Not published yet |
| macOS | Planned | Pending. macOS is supported on a best-effort basis. | Pending. Not published yet |
GPU acceleration
Which hardware KOLDOS Local can use to speed up inference.
- NVIDIA GPUsllama.cpp with CUDA. Measured on a GeForce RTX 5050 (8 GB) and an RTX 4050 Laptop GPU (6 GB).In development
- AMD GPUsRadeon RX cards. Not measured with KOLDOS.Pending. Not published yet
- Intel GPUsArc discrete cards. Integrated Intel graphics share system RAM, so the hardware checker treats them like the CPU.Pending. Not published yet
- Apple SiliconM-series chips share one pool of unified memory between the CPU and GPU. Not measured with KOLDOS.Pending. Not published yet
- CPU onlyRunning the main model from system RAM on the CPU. The optional vision model and OCR already run on the CPU.Pending. Not published yet
Requirements
Minimum, recommended and high-end
| Component | MinimumThe lowest configuration that will be supported. | RecommendedThe mid-range machine KOLDOS is designed around. | High-endFor the largest models and longest contexts. |
|---|---|---|---|
| Operating system | Windows 11All tiers | ||
| CPU | Pending. Not published yet | Pending. Not published yet | Pending. Not published yet |
| RAM | Pending. Not published yet | 24 GB | Pending. Not published yet |
| GPU | NVIDIA GPU with CUDAAll tiers | ||
| VRAM | Pending. No official minimum yet. KOLDOS runs today on a 6 GB laptop GPU with Q5_K_M and a 24K context. | 8 GB | 10 GB or more: the runtime profile moves to Q6_K with a 32K context |
| Storage | Pending. Not published yet | About 5.2 GB for the Q5_K_M model file, plus project memory and traces | Pending. Not published yet |
| Internet | Not needed for local chat and coding. Needed to download KOLDOS and the model file, and for web search.All tiers | ||
| Models | KOLDOS 7B | KOLDOS 7B, Q5_K_M | Pending. KOLDOS 7B is the only model today. A 22B model is a future plan. |
What the numbers depend on
Until official figures exist, this is what the estimate says the models need at 4-bit with a 4K context. It is arithmetic from model size, not a promise.
How the estimate works| Model | To run fully on a GPU | To run on the CPU only | Model file |
|---|---|---|---|
| KOLDOS 7BAvailable | 5.2 GB VRAM | 8 GB RAM | 4.0 GB |
| KOLDOS 22BFuture | 14.4 GB VRAM | 18 GB RAM | 12.4 GB |
Installation
From download to first reply
Draft guide
- 01
Check what your computer can run
The hardware checker estimates which model size and quantization fit in your GPU memory and RAM before you download anything.
Open the hardware checker - 02
Download the installer
Installers will be listed on this page for each supported operating system, with their version, file size and SHA-256 checksum.
Pending. Not published yetNo public build has been published yet.
- 03
Verify the file
Compare the checksum of the file you downloaded with the one listed here. If they differ, delete the file and download it again.
Windows (PowerShell) Get-FileHash .\<installer-file> -Algorithm SHA256macOS shasum -a 256 <installer-file>Linux sha256sum <installer-file> - 04
Install and open KOLDOS Local
Run the installer and start the app. Platform-specific steps will be documented with the first build.
Pending. Not published yetExact steps depend on the installer format, which has not been published.
- 05
Download the model file
KOLDOS 7B uses a single GGUF file of about 5.2 GB at Q5_K_M. It is the longest step on a slow connection.
Compare the models - 06
Set context length and GPU offload
Start with the configuration suggested below for your hardware. A longer context lets the model read more text at once but uses more memory.
Suggested first settings
- Model
- KOLDOS 7B
- Quantization
- 6-bit
- Where it runs
- GPU inference
- GPU offload
- All layers
- Context to start with
- Up to 32K
When a connection is needed
Local inference does not need a model server. Getting KOLDOS onto your machine, and features that talk to other services, need a connection. Whether the app works fully offline has not been specified.
Questions about KOLDOS Local:
Discord username
itzkoldkir
- Downloading KOLDOS Local and model files
- Yes
- Chatting with a downloaded model
- Not specified. Whether local chat works fully offline has not been specified.
- Web search
- Yes, when the feature ships
- Using the KOLDOS API
- Yes
- Updates
- Not specified. How updates are delivered has not been announced.