## Binary Installation
Check the [latest release][latest-release] for downloads.
### Windows
1. Open a terminal, e.g. PowerShell or CMD.
2. Move to the location of your `kumono-*.exe` binary.
3. Run it: `.\kumono-*.exe`
### macOS/Linux
For convenience, you can move the `kumono-*` binary to a `PATH` location. This will enable you to run it by just typing `kumono` in the terminal.
1. Give the binary execution permission: `chmod +x kumono-*`
2. Optional: Move the binary to a `PATH` location: `mv kumono-* /usr/local/bin/kumono`
[latest-realease]: https://github.com/APT37/kumono/releases/latest