If you would like to check the authenticity of the packages, you can download the public key here:
Starting with version 3.2-156 we use a new public key, because the previous key was expiring.Remark
We provide here only the new key, as old client versions are nevertheless not provided anymore. So no need for the old public key.
-m
parameter now supports selecting o3-mini
, o4-mini
, or gpt-4o
.admin-companion-2025.pub
Architecture | Package | Good for |
---|---|---|
AMD64 (for Intel and AMD) |
admin-companion_3.2-156_amd64.deb file_download |
|
ARM64 (AARCH64) |
admin-companion_3.2-156_arm64.deb file_download |
|
AMD64 (for Intel and AMD) |
admin-companion_3.2-156_backport_deb11_amd64.deb file_download |
|
ARM64 (AARCH64) |
admin-companion_3.2-156_backport_deb11_arm64.deb file_download |
|
AMD64 (for Intel and AMD) |
admin-companion_3.2-156_backport_deb10_amd64.deb file_download |
|
ARM64 (AARCH64) |
admin-companion_3.2-156_backport_deb10_arm64.deb file_download |
|
Architecture | Package | Good for |
---|---|---|
AMD64 (for Intel and AMD) |
admin-companion-3.2-156.el8.x86_64.rpm file_download |
![]() |
wget https://www.admin-companion.ai/static/downloads/<your needed package>
For example: wget https://www.admin-companion.ai/static/downloads/admin-companion_3.2-156_amd64.deb
wget https://www.admin-companion.ai/static/downloads/admin-companion-2025.pub
gpg --import admin-companion-2025.pub
gpg --verify <your needed package>
If you get one line starting with:
gpg: Good signature from "ayonik GmbH <info@ayonik.de>"
then validation is successful. You can ignore the warning message about certification.
sudo dpkg -i <your needed package>
https://api.admin-companion.ai:443
ai Are you there?
wget https://www.admin-companion.ai/static/downloads/<your needed package>
For example: wget https://www.admin-companion.ai/static/downloads/admin-companion-3.2-156.el8.x86_64.rpm
sudo yum install wget
wget https://www.admin-companion.ai/static/downloads/admin-companion-2025.pub
sudo rpm --import admin-companion-2025.pub
rpm -K <your needed package>
You should get something like this:
<your needed package>: digests signatures OK
sudo yum install <your needed package>
For example: sudo yum install admin-companion-3.2-156.el8.x86_64.rpm
ADMIN_COMPANION_KEY=""
/etc/admin-companion/admin-companion.cfg
https://api.admin-companion.ai:443
ai Are you there?