We want to offer a versatile and practical cloud service to a diverse user base. A key aspect of this project is ensuring our software is compatible with various operating systems and CPU architectures.
Here are the operating systems and architectures officially supported by Hivenet with a hive-agent binary executable.
Operating System | 32-bit | 64-bit | ARM (Specific Versions) | ARM-64 (Specific Versions) |
Windows | ❌ | ✅ | ❌ | ❌ |
macOS | ❌ | ✅ | ❌ | ✅ |
Linux | ✅ | ✅ | ✅ (armv5 & armv6 only) | ✅ (armv8) |
FreeBSD | ❌ | ❌ | ❌ | ❌ |
OpenBSD | ❌ | ❌ | ❌ | ❌ |
(Note: In the table above, "✅" indicates support and "❌" indicates no support.)
The tech details
For those interested in the technical details of our build processes, the hive-agent is built using CI/CD. You can view the entire workflow on our GitHub page: hive-agent release workflow.