Kitsune — Edge AI Toolkit
Kitsune — Edge AI Toolkit
An edge-AI toolkit that unifies the build pipeline and OCI distribution flow for NVIDIA Jetson (Orin Nano / AGX), Raspberry Pi 5, and Amazon Fire TV Stick. TensorRT-LLM, llama.cpp, and whisper.cpp ship from a shared manifest. Internal R&D prototype.
Live Demo
Preview the actual application interface
Device fleet
Jetson Orin Nano
onlinerole: edge inference · id: jetson-01
OCI artifact registry
| artifact | size | layers | digest | pulls |
|---|---|---|---|---|
| llama-3.3-8b-q4_k_m | 4.8 GB | 32 | sha256:7a3f…d2e8 | 128 |
| whisper-small-q8 | 244 MB | 12 | sha256:11b2…94aa | 311 |
| phi-3.5-mini-q4 | 1.9 GB | 16 | sha256:c407…5f1d | 76 |
| yolo-v8n-edgetpu | 6.2 MB | 1 | sha256:e95a…02bc | 1042 |
| nomic-embed-v1.5 | 138 MB | 4 | sha256:ff80…2207 | 203 |
Per-device benchmarks
Cross-device orchestration
GitOps · signed rollouts (cosign)Challenge
Edge devices vary across SoC, GPU, NEON/AVX support, and OS (L4T / Raspberry Pi OS / Fire OS), and tracking model+runtime version compatibility by hand falls apart fast. Fire TV in particular is an Android TV derivative with its own ABI, raising the bar for unified distribution.
Solution
Models, quantization configs, and runtime binaries publish to a container registry as OCI Artifacts. A Rust-based device agent (Kitsune Agent) auto-selects and pulls builds matching its ABI / SoC profile — TensorRT-LLM on Jetson, llama.cpp (NEON) on Pi5, llama.cpp + whisper.cpp on Fire TV.
Results
- Llama 3.2 3B Q4 hits 38 tok/s on Jetson Orin Nano (internal benchmark)
- whisper.cpp small runs at RTF 0.42 on Pi5
- Fire TV Stick 3rd Gen (ARMv8) serves llama.cpp Q4 at 2.1 tok/s
- OCI Artifact distribution cuts mean update-apply time to 14 s (internal lab)
Measured Impact
Jetson Orin Nano
38 tok/s
Llama3.2 3B Q4
Pi5 whisper
RTF 0.42
small
Fire TV 3rd Gen
2.1 tok/s
Q4
更新適用時間
14s
avg
What it does
配信
OCI Artifact
モデルをイメージと同じ仕組みで配布・署名。
プロファイル照合
ABI/SoC に合う Artifact を自動選択。
推論
マルチランタイム
TensorRT-LLM / llama.cpp / whisper.cpp を統一 CLI で操作。
量子化プリセット
Q4/Q5/Q8 をデバイス別に推奨。
運用
OTA ロールアウト
段階的配信と自動ロールバックを標準装備。
Prometheus 連携
tok/s・温度・電力をデバイス別に可視化。
System Layers
Layered architecture showing components, responsibilities, and data flow.
Layer
配信
モデル・ランタイムを OCI Artifact として署名付きで配布する中央レジストリ。
Layer
デバイスエージェント
Rust 製エージェントがデバイスプロファイルを検出し、最適な Artifact をプル。
Layer
ランタイム
推論バックエンドを統一 CLI (kitsune run) から起動し、メトリクスを Prometheus に公開。
Layer
運用
複数デバイス状態とロールアウト進行を一元表示する内部ダッシュボード。
How we built it
プロファイル定義
各デバイスの SoC/OS/ABI を機械可読な YAML に落とす。
Deliverables
- Profile YAML
- Probe 実装
- 検出テスト
Artifact パイプライン
モデルと量子化設定を OCI Artifact にビルドし署名。
Deliverables
- Build スクリプト
- 署名ポリシー
- レジストリ設定
ランタイム統合
TensorRT-LLM / llama.cpp / whisper.cpp を共通 CLI 配下にまとめる。
Deliverables
- kitsune run
- ベンチスクリプト
- サンプルモデル
フリート運用
OTA ロールアウトと監視を統合し、内部ラボデバイスで検証。
Deliverables
- Rollout Controller
- Fleet Dashboard
- 運用手順書
Delivery Timeline
- Phase 0Done2026-04-24
デバイスプロファイル
Jetson / Pi5 / Fire TV の SoC・ABI・OS 特性をプロファイル化。
- Phase 1Done2026-04-25
OCI Artifact 配信
モデル・ランタイムを OCI Artifact に梱包し、エージェントから取得。
- Phase 2Planned2026-05
TensorRT-LLM 統合
Jetson Orin 向けに TensorRT-LLM ビルドを自動化。
- Phase 3Planned2026-06
Fire TV 拡張
Fire OS 向け ABI ビルドと ADB デプロイを統合。
Who built it
Roles
- エッジ SRE
- ML エンジニア
Tools & Platforms
Backend
Infrastructure
Other
Considering a similar project?
We will propose the best solution for your business needs.
Discuss Your Project