> For the complete documentation index, see [llms.txt](https://docs.tread.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tread.fi/enterprise/self-hosted-service/on-premise-setup/stable-and-nightly-builds.md).

# Stable and Nightly Builds

[Tread.fi](http://Tread.fi) provides both stable and nightly builds to provide early access to new features and functionality while maintaining stability for production environments.

#### Stable Builds

Stable builds undergo user testing in addition to automated testing, and are intended for production use in the broadest use cases. Stable builds can be downloaded via `curl -d '{"version" : "stable", "market_access_version": "stable", "license_key" : "LICENSE_KEY"}' https://........`

#### Nightly Builds

Nightly builds undergo automated testing as part of the build process, and contain the latest features and functionality. They have not been tested to the degree that stable builds have, and novel functionality in nightly builds may not appear in stable builds for some time, if at all. Nightly builds can be downloaded by *not* setting the `version` parameter, via `curl -d '{"license_key" : "LICENSE_KEY"}' https://........`.
