eliba SDK Installation
Install our SDKs, libraries, and core services across all major platforms. Choose your preferred method below.
CLI Installation
Using NPM
Install via npm or yarn from the public registry
npm install -g @eliba/cli-tools
Requires Node.js 18+. Use sudo
on restricted systems.
Binary Download
Download precompiled binaries for Linux, macOS, and Windows
# Linux x64
curl -L https://eliba.com/install/v3.1.7/cli-linux.tar.gz | tar -xz -C /usr/local/bin
Verify with SHA256 hashes in our release notes.
Docker Installation
Docker Image
docker pull eliba/cli
docker run --rm -it \\
-v $HOME/.eliba:/root/.eliba \\
eliba/cli init
Platform-Specific Guides
Linux/macOS
# Homebrew
brew tap eliba/tap
brew install eliba-cli
# Debian/Ubuntu
curl -fsSL https://eliba.com/apt/key.txt | sudo apt-key add -
echo "deb [arch=amd64] https://apt.eliba.com stable main" | sudo tee /etc/apt/sources.list.d/eliba.list
sudo apt-get update
sudo apt-get install eliba-cli
Windows
# Winget
winget install eliba.cli-tools
# Powershell
Invoke-WebRequest -Uri "https://eliba.com/windows/elibacli.exe" -OutFile "c:\program files\eliba\eliba-cli.exe"
Homebrew
brew tap eliba/tap
brew install eliba-core
Frequently Asked Questions
For binaries, compare the SHA256 hash of your download with our published digests in the release notes using sha256sum
.
Yes! We publish multiple versions for binary use with Node.js. See our multi-node guide for how to manage versions.