Downloads

One phar, one PHP binary.

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.

One command

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.

Install into the current directory
curl -sL https://getaltay.org/download | bash -s -
Install into a subdirectory
curl -sL https://getaltay.org/download | bash -s - -d server
Update the server, keep the PHP build
curl -sL https://getaltay.org/download | bash -s - -u

Prefer to read it first? wget https://getaltay.org/download saves the script, then run bash download. Source lives in get-altay, MIT licensed.

Nightly

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 binary

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.

Get it running.

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.

Linux and macOS
./bin/php7/bin/php Altay.phar
Windows
bin\php\php.exe Altay.phar
Build from source
git clone https://github.com/altayofficial/Altay.gitcomposer installcomposer make-server

Building needs PHP 8.2 or newer, git and composer in your shell. Full steps are in BUILDING.md.

Release history

VersionGame versionPublished
5.44.61.26.5019 Sept 2026
5.44.51.26.5015 Sept 2026
5.44.41.26.4529 Aug 2026
5.44.31.26.4528 Aug 2026
5.44.21.26.4414 Aug 2026
5.44.11.26.4013 Aug 2026
5.44.01.26.404 Aug 2026
5.43.51.26.404 Aug 2026

Changelogs for each series live in the changelogs directory.