If you would like to check the authenticity of the packages, you can download the public key here:
admin-companion-2025_public.keyfile_download
ai -sm. Clear it at any time with ai -rm.-c parameter. This has been fixed now.

/dev/tty/dev/tty is now also displayed in the terminal - even though it never goes through Admin Companion./dev/tty output would require attaching to it, which would also expose user keystrokes - something Admin Companion continues to avoid./dev/tty).
Remark: You need an Admin Companion account and Admin Companion API key to use the client.
| Architecture | Package | Good for |
|---|---|---|
|
AMD64 (for Intel and AMD) |
admin-companion_5.4-1_amd64.deb file_download |
|
|
AMD64 (for Intel and AMD) |
admin-companion_5.4-1_backport_deb11_amd64.deb file_download |
|
|
ARM64 (AARCH64) |
admin-companion_5.4-1_arm64.deb file_download |
|
|
ARM64 (AARCH64) |
admin-companion_5.4-1_backport_deb11_arm64.deb file_download |
|
| Architecture | Package | Good for |
|---|---|---|
|
AMD64 (for Intel and AMD) |
admin-companion-5.4-1.el8.x86_64.rpm file_download |
Fedora Versions 37 and higher
|
| Architecture | Package | Good for |
|---|---|---|
|
AMD64 (for Intel and AMD) |
admin-companion-5.4-1_amd64.pkg file_download Detached ASCII-armored GPG signature: admin-companion-5.4-1_amd64.pkg.asc file_download |
FreeBSD (tested on 14.3)
|
wget https://www.admin-companion.ai/static/downloads/<your needed package>
For example: wget https://www.admin-companion.ai/static/downloads/admin-companion_5.4-1_amd64.deb
wget https://www.admin-companion.ai/static/downloads/admin-companion-2025_public.key
gpg --import admin-companion-2025_public.key
gpg --verify <your downloaded installation package file name>
You get multiple lines. One line should show:
Good signature from "Admin Companion 2025 - ayonik GmbH <admin-companion@admin-companion.ai>"
...then validation is successful. You can ignore the warning message. We use a self signed signature. Just be sure, you have downloaded the public key from our website.
sudo dpkg -i <your needed package>
$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-5.4-1.el8.x86_64.rpm
sudo dnf install wget
wget https://www.admin-companion.ai/static/downloads/admin-companion-2025_public.key
sudo rpm --import admin-companion-2025_public.key
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 dnf install <your needed package>
For example: sudo dnf install admin-companion-5.4-1.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?"

wget https://www.admin-companion.ai/static/downloads/<your needed package>
For example: wget https://www.admin-companion.ai/static/downloads/admin-companion-5.4-1_amd64.pkg
sudo pkg install wget
sudo pkg install gnupg if not yet installed)
wget https://www.admin-companion.ai/static/downloads/admin-companion-2025_public.key
wget https://www.admin-companion.ai/static/downloads/admin-companion-5.4-1_amd64.pkg.asc
gpg --import admin-companion-2025_public.key
gpg --verify admin-companion-5.4-1_amd64.pkg.asc admin-companion-5.4-1_amd64.pkg
You get multiple lines. One line should show:
Good signature from "Admin Companion 2025 - ayonik GmbH <admin-companion@admin-companion.ai>"
...then validation is successful. You can ignore the warning message. We use a self signed signature. Just be sure, you have downloaded the public key from our website.
sudo pkg install <your needed package>
For example: sudo pkg install admin-companion-5.4-1_amd64.pkg$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?"