Skip to content

Release v0.4.3

Choose a tag to compare

@github-actions github-actions released this 31 May 22:22
· 5 commits to main since this release
ed081e6

Installation

Shell script (recommended)

curl -fsSL https://raw.githubusercontent.com/T4cceptor/centian/main/scripts/install.sh | bash

Release binary

curl -L https://github.com/T4cceptor/centian/releases/download/v0.4.3/centian_v0.4.3_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/').tar.gz | tar -xz
sudo mv centian /usr/local/bin/

go install (no UI)

go install github.com/T4cceptor/centian@latest

The embedded web UI is not included in go install builds. Use a release binary or Docker for the full UI.

Docker

docker run --rm -p 9666:9666 t4ce/centian:v0.4.3
docker run --rm -p 9666:9666 t4ce/centian:v0.4.3-alpine

Build from source

git clone https://github.com/T4cceptor/centian.git
cd centian
make install

Checksums

See checksums.txt for SHA256 hashes of all release artifacts.

Changes

See the automatically generated release notes below.

What's Changed

Full Changelog: v0.4.2...v0.4.3