openvino — Sovereign Local LLM (OpenVINO GenAI)
OpenAI-compatible server + Ollama-like CLI for Qwen3 and other text models exported to OpenVINO IR. Intel Arc iGPU (Vulkan) ready, 100% uv, typer + rich, no sh wrappers.
Stack
- Python 3.12,
uv,openvino-genai==2026.3.1,optimum-intel==2.1.0,transformers,fastapi+uvicorn,huggingface_hub,httpx,typer,rich,python-dotenv src/openvino/config.py— plain frozen dataclass (no YAML)CONTRACT.md— source of truth
Install
# From project root
uv sync --python 3.12
make uv-link # or: uv tool install --editable . --force
openvino --help
Or directly:
uv tool install --editable . --force
Usage
openvino ls # list local IR models
openvino ps # show loaded model
openvino pull qwen3:1.7b # HF Qwen/Qwen3-1.7B → IR
openvino pull Qwen/Qwen3-4B # HF id direct
openvino rm qwen3:1.7b
openvino search qwen3
openvino show qwen3:1.7b
openvino run qwen3:1.7b "Bonjour"
# Server (systemd)
systemctl --user enable --now openvino.service
curl -s http://127.0.0.1:11437/health | jq
curl -s http://127.0.0.1:11437/v1/models | jq
# Env
OPENVINO_HOME=~/.local/share/openvino # models root
OPENVINO_URL=http://127.0.0.1:11437
OPENVINO_HOST=127.0.0.1:11437 # or just :11437 (Ollama-style, host optional)
Development
make check # ruff + pyright + pytest
make help
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
k_openvino-0.2.0.tar.gz
(20.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file k_openvino-0.2.0.tar.gz.
File metadata
- Download URL: k_openvino-0.2.0.tar.gz
- Upload date:
- Size: 20.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.10.3 {"installer":{"name":"uv","version":"0.10.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"26.04","id":"resolute","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7cb80ab866d57a09b84cabec8991491f56d8fb75fd87b923d542176b21c7259f
|
|
| MD5 |
0d905098226f9b4183d2196a57d068f7
|
|
| BLAKE2b-256 |
9e08b4939302a47d86ac171ff044b0abf4f9773c4a7b9ed891a4460b87e674c0
|
File details
Details for the file k_openvino-0.2.0-py3-none-any.whl.
File metadata
- Download URL: k_openvino-0.2.0-py3-none-any.whl
- Upload date:
- Size: 22.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.10.3 {"installer":{"name":"uv","version":"0.10.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"26.04","id":"resolute","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd506a7af0cc8feddca778efbae6cafd088e2258ee68ea36cac3ffea75fad570
|
|
| MD5 |
d3956f2ca78acf623b467fcf793ed607
|
|
| BLAKE2b-256 |
855b30d868a62e309354f47cb809e15fbb22ad38fffb13f9d10837e65cb90813
|