High performance AI applications for Hailo accelerators, including GStreamer pipelines, GenAI assistants, and standalone C++/Python apps.
| Platforms | Accelerators |
|---|---|
Use AI coding agents to quickly create Hailo applications. Just describe your idea and the agent builds, validates, and runs it for you.
Supports VLM, LLM, pipeline, and standalone app types across all Hailo accelerators. Get started →
🎮 Try out our Easter Eggs game, built autonomously by AI.
30+ ready-to-run applications:
| Type | Best For | Location |
|---|---|---|
| GenAI Apps | LLM/VLM/speech workflows on Hailo-10H | hailo_apps/python/gen_ai_apps/ |
| Pipeline Apps | Real-time camera/RTSP/video processing | hailo_apps/python/pipeline_apps/ |
| Standalone Apps | HailoRT learning and minimal per-app installs | hailo_apps/python/standalone_apps/ + hailo_apps/cpp/ |
Windows support, YOLO26 models, Voice2Action demo, AI-powered agentic development, and more.
All packages must be installed before running install.sh. Download from the Hailo Developer Zone.
| Package | Type | Required For |
|---|---|---|
| HailoRT PCIe Driver | .deb | All apps |
| HailoRT | .deb | All apps |
| TAPPAS Core | .deb | GStreamer pipeline apps |
| HailoRT Python Binding | .whl | All Python apps |
| TAPPAS Core Python Binding | .whl | GStreamer pipeline apps |
Tip: Standalone and gen-ai apps do not require TAPPAS packages. Use
--no-tappas-requiredwithinstall.shto skip them.
💡 Tip: Standalone apps can be installed and run independently, they do not require
hailo-tappas-coreor installing the full Hailo-Apps repository.
git clone https://github.com/hailo-ai/hailo-apps.git
cd hailo-apps
sudo ./install.shsource setup_env.sh # Activate environment
hailo-detect-simple # Object detection
hailo-pose # Pose estimation
hailo-seg # Instance segmentation
hailo-depth # Depth estimation
hailo-tiling # Tiling for high-res processing| Detection | Pose Estimation | Instance Segmentation | Depth Estimation |
|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
| Guide | What's Inside |
|---|---|
| User Guide | Installation, running apps, configuration, repository structure |
| Developer Guide | Build custom apps, write post-processing, model retraining |
License: MIT - see LICENSE





