Skip to content

v1.0.0-20260810

Choose a tag to compare

@github-actions github-actions released this 07 Aug 06:47
· 12 commits to main since this release

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