Installation
Install Alethia via Homebrew, binary download, or from source.
Installation
Homebrew (Recommended)
brew install bobikenobi12/bb-thesis-2026/alethiaUpdates via brew upgrade alethia. Works on macOS and Linux.
Binary Download
Pre-built binaries are available on GitHub Releases for every tagged version:
| Platform | Architecture | Archive |
|---|---|---|
| macOS | Intel (amd64) | alethia_darwin_amd64.tar.gz |
| macOS | Apple Silicon (arm64) | alethia_darwin_arm64.tar.gz |
| Linux | amd64 | alethia_linux_amd64.tar.gz |
| Linux | arm64 | alethia_linux_arm64.tar.gz |
tar xzf alethia_darwin_arm64.tar.gz
mv alethia /usr/local/bin/
alethia --versionFrom Source
Requires Go 1.22+:
cd apps/cli
go build -o alethia .
./alethia --versionBuild System
Alethia releases are built by GoReleaser via GitHub Actions. See Release System for the full pipeline.
The GoReleaser config (apps/cli/.goreleaser.yml) defines:
- 4 binary builds (2 OS x 2 arch) with CGO disabled
- tar.gz archives with checksums
- GitHub Release publication
- Homebrew formula auto-update in the
bobikenobi12/bb-thesis-2026tap
The ALETHIA_WEB_ORIGIN build variable is baked into the binary, pointing to the production Alethia URL.