Use Kronk for self-hosted Go inference
mainKronk is a FOSS Go SDK designed for native, self-hosted model inference. It allows you to run models (including vision, audio, embeddings, and rerankers) directly within your Go applications without requiring Python, CGO, or a network hop to external services like Ollama.
Key benefits include:
- No Per-Token Costs: Since you run models on your own hardware.
- Privacy: Data never leaves your environment.
- Native Performance: Supports GPU acceleration when available and is optimized for CPU performance.
- Small Model Support: Capable of running quantized small models (e.g.,
Qwen3.5-0.8B-Q8_0) on standard consumer hardware like laptops.