Linux Installation
Step 1: Download TI Toolbox
- Go to the Releases Page
- Download the Linux AppImage file
- Save to a convenient location (e.g.,
~/Downloads/
)
Step 2: Make AppImage Executable
# Navigate to download location
cd ~/Downloads
# Make AppImage executable
chmod +x TemporalInterferenceToolbox-Linux-x86_64.AppImage
Step 3: First Run
- Ensure Docker service is running:
sudo systemctl status docker
- Launch TI Toolbox
- First run will download Docker images (~30GB)
- This process may take 30+ minutes
- Progress will be shown in the application
- Images are cached for future use
Distribution-Specific Notes
Currently only tested on Ubuntu distro.