└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Manager-io/Manager 2 | 3 | Welcome to the `Manager-io/Manager` GitHub repository. This repository is dedicated to hosting binary downloads for the Manager software. 4 | 5 | ![](https://img.shields.io/github/v/release/Manager-io/Manager) 6 | 7 | ## Desktop Edition 8 | 9 | | Operating System | x64 | arm64 | x86 | 10 | |------------------|------------------------------------------|------------------------------------------|------------------------------------------| 11 | | Windows | [Download](https://github.com/Manager-io/Manager/releases/latest/download/Manager-win-x64.msix) | - | [Download](https://github.com/Manager-io/Manager/releases/latest/download/Manager-win-x86.msix) 12 | | Mac | [Download](https://github.com/Manager-io/Manager/releases/latest/download/Manager-osx-x64.dmg) | [Download](https://github.com/Manager-io/Manager/releases/latest/download/Manager-osx-arm64.dmg) | - | 13 | | Linux | [Download](https://github.com/Manager-io/Manager/releases/latest/download/Manager-linux-x64.AppImage) | - | - | 14 | 15 | ## Server Edition 16 | 17 | | Operating System | x64 | arm64 | x86 | 18 | |------------------|--------------------------------------------------------|-----------------------------------------------|----------------------------------------------------| 19 | | Windows | [Download](https://github.com/Manager-io/Manager/releases/latest/download/ManagerServer-win-x64.zip) | - | [Download](https://github.com/Manager-io/Manager/releases/latest/download/ManagerServer-win-x86.zip) | 20 | | Mac | [Download](https://github.com/Manager-io/Manager/releases/latest/download/ManagerServer-osx-x64.zip) | [Download](https://github.com/Manager-io/Manager/releases/latest/download/ManagerServer-osx-arm64.zip) | - | 21 | | Linux | [Download](https://github.com/Manager-io/Manager/releases/latest/download/ManagerServer-linux-x64.tar.gz) | [Download](https://github.com/Manager-io/Manager/releases/latest/download/ManagerServer-linux-arm64.tar.gz) | - | 22 | 23 | ## Cloud Edition 24 | 25 | The Cloud Edition of Manager is identical to the Server Edition in terms of features and functionality. The key difference is that the Cloud Edition is professionally hosted by us, offering a seamless experience without the need for self-hosting. Users can sign up for a free trial at [www.manager.io/cloud-edition](https://www.manager.io/cloud-edition). 26 | 27 | ## Links 28 | 29 | - **Main Website**: [www.manager.io](https://www.manager.io) 30 | - **Guides**: [www.manager.io/guides](https://www.manager.io/guides) 31 | - **Community Forum**: [forum.manager.io](https://forum.manager.io) 32 | 33 | ## Support 34 | 35 | For questions, guides, and community discussions, please visit the links provided above. The community forum is especially useful for user queries and discussions. 36 | --------------------------------------------------------------------------------