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