Downloads
Install the Bithyle CLI and tools to work with your code forge.
Quick Install
curl -fsSL https://bithyle.com/install.sh | shDetects your architecture and installs to ~/.local/bin (or /usr/local/bin as root).
Manual Download
Each tarball contains three binaries:
bithyle— CLI client for auth, changes, reviews, CIgit-remote-bithyle— Git remote helper for bithyle:// URLsbithyle-runner— CI runner daemon for self-hosted compute
| Platform | Architecture | Download |
|---|---|---|
| Linux | x86_64 | bithyle-linux-amd64.tar.gz |
| Linux | ARM64 | bithyle-linux-arm64.tar.gz |
After Installing
Set up authentication and start pushing code:
bithyle auth setup
bithyle auth whoamiSee the Getting Started guide for a full walkthrough.