Stable
5.44.6
For Minecraft: Bedrock Edition 1.26.50. Published 19 Sept 2026, 4.3 MB.
Downloads
Altay ships as a single Altay.phar. Pair it with a PHP build that carries the extensions the server needs, and you have a running Bedrock server.
The installer picks the newest release, matches it to the right PHP build for your platform, wires up the extension paths and leaves you with a start.sh. If no prebuilt binary fits your machine, it compiles PHP instead of giving up.
Linux and macOS, plus Windows through a bash shell. Needs curl or wget, and tar or unzip. Do not run it as root unless you pass -r on purpose.
curl -sL https://getaltay.org/download | bash -s -curl -sL https://getaltay.org/download | bash -s - -d servercurl -sL https://getaltay.org/download | bash -s - -uPrefer to read it first? wget https://getaltay.org/download saves the script, then run bash download. Source lives in get-altay, MIT licensed.
5.44.6
For Minecraft: Bedrock Edition 1.26.50. Published 19 Sept 2026, 4.3 MB.
master
Built from the newest commit on master. Useful for testing a fix before it lands in a release. Not meant for production servers.
PHP 8.1 / 8.2+
Altay needs non-standard extensions and configuration, so the project publishes its own builds. Use the recommended binary unless you compile your own.
Put the phar and the PHP binary in the same directory. The first start writes server.properties, creates the default world and asks nothing else of you.
./bin/php7/bin/php Altay.pharbin\php\php.exe Altay.phargit clone https://github.com/altayofficial/Altay.gitcomposer installcomposer make-serverBuilding needs PHP 8.2 or newer, git and composer in your shell. Full steps are in BUILDING.md.
| Version | Game version | Published |
|---|---|---|
| 5.44.6 | 1.26.50 | 19 Sept 2026 |
| 5.44.5 | 1.26.50 | 15 Sept 2026 |
| 5.44.4 | 1.26.45 | 29 Aug 2026 |
| 5.44.3 | 1.26.45 | 28 Aug 2026 |
| 5.44.2 | 1.26.44 | 14 Aug 2026 |
| 5.44.1 | 1.26.40 | 13 Aug 2026 |
| 5.44.0 | 1.26.40 | 4 Aug 2026 |
| 5.43.5 | 1.26.40 | 4 Aug 2026 |
Changelogs for each series live in the changelogs directory.