Downloads

Install the Bithyle CLI and tools to work with your code forge.

Quick Install

curl -fsSL https://bithyle.com/install.sh | sh

Detects your architecture and installs to ~/.local/bin (or /usr/local/bin as root).

Manual Download

Each tarball contains three binaries:

PlatformArchitectureDownload
Linuxx86_64bithyle-linux-amd64.tar.gz
LinuxARM64bithyle-linux-arm64.tar.gz

After Installing

Set up authentication and start pushing code:

bithyle auth setup bithyle auth whoami

See the Getting Started guide for a full walkthrough.