Skip to main content
Version: 14.0

Installation

There are two ways to install MetriCal. If you are using Ubuntu or Pop!_OS, you can install MetriCal via the apt package manager. If you are using a different operating system, or if your system configuration needs it, you can install MetriCal via Docker.

Unlicensed users have nearly full access to all of MetriCal's commands and features. The only thing they won't be able to do is access the actual calibration values, or output the results of a calibration to JSON.

Install MetriCal via Apt Repository

Tangram Vision maintains a repository for MetriCal on a private Cloudsmith instance (cloudsmith.io).

Compatible OS:

  • Ubuntu 20.04 (Focal Fossa)
  • Ubuntu and Pop!_OS 22.04 (Jammy Jellyfish)
  • Ubuntu and Pop!_OS 24.04 (Noble Numbat)

Stable Releases

metrical_install.sh
curl -1sLf \
'https://dl.cloudsmith.io/public/tangram-vision/apt/setup.deb.sh' \
| sudo -E bash
sudo apt update;
sudo apt install metrical;

Release Candidates

metrical_install_rc.sh
curl -1sLf \
'https://dl.cloudsmith.io/public/tangram-vision/apt-rc/setup.deb.sh' \
| sudo -E bash
sudo apt update;
sudo apt install metrical;