Install Blackdesk locally
Use curl or download pre-built binaries from GitHub Releases.
Install methods
curl
Install with the universal shell bootstrap.
curl -fsSL https://blackdesk.ai/install | bash Binaries
Download standalone binaries and packaged artifacts.
Download pre-built binaries for Linux, macOS, and Windows from GitHub Releases. Open Releases
Homebrew (disabled)
Install Blackdesk through Homebrew on macOS.
Currently disabled. Use curl or download a release binary instead.
brew install blackdesk AUR (disabled)
Install the prebuilt AUR package on Arch-based systems.
Currently disabled. Use curl or download a release binary instead.
yay -S blackdesk npm (disabled)
Install the CLI globally from npm.
Currently disabled. Use curl or download a release binary instead.
npm install -g blackdesk Cargo (disabled)
Install with Cargo if you prefer the Rust package flow.
Currently disabled. Use curl or download a release binary instead.
cargo install blackdesk Debian (disabled)
Install the Debian package locally with apt.
Currently disabled. Use curl or download a release binary instead.
sudo apt install ./blackdesk_linux_amd64.deb winget (disabled)
Install Blackdesk from Windows Package Manager.
Currently disabled. Use curl or download a release binary instead.
winget install blackdesk Notes
Platform
On Windows, use WSL or Git Bash for the install script flow. GitHub Releases publish the pre-built binaries for each supported platform.
Source
The repository, releases, and issue tracking live on GitHub.