New Hailo-Apps Release: AI-powered agentic development, Windows support, YOLO26 models, Voice2Action demo

Hi,

We have just released a very existing update to our Hailo-Apps repo: GitHub - hailo-ai/hailo-apps Β· GitHub

Adding support for:

  1. AI-powered agentic development: AI for Everyone: Hailo's Agent-Ready Software Suite | Hailo posted on the topic | LinkedIn
    Download it, run it locally on your Hailo device, and share your photos / videos with us. You might even win some cool prizes!
  2. Windows support
  3. YOLO26 models
  4. Voice2Action demo

Thanks,
Hailo community team

2 Likes

I tried installing it, but first I updated to version 5.3.0, since I saw it on the website. Do I need to roll back to 5.2.0?

rdvt@hailopi:~/Downloads $ git clone GitHub - hailo-ai/hailo-apps Β· GitHub

cd hailo-apps

sudo ./install.sh

Cloning into β€˜hailo-apps’…

remote: Enumerating objects: 5227, done.

remote: Counting objects: 100% (1591/1591), done.

remote: Compressing objects: 100% (521/521), done.

remote: Total 5227 (delta 1140), reused 1070 (delta 1070), pack-reused 3636 (from 3)

Receiving objects: 100% (5227/5227), 209.41 MiB | 1.37 MiB/s, done.

Resolving deltas: 100% (3195/3195), done.

Updating files: 100% (674/674), done.

╔══════════════════════════════════════════════════════════════════╗

β•‘ Hailo Apps Infrastructure - Single-File Installer β•‘

β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•

:white_check_mark: Configuration loaded from config.yaml

:information_source: Configuration:

:information_source: Virtual Environment: venv_hailo_apps

:information_source: Download Group: default

:information_source: Resources Root: /usr/local/hailo/resources

:information_source: System Site-Packages: true

:information_source: Log File: /home/rdvt/Downloads/hailo-apps/logs/install_20260406_112350.log

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Step 1/7: User Detection

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

:white_check_mark: Detected user: rdvt

:white_check_mark: Detected primary group: rdvt

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Step 2/7: Prerequisites Check

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

:information_source: Checking installed Hailo components…

:information_source: Detected versions:

:information_source: Hailo Architecture: hailo10h

:information_source: Driver: 5.3.0

:information_source: HailoRT: 5.3.0

:information_source: TAPPAS: 5.3.0

:information_source: Model Zoo Version: v5.1.0 (for hailo10h)

:warning: HailoRT version 5.3.0 is not in valid versions: 4.23.0 5.1.1 5.2.0

:warning: TAPPAS version 5.3.0 is not in valid versions: 5.1.0 5.2.0

:cross_mark: Version validation failed - installation cannot continue

:cross_mark: Please ensure all components match the supported versions listed in config.yaml

════════════════════════════════════════════════════════════════

Installation Summary

════════════════════════════════════════════════════════════════

:white_check_mark: User Detection User: rdvt, Group: rdvt

:cross_mark: Prerequisites Check Version validation failed

:cross_mark: Installation completed with errors

Hi @user743 ,

In the upcoming days we will add support for 5.3 in hailo-apps.

Thanks,

1 Like

The model conversion for yolo26 is now working properly. However, it seems that the object_detection project in CPP does not support the end-to-end mode. Will this feature be added in the future?