releases.md (1954B)
1 # Releases 2 3 GoToSocial can be installed in a number of different ways. We publish official binary releases as well as container images. A number of third-party packages are maintained by different distributions and some people have created additional deployment tooling to make it easy to deploy GoToSocial yourself. 4 5 ## Binary releases 6 We publish binary builds for Linux to [our GitHub project](https://github.com/superseriousbusiness/gotosocial/releases): 7 8 * 32-bit Intel/AMD (i386/x86) 9 * 64-bit Intel/AMD (amd64/x86_64) 10 * 32-bit ARM (v6 and v7) 11 * 64-bit ARM64 12 13 For FreeBSD we publish: 14 15 * 64-bit Intel/AMD (amd64/x86_64) 16 17 ## Containers 18 19 We also publish container images [on the Docker Hub](https://hub.docker.com/r/superseriousbusiness/gotosocial). 20 21 Containers are released for the same Linux platforms as our binary releases, with the exception of 32-bit Intel/AMD. 22 23 ## Third-party 24 25 Some folks have created distribution packages for GoToSocial or additional tooling to aid in installing GoToSocial. 26 27 ### Distribution packages 28 29 These packages are not maintained by GoToSocial, so please direct questions and issues to the repository maintainers (and donate to them!). 30 31 [![Packaging status](https://repology.org/badge/vertical-allrepos/gotosocial.svg)](https://repology.org/project/gotosocial/versions) 32 33 ### Deployment tools 34 35 You can deploy your own instance of GoToSocial with the help of: 36 37 - [YunoHost GoToSocial Packaging](https://github.com/YunoHost-Apps/gotosocial_ynh) by [OniriCorpe](https://github.com/OniriCorpe). 38 - [Ansible Playbook (MASH)](https://github.com/mother-of-all-self-hosting/mash-playbook): The playbook supports a many services, including GoToSocial. [Documentation](https://github.com/mother-of-all-self-hosting/mash-playbook/blob/main/docs/services/gotosocial.md) 39 - GoToSocial Helm Charts: 40 - [GoToSocial Helm Chart](https://github.com/fSocietySocial/charts/tree/main/charts/gotosocial) by [0hlov3](https://github.com/0hlov3).