News 01 Dec 2025
Admin Companion v5.2 Released – Now Welcoming FreeBSD Users
We’re excited to announce the release of Admin Companion v5.2 - a milestone update that expands our platform beyond Linux. For the first time, FreeBSD users can now use Admin Companion natively, bringing our human-in-the-loop AI assistant to one of the most respected operating systems in the UNIX ecosystem. This release also delivers multiple improvements to command handling and terminal output behavior. Welcome, FreeBSD community - we’re glad to have you on board.
ayonik engineering
FreeBSD Support Has Arrived
With version 5.2, Admin Companion officially supports FreeBSD, making it available to administrators, developers, and power users across Linux and BSD environments.
FreeBSD administrators can now:
- Use natural language in the terminal to generate and validate commands
- Work with an AI assistant that never executes commands without confirmation
- Benefit from our curated knowledge base and transparent command explanations
This marks an important step toward making Admin Companion useful across diverse UNIX-like systems, not just mainstream Linux distributions.
🔧 Improved Command Output Handling
Real-world sysadmin workflows often involve commands with long or interleaved outputs. Version 5.2 includes several enhancements improving how output is presented and synchronized.
Earlier surfacing of stderr messages
Older versions displayed all stderr output only after a command had finished.
This was problematic when tools printed important prompts (e.g., password or passphrase requests) to stderr.
v5.2 introduces a redesigned output-shuffling algorithm:
- Prompts now appear exactly when intended
- Password/passphrase requests no longer show up late
- Mixed stdout/stderr workloads behave far more naturally
This significantly improves usability with tools that rely on stderr for user interaction.
🎛 Better Handling of Output Written to /dev/tty
Some commands send prompts directly to /dev/tty, bypassing stdout/stderr entirely.
Admin Companion continues to enforce a strict security boundary:
- It never attaches to the user’s TTY device, because doing so would expose user keystrokes.
- Keystrokes are never processed or intercepted by Admin Companion, preserving password confidentiality.
With v5.2, output written to /dev/tty is now still shown in the terminal - keeping security high, as in previous versions.
This helps ensure prompts and responses appear in the correct sequence when interacting with commands that bypass standard output streams.
📜 Smarter Handling of Very Long Output
When command output becomes extremely long, Admin Companion now keeps:
- the beginning, and
- the end,
while collapsing only the middle portion.
This preserves the most relevant information in outputs - without overwhelming the model.
🔐 Security and Confidentiality: Still Our Core
As always, Admin Companion keeps your keystrokes completely out of its process memory.
- Commands requesting terminal input (like passwords) receive input directly from the OS, not via Admin Companion.
- No typed characters, passphrases, or secrets are ever processed by the assistant - unless the command itself echoes them to stdout.
This ensures a robust human-in-the-loop security model that FreeBSD users can trust just as much as Linux admins.
⌨️ Improved Ctrl-C Handling
A small but meaningful quality-of-life update:
Pressing Ctrl+C now terminates execution gracefully instead of raising an exception.
Less noise, smoother workflow.
🎉 Welcome to All FreeBSD Administrators
Admin Companion 5.2 represents a major step in our vision:
Providing a trustworthy, transparent, and efficient AI assistant across the open-source UNIX landscape.
We’re thrilled to support FreeBSD — a system known for stability, security, and engineering excellence - and we look forward to further improving the experience for both Linux and BSD users.
🔽 How to Get Admin Companion
- Create an account for free on Admin Companion Signup Page
- Follow the download and installation procedure on the Admin Companion Download page
New users can get started in minutes with a free trial.