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:11436/health | jq
curl -s http://127.0.0.1:11436/v1/models | jq
# Env
OPENVINO_HOME=~/.local/share/openvino # models root
OPENVINO_URL=http://127.0.0.1:11436
OPENVINO_HOST=127.0.0.1:11436 # or :11436 (Ollama-style)
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.1.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.1.0.tar.gz.
File metadata
- Download URL: k_openvino-0.1.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 |
b38328488b35de1fbceedf3eaecc0c58795bbcfab4f5b8b9311ef410edcba988
|
|
| MD5 |
399edc53ffa33642384e5126597cad72
|
|
| BLAKE2b-256 |
56a4bc34d9ef952d8613c2cc18e2be12b96d4f817d377598f29a2a28ee3f202b
|
File details
Details for the file k_openvino-0.1.0-py3-none-any.whl.
File metadata
- Download URL: k_openvino-0.1.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 |
fee62b8840f41974e7300f844e072e83a2d594366a12f8034d85c854d09c24a3
|
|
| MD5 |
2702c6dd3767aac4c0aad1ba18025225
|
|
| BLAKE2b-256 |
937ded6824864dd5aaa9f7b2bdc5d527c194a220ef7f62f2ab052452f63780bb
|