If you would like to check the authenticity of the packages, you can download the public key here:
/etc/admin-companion/admin-companion.cfg
) and from the configuration database.ADMIN_COMPANION_KEY
(user specific).$HOME/.admin-companion/api-key
(user specific)/etc/admin-companion/api-key
(system wide)./etc/admin-companion/admin-companion.cfg
/etc/admin-companion/api-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_4.0-32_amd64.deb file_download |
|
ARM64 (AARCH64) |
admin-companion_4.0-32_arm64.deb file_download |
|
AMD64 (for Intel and AMD) |
admin-companion_4.0-32_backport_deb11_amd64.deb file_download |
|
ARM64 (AARCH64) |
admin-companion_4.0-32_backport_deb11_arm64.deb file_download |
|
Architecture | Package | Good for |
---|---|---|
AMD64 (for Intel and AMD) |
admin-companion-4.0-32.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_4.0-32_amd64.deb
wget https://www.admin-companion.ai/static/downloads/admin-companion-2025.pub
gpg --import admin-companion-2025.pub
gpg --verify <your downloaded installation package file name>
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>
You can confirm the question about the symlink in the configuration procedure by pressing <Enter>, if you do not have a command called "ai" on your system.
If you do not use the command name "ai" for another application. If "ai" is already used, we recommend to choose another shortcut name.$HOME/.admin-companion/api-key
(Do not forget the dot "." in the path name)ADMIN_COMPANION_KEY="<Your API key>"
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-4.0-32.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 downloaded installation package file name>
You should get this:
<your downloaded installation package file name>: digests signatures OK
digests
or you don't see the signatures
--> Then something is wrong.
sudo yum install <your needed package>
For example: sudo yum install admin-companion-4.0-32.el8.x86_64.rpm
$HOME/.admin-companion/api-key
(Do not forget the dot "." in the path name)ADMIN_COMPANION_KEY="<Your API key>"
https://api.admin-companion.ai:443
ai "Are you there?"