Please explain your inquiry.
How to tarballs:
> git clone --depth=1 git@codeberg.org:celenity/Phoenix.git Phoenix
> cd Phoenix
> git checkout 2026年06月10日.1
> bash +x scripts/get_sources.sh && bash +x scripts/build.sh
> cd outputs/
> sha256sum -- phoenix-2026年06月10日.1-linux.tar.xz
3b9a000ef7a86df9e6b21a6b4d446dd6e25d1ab23c872f5b77a8b92b8a0391b9 phoenix-2026年06月10日.1-linux.tar.xz
Remote:
> wget https://releases.celenity.dev/phoenix/releases/2026.06.10.1/linux/phoenix-2026年06月10日.1-linux.tar.xz
> sha256sum -- phoenix-2026年06月10日.1-linux.tar.xz
eba5f8073524a07681291adf354c7a59779ff43011f00bafb7de189836558599 phoenix-2026年06月10日.1-linux.tar.xz
How to universal config:
# build...
> cd outputs/universal/
> sha256sum -- phoenix-2026年06月10日.1-universal.cfg
718099003340f228c115115db765c3e4ed22041debe8732faa7dc4640d514585 phoenix-2026年06月10日.1-universal.cfg
Remote:
> wget https://releases.celenity.dev/phoenix/releases/2026.06.10.1/universal/phoenix-2026年06月10日.1-universal.cfg
> sha256sum -- phoenix-2026年06月10日.1-universal.cfg
718099003340f228c115115db765c3e4ed22041debe8732faa7dc4640d514585 phoenix-2026年06月10日.1-universal.cfg
Also see: https://codeberg.org/celenity/Phoenix/src/branch/dev/docs/build.md
I think there issue related to archive/tarball compression or am I missing something?
### Please explain your inquiry.
How to tarballs:
```bash
> git clone --depth=1 git@codeberg.org:celenity/Phoenix.git Phoenix
> cd Phoenix
> git checkout 2026年06月10日.1
> bash +x scripts/get_sources.sh && bash +x scripts/build.sh
> cd outputs/
> sha256sum -- phoenix-2026年06月10日.1-linux.tar.xz
3b9a000ef7a86df9e6b21a6b4d446dd6e25d1ab23c872f5b77a8b92b8a0391b9 phoenix-2026年06月10日.1-linux.tar.xz
```
Remote:
```bash
> wget https://releases.celenity.dev/phoenix/releases/2026.06.10.1/linux/phoenix-2026年06月10日.1-linux.tar.xz
> sha256sum -- phoenix-2026年06月10日.1-linux.tar.xz
eba5f8073524a07681291adf354c7a59779ff43011f00bafb7de189836558599 phoenix-2026年06月10日.1-linux.tar.xz
```
How to universal config:
```bash
# build...
> cd outputs/universal/
> sha256sum -- phoenix-2026年06月10日.1-universal.cfg
718099003340f228c115115db765c3e4ed22041debe8732faa7dc4640d514585 phoenix-2026年06月10日.1-universal.cfg
```
Remote:
```bash
> wget https://releases.celenity.dev/phoenix/releases/2026.06.10.1/universal/phoenix-2026年06月10日.1-universal.cfg
> sha256sum -- phoenix-2026年06月10日.1-universal.cfg
718099003340f228c115115db765c3e4ed22041debe8732faa7dc4640d514585 phoenix-2026年06月10日.1-universal.cfg
```
Also see: https://codeberg.org/celenity/Phoenix/src/branch/dev/docs/build.md
I think there issue related to archive/tarball compression or am I missing something?