Downloads Portal

A catalog of ZORALab's Monteur multiple release versions across its birth time. Each version contains advancement upgrades necessary to improve its capability and performances.

Installation

To install Monteur into your operating system, please find your operating system guides and execute its instructions:

Debian-based OS

A dedicated apt repository was setup for Debian-based operating system. This apt package repository is always packed with the latest version ONLY.
While with root permission (e.g. prepend sudo if you're sudoer), please execute the following ONE-TIME setup instructions:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# [STEP 1] ZORALab public GPG Keys
# NOTE:
#   1. skip if you done this before for other ZORALAb's products.
#   2. redo this step if apt complains about incompatible key (means we
#      refreshed our keys and you need to get the latest one again).
curl https://www.zoralab.com/pubkey.gpg \
	| gpg --yes --dearmor --output /usr/share/keyrings/zoralab-keyring.gpg

# [STEP 2] Create APT Source List File
# Please replace any tailing upstream to match your needs:
#  1. 'main stable'       - MAIN branch, a stable suite (DEFAULT)
#  2. 'staging unstable'  - STAGING branch, a testing/unstable suite
#  3. 'next experimental' - NEXT branch, a bleeding edge experiemntal suite
echo 'deb [signed-by=/usr/share/keyrings/zoralab-keyring.gpg] https://monteur.zoralab.com/releases/deb main stable' \
	> /etc/apt/sources.list.d/zoralab-monteur.list

# [STEP 3] perform apt update
apt update -y

# [STEP 4] install monteur
apt install montuer -y

# [STEP 5] exit root account (If you use 'sudo', please skip this step)
exit

You should test out your newly installed Monteur with the following:
1
2
# test out monteur
monteur help

Go

Monteur is completely available for go get instruction. Simply issue the following command for a proper Go programming language setup system:

1
go install gitlab.com/zoralab/monteur/gopkg/app/monteur@main

Please select the branches accordingly to meet your needs:
  • main - stable and current branch.

  • staging - next stable branch that is under testing.

  • next - bleeding edge branch (unstable due to development).

Source Codes

Starting from June 1, 2022, Monteur source codes are publicly available at: https://github.com/ZORALab/Monteur

It was previously hosted on GitLab until they have a different business direction incompatible with ZORALab's Monteur busienss direction. Hence, we migrated the entire repository into GitHub.

ZORALab's Monteur source codes repository is fully managed using git version control system.

Archived Files

Here are our available archived files (in .tar.gz or .zip formats) based on the available versions: