Alethia Labs

Installation

Install Alethia via Homebrew, binary download, or from source.

Installation

brew install bobikenobi12/bb-thesis-2026/alethia

Updates via brew upgrade alethia. Works on macOS and Linux.

Binary Download

Pre-built binaries are available on GitHub Releases for every tagged version:

PlatformArchitectureArchive
macOSIntel (amd64)alethia_darwin_amd64.tar.gz
macOSApple Silicon (arm64)alethia_darwin_arm64.tar.gz
Linuxamd64alethia_linux_amd64.tar.gz
Linuxarm64alethia_linux_arm64.tar.gz
tar xzf alethia_darwin_arm64.tar.gz
mv alethia /usr/local/bin/
alethia --version

From Source

Requires Go 1.22+:

cd apps/cli
go build -o alethia .
./alethia --version

Build 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-2026 tap

The ALETHIA_WEB_ORIGIN build variable is baked into the binary, pointing to the production Alethia URL.

On this page