cosmotop v0.12.0
Install notes: Download cosmotop and move to the desired location. Other release artifacts are platform-specific plugins that will be automatically downloaded at runtime as needed.
cosmotop is a system monitoring tool distributed as a single executable for multiple platforms:
| Operating system | Hardware architecture |
|---|---|
| Linux 2.6.18+ | x86_64, i386, aarch64, powerpc64le, s390x, riscv64, loongarch64 |
| Windows 10+ | x86_64 |
| MacOS 13+ | x86_64, aarch64 |
| MacOS 10.4+ | powerpc |
| FreeBSD 13+ | x86_64, aarch64 |
| NetBSD 10.0+ | x86_64, aarch64 |
| OpenBSD 7.6+ | x86_64, aarch64 |
| DragonFlyBSD 6.4+ | x86_64 |
| MidnightBSD 3.2.3+ | x86_64 |
| Solaris 11.4+ | x86_64 |
New features and enhancements:
- Added Model Context Protocol (MCP) mode via the
--mcpflag, which runscosmotopas a MCP server using the STDIO transport. The supported tools are:get_process_infoget_cpu_infoget_memory_infoget_network_infoget_disk_infoget_gpu_info(not available if no GPUs are detected)get_npu_info(not available if no NPUs are detected)get_system_info
- Added support for running
cosmotopon DragonFlyBSD and MidnightBSD. - Updated plugin builds to prefer linking static libgcc and libstdc++ on all platforms except MacOS, Windows, and Solaris.
Full Changelog: v0.11.0...v0.12.0