How to Download Project Aria Tools
Supported Platforms
The codebase is supported on:
- x64 Linux distributions of:
- Fedora 36, 37, 38
- Ubuntu focal (20.04 LTS) and jammy (22.04 LTS)
- Windows (MSVC 2019/2022)
- Mac Intel or Mac ARM-based (M1) with MacOS 11 (Big Sur) or newer
Stable versus Develop
Access the latest stable version of Project Aria Tools with git TAGS. The develop version is pushed continuously to the main
branch.
Download codebase
- Stable
- Develop
mkdir -p $HOME/Documents/projectaria_sandbox
cd $HOME/Documents/projectaria_sandbox
git clone https://github.com/facebookresearch/projectaria_tools.git -b 1.5.5
mkdir -p $HOME/Documents/projectaria_sandbox
cd $HOME/Documents/projectaria_sandbox
git clone https://github.com/facebookresearch/projectaria_tools.git -b main