-
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
andrew jewell edited this page May 21, 2026
·
2 revisions
curl -fsSL https://nexusedgehailo.automatanexus.com/install.sh | sudo bash# Use Raspberry Pi Imager with:
# 2025-10-01-raspios-bookworm-arm64.img.xzsudo raspi-config # Interface Options → I2C → Enable
# Or manually:
echo "dtparam=i2c_arm=on" | sudo tee -a /boot/firmware/config.txt
sudo rebootsudo apt-get update
sudo apt-get install -y i2c-tools hailort
# Tailscale (remote access)
curl -fsSL https://tailscale.com/install.sh | sudo sh
sudo tailscale up --hostname=<controller-name>
# Cloudflared (HTTPS tunnel)
sudo apt-get install -y cloudflaredcd /tmp && git clone https://github.com/SequentMicrosystems/megabas-rpi.git
cd megabas-rpi && sudo make installDownload the latest release from the Releases page:
wget https://github.com/AutomataNexus/NexusEdgeHailoEdition/releases/latest/download/nexusedge-community-pi5-bookworm-aarch64.tar.gz
tar xzf nexusedge-community-pi5-bookworm-aarch64.tar.gz
sudo install -m 755 nexusedge-community /usr/local/bin/nexusedgesudo mkdir -p /etc/nexusedge/config /var/lib/nexusedge/vault /var/lib/nexusedge/aegisdb /var/log/nexusedge
# Copy and edit site.toml from the example:
sudo cp config/site.toml.example /etc/nexusedge/config/site.toml# /etc/systemd/system/nexusedge.service
[Unit]
Description=NexusEdge Hailo Edition
After=network.target hailort.service
[Service]
Type=simple
User=root
WorkingDirectory=/etc/nexusedge
Environment=NEXUSEDGE_HEADLESS=1
ExecStart=/usr/local/bin/nexusedge
Restart=always
RestartSec=10
LimitNOFILE=65536
[Install]
WantedBy=multi-user.targetsudo systemctl daemon-reload
sudo systemctl enable --now nexusedgecurl http://localhost:8000/ # Should return HTML
curl http://localhost:6100/health # Talos daemon healthBoards should run firmware v4.0+:
cd /tmp/megabas-rpi/update
echo "yes" | sudo ./update64 <stack> # One board at a time, service stoppeddocker pull ghcr.io/automatanexus/nexusedge-hailoedition:latest
docker-compose up -dhelm install nexusedge oci://ghcr.io/automatanexus/charts/nexusedge-communityNexusEdge Hailo Edition
Getting Started
Platform
Data & Deploy
Security
AutomataNexus LLC