Downloads
Yamcs Server v4.8.1
![]() |
||
Linux x64 | ||
.rpm .tar.gz |
Yamcs Studio v1.2.1 (for Yamcs 4.7)
![]() |
![]() |
![]() |
Windows x64 | Linux x64 | macOS |
.rpm .tar.gz |
Linux Signing Key
Yamcs RPM and Debian packages are signed with GNU Privacy Guard (GPG).
- Download: https://nexus.spaceapplications.com/repository/yamcs/keys/yamcs.asc
- Name: Yamcs Team
- Fingerprint: E74F A2E7 41D3 018E 5700 C729 16BF 99E3 A3B5 D542
Yum Repository
RPM (RHEL, Fedora, CentOS)
Packages suitable for x86_64 are available via a yum repository. The repository and key can be installed with the following script:
sudo rpm --import https://nexus.spaceapplications.com/repository/yamcs/keys/yamcs.asc
sudo sh -c 'echo -e "[yamcs]\nname=Yamcs\nbaseurl=https://nexus.spaceapplications.com/repository/yamcs/rpm/stable/x86_64\nenabled=1\ngpgcheck=1\ngpgkey=https://nexus.spaceapplications.com/repository/yamcs/keys/yamcs.asc" > /etc/yum.repos.d/yamcs.repo'
RPM (SLE, openSUSE)
Packages suitable for x86_64 are available via a zypper repository. The repository and key can be installed with the following script:
sudo rpm --import https://nexus.spaceapplications.com/repository/yamcs/keys/yamcs.asc
sudo sh -c 'echo -e "[yamcs]\nname=Yamcs\nbaseurl=https://nexus.spaceapplications.com/repository/yamcs/rpm/stable/x86_64\nenabled=1\ngpgcheck=1\ngpgkey=https://nexus.spaceapplications.com/repository/yamcs/keys/yamcs.asc" > /etc/zypp/repos.d/yamcs.repo'