This is the public distribution repository for the Valkor command-line client. The CLI source remains in a private repository; this repository only contains the installer, release metadata, and prebuilt binaries attached to GitHub Releases.
curl -fsSL https://beeuni.ai/install | bashThe installer detects macOS or Linux and downloads the matching binary for
arm64 or x64 from the latest stable release in this repository.
To install a specific version:
curl -fsSL https://beeuni.ai/install | VALKOR_VERSION=0.1.0 bashThe release assets are named:
valkor-darwin-arm64
valkor-darwin-x64
valkor-linux-arm64
valkor-linux-x64
SHA256SUMS
valkor login
valkor projects ls
valkor projects link
valkor --helpThe CLI connects to the Valkor platform API at https://valkorapi.beeuni.ai by default.
Use valkor login --help to configure a different host or API endpoint.
Releases are built from the private Valkor source repository and published here by the release workflow. This repository does not contain the CLI source code or the private platform configuration.