## Requirements - A Finqu store with an active **channel API key** - Internet connection ## Installation Theme Development Kit is distributed as the `finqu-theme-dev` binary. Download the binary for your platform from the links below (hosted at `static.finqu.com`): | Platform | Architecture | Download | | -------- | ------------- | -------- | | macOS | Apple Silicon | [finqu-theme-dev-darwin-arm64](https://static.finqu.com/theme-dev/finqu-theme-dev-darwin-arm64) | | macOS | Intel | [finqu-theme-dev-darwin-amd64](https://static.finqu.com/theme-dev/finqu-theme-dev-darwin-amd64) | | Linux | x86_64 | [finqu-theme-dev-linux-amd64](https://static.finqu.com/theme-dev/finqu-theme-dev-linux-amd64) | | Linux | ARM64 | [finqu-theme-dev-linux-arm64](https://static.finqu.com/theme-dev/finqu-theme-dev-linux-arm64) | | Windows | x86_64 | [finqu-theme-dev-windows-amd64.exe](https://static.finqu.com/theme-dev/finqu-theme-dev-windows-amd64.exe) | Place the binary somewhere on your `PATH` (e.g. `/usr/local/bin` on macOS/Linux, or a directory in your `PATH` on Windows) so you can run it from any directory. Next: [Authenticate and start developing →](./getting-started)