Download SDK
To get started with developing on the Aos platform, the first step is to download the correct version of the AosCore SDK toolchain that matches your target environment.
The SDK provides everything you need to build, test, and deploy applications within the Aos ecosystem — including compilers, environment settings, and platform-specific utilities.
Whether you're running your project on a virtual machine or a physical Raspberry Pi device, choosing the proper toolchain ensures compatibility and a smooth development experience.
Follow the steps below to get the SDK up and running on your chosen platform.
VirtualBox environment
Go to the Releases page and download the latest release version.
Set it as an environment variable and download the VirtualBox toolchain:
export AOS_RELEASE_VERSION=5.2.0
wget https://github.com/aosedge/meta-aos-vm/releases/download/v${AOS_RELEASE_VERSION}/aos-core-x86_64-toolchain-genericx86-64-${AOS_RELEASE_VERSION}.sh
Raspberry Pi environment
Go to the Releases page and download the latest release version.
Set it as an environment variable and download the Raspberry Pi toolchain:
export AOS_RELEASE_VERSION=1.0.6
wget https://github.com/aosedge/meta-aos-rpi/releases/download/v${AOS_RELEASE_VERSION}/aos-core-x86_64-toolchain-raspberrypi5-${AOS_RELEASE_VERSION}.sh