| 1 | # Installing / upgrading matterbridge |
| 2 | |
| 3 | ## Binaries |
| 4 | |
| 5 | - Latest stable release [v1.26.0](https://github.com/42wim/matterbridge/releases/latest) |
| 6 | - Development releases (follows master) can be downloaded [here](https://github.com/42wim/matterbridge/actions) selecting the latest green build and then artifacts. |
| 7 | |
| 8 | To install or upgrade just download the latest [binary](https://github.com/42wim/matterbridge/releases/latest). On \*nix platforms you may need to make the binary executable - you can do this by running `chmod a+x` on the binary (example: `chmod a+x matterbridge-1.24.1-linux-64bit`). After downloading (and making the binary executable, if necessary), follow the instructions on the [howto](https://github.com/42wim/matterbridge/wiki/How-to-create-your-config) for a step by step walkthrough for creating your configuration. |
| 9 | |
| 10 | ## Packages |
| 11 | |
| 12 | - [Overview](https://repology.org/metapackage/matterbridge/versions) |
| 13 | - [snap](https://snapcraft.io/matterbridge) |
| 14 | - [scoop](https://github.com/42wim/scoop-bucket) |
| 15 | |
| 16 | ## Compiling from source |
| 17 | |
| 18 | See [compiling.md]. |
| 19 | |
| 20 | ## Getting started |
| 21 | |
| 22 | Now that matterbridge is setup, head over to [configuration.md] to find out how to get started. |
| 23 | |