Skip to content

Releases: camthink-ai/neoruntime

v1.0.1-20260818

Choose a tag to compare

@Oreofilling Oreofilling released this 18 Aug 07:49

NE503 AIPC Platform v1.0.1

Maintenance release — stable NE503 AIPC platform update focused on deployment compatibility.

Highlights

  • Deployment compatibility fix — supports AIPC packages that do not embed an OS recovery bundle by skipping recovery validation when recovery/manifest.json is absent.
  • Stable release branch cleanup — keeps main as the stable publishing branch; ONVIF and other in-development feature changes are excluded from this release package.

What's In This Release

  • AIPC firmware package: aipc-hailo15-v1.0.1.tar.gz (installed under /data/aipc/ on device)
  • MCU OTA firmware included from repository artifacts
  • Built from upstream/main commit 64eb746
  • SHA256: 2c0ef9deeeff36e91da02794a691035550abbbc53b5b3bc6b83d7698b6d8c019

Documentation

  • Quick start: docs/getting-started/QUICK_START.md
  • Build guide: docs/getting-started/BUILD.md
  • Deployment: docs/deployment/DEPLOYMENT.md
  • API reference: docs/api/swagger.yaml

Feedback

Report issues via GitHub Issues.

Related Repositories

v1.0.0-20260810

Choose a tag to compare

@github-actions github-actions released this 07 Aug 06:47

NE503 AIPC Platform v1.0.0

Initial release — NE503 AIPC edge AI platform core, open-sourced under the MIT License.

Highlights

  • Complete on-device platform stack — seven platform services (platform-api, app-manager, event-bus, camera-daemon, ai-runtime, device-control, discovery) built in Go/C++.
  • Multi-backend HAL v2 — unified hardware abstraction with Hailo-15, RK3588, Jetson, and host stub backends.
  • MCU firmware — STM32G0 firmware sources with OTA packaging (built into this release).
  • Web console & API — React management console, Swagger/OpenAPI reference.
  • Security baseline — default seccomp profile, runtime-only credential configuration (no secrets committed).
  • Containerized AIPC apps — sample applications in camthink-ai/ne503-aipc-apps built on the NE503 SDK.

What's In This Release

  • Release package: aipc-hailo15-v1.0.0.tar.gz (installed under /data/aipc/ on device)
  • MCU OTA firmware included
  • Build image: camthink/ne503-dev:v1.0 (amd64 + arm64, includes Hailo/Poky SDK)

Documentation

  • Quick start: docs/getting-started/QUICK_START.md
  • Build guide: docs/getting-started/BUILD.md
  • Deployment: docs/deployment/DEPLOYMENT.md
  • API reference: docs/api/swagger.yaml

Feedback

Report issues via GitHub Issues.

Related Repositories