Install Atlas Engine
Check how to install the Atlas Engine
Getting Atlas running locally only takes a few minutes. Follow these steps to download the latest build, verify your environment, and spin up the sample project.
PATH💡 We ship prebuilt binaries so you can try Atlas without compiling from source.
atlas executable plus example projects.chmod +x atlas
Atlas automatically detects major IDEs and compilers. If you want to target additional platforms, set the following environment variables before launching:
export ATLAS_VULKAN_SDK="/opt/vulkan-sdk"
export ATLAS_ANDROID_NDK="/opt/android-ndk"
./atlas create myProject
atlas binary has execute permissions (chmod +x atlas).Need more help? Open a discussion on GitHub.