Executables
Linux
The Linux executables are dynamically linked and require a Glibc-based OS
distribution from 2022 or later (Ubuntu 22.04+, RHEL 9+, or derivatives). For
older Glibc-based OS distributions and non-Glibc-based OS distributions
(Alpine, etc...), please install the Python package instead.
Other Platforms
The macOS and Windows executables should work on any recent version of their
respective operating systems.
agentsmgr v1.0a12 (2026-07-08)
Enhancements
- Changed generated Opencode command and agent resource directories to use the
standard pluralcommands/andagents/names, while continuing to detect
legacy singular distribution artifacts as stale output. - Restructured the managed agent distribution model around committed
distribution/artifacts generated from maintainer-ownedcomponents/
sources, withagentsmgr generate --checkverification and
agentsmgr populateconsuming only the distribution tree.
Removals
- Removed default Claude Code hook scripts and Opencode quality-assurance plugins
from the Copier template so generated projects rely on tool-native diagnostics
where available, agent guidance, and normal validation commands instead of
blocking edit or shell-command integrations.
Repairs
- Fixed
agentsmgrsource resolution for Windows absolute local paths, so
drive-letter paths such asC:\\...are treated as filesystem paths rather
than unsupported URL schemes.