TinyAgentOS Rockchip RK3588 Binary Mirror

Pinned binary mirror for the TinyAgentOS Rockchip RK3588 verified install path. Maintained by the TinyAgentOS team, mirrored from the original sources listed below at the verification dates shown. Update only when re-verified end-to-end.

What's mirrored

File (in this repo) Size Origin SHA256 Verified on TAOS version Verified date
librknnrt-2.3.0-c949ad889d-20241107.so 7.3 MB Rockchip librknnrt runtime 2.3.0, build c949ad889d, 2024-11-07 β€” originally distributed via darkbit1001/Stable-Diffusion-1.5-LCM-ONNX-RKNN2 and happyme531/* HF repos 73993ed4b440460825f21611731564503cc1d5a0c123746477da6cd574f34885 0.4.0 2026-04-11
models/qwen3-embedding-0.6b.rkllm 935 MB dulimov/Qwen3-Embedding-0.6B-rk3588-1.2.1 (w8a8-opt-1-hybrid-ratio-0.5) 417d4a9d413b03089a2b9e4f31fb36a9ea3c45c92bcb19dcce6cc3873af88967 0.4.0 2026-04-11
models/qwen3-reranker-0.6b.rkllm 935 MB dulimov/Qwen3-Reranker-0.6B-rk3588-1.2.1 (w8a8-opt-1-hybrid-ratio-0.5) 192795fd984051c85ba4c2a75c6b97e7971d9b66964083e144c6d2db96c9176a 0.4.0 2026-04-11
models/qmd-query-expansion-1.7b.rkllm 2.4 GB Locally converted from Qwen/Qwen3-1.7B with rknn-toolkit2 by the TinyAgentOS team β€” no public upstream mirror exists 1cbc71a05fc9c789c2ec12b72b580c4cad74d91f5d04679e8256cf4ecb6d712c 0.4.0 2026-04-11

Why this mirror exists

The Rockchip RK3588 install path for TinyAgentOS depends on a handful of binary artifacts that are not part of any official package index β€” they live in ad-hoc community HuggingFace repos (dulimov/*, happyme531/*, darkbit1001/*) that could be renamed, deleted, or re-uploaded with different contents at any time. If that happened, the scripts/install-rknpu.sh installer would silently break for every Rockchip user.

This mirror is TinyAgentOS's reproducibility commitment: every binary that the verified RK3588 install path needs is pinned here, with a SHA256 checksum that the installer verifies after download. If the original upstream vanishes, the install path still works. If any file here changes, the installer hard-fails rather than silently accepting a potentially tampered binary.

How to use

# librknnrt 2.3.0 runtime (replaces /usr/lib/librknnrt.so)
curl -fL -o librknnrt.so \
  https://huggingface.co/jaysom/tinyagentos-rockchip-mirror/resolve/main/librknnrt-2.3.0-c949ad889d-20241107.so

# Qwen3-Embedding-0.6B rkllm weights
curl -fL -o Qwen3-Embedding-0.6B.rkllm \
  https://huggingface.co/jaysom/tinyagentos-rockchip-mirror/resolve/main/models/qwen3-embedding-0.6b.rkllm

# Qwen3-Reranker-0.6B rkllm weights
curl -fL -o Qwen3-Reranker-0.6B.rkllm \
  https://huggingface.co/jaysom/tinyagentos-rockchip-mirror/resolve/main/models/qwen3-reranker-0.6b.rkllm

# qmd-query-expansion 1.7B rkllm weights
curl -fL -o qmd-query-expansion-1.7B-rk3588.rkllm \
  https://huggingface.co/jaysom/tinyagentos-rockchip-mirror/resolve/main/models/qmd-query-expansion-1.7b.rkllm

Or just run scripts/install-rknpu.sh from the TinyAgentOS repo, which points at this mirror as its primary source and verifies every SHA256 after download.

Source links

  • librknnrt 2.3.0 β€” The Rockchip librknnrt runtime is distributed by Rockchip under their own terms and then re-uploaded into community HuggingFace repos. The 2.3.0 / c949ad889d / 2024-11-07 build originated in https://huggingface.co/darkbit1001/Stable-Diffusion-1.5-LCM-ONNX-RKNN2 and https://huggingface.co/happyme531/RK3588-Stable-Diffusion-3.5 (and equivalents).
  • Qwen3-Embedding-0.6B (rk3588) β€” https://huggingface.co/dulimov/Qwen3-Embedding-0.6B-rk3588-1.2.1
  • Qwen3-Reranker-0.6B (rk3588) β€” https://huggingface.co/dulimov/Qwen3-Reranker-0.6B-rk3588-1.2.1
  • qmd-query-expansion-1.7B (rk3588) β€” no upstream; converted in-house from https://huggingface.co/Qwen/Qwen3-1.7B with rknn-toolkit2. The version in this mirror is the canonical one for TinyAgentOS users.

For the Qwen models, the version in this mirror is the canonical one shipped by the TinyAgentOS verified install path β€” any drift between this mirror and the upstream dulimov/* repos should be treated as a signal that upstream has moved on and TAOS needs to re-verify before bumping.

Licenses

Per-file licensing:

  • librknnrt-2.3.0-c949ad889d-20241107.so β€” distributed by Rockchip as part of the RKNN runtime. Redistribution follows the terms under which Rockchip ships this binary in their BSP / community packages.
  • models/qwen3-embedding-0.6b.rkllm β€” Apache 2.0 (inherited from Qwen/Qwen3-Embedding-0.6B).
  • models/qwen3-reranker-0.6b.rkllm β€” Apache 2.0 (inherited from Qwen/Qwen3-Reranker-0.6B).
  • models/qmd-query-expansion-1.7b.rkllm β€” Apache 2.0 (inherited from Qwen/Qwen3-1.7B, the base model from which this rk3588 conversion was produced).

Verification / contact

To verify that these files match what TinyAgentOS ships, compare the SHA256 of any file you download here against:

  1. The table above.
  2. The *_SHA256 constants at the top of scripts/install-rknpu.sh in the TinyAgentOS repository at https://github.com/jaylfc/tinyagentos.

Both should agree. If they don't, please open an issue on the TinyAgentOS repo β€” drift between this mirror and the installer is a bug.

Questions or problems with the mirror: open an issue on the TinyAgentOS GitHub repo.

Downloads last month
8
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support