Get the RealmKit CLI installed on your system in just a few minutes. Choose the installation method that works best for your environment.
Get started immediately with the recommended installation method
npm install -g @realmkit/cli
Make sure your system meets these requirements before installing
node --version
npm --version
git --version
Install globally via npm package manager
npm install -g @realmkit/cli
Install globally via Yarn package manager
yarn global add @realmkit/cli
Download pre-built binaries
# Download for your platform
curl -L https://github.com/realmkitai/cli/releases/latest/download/realmkit-linux -o realmkit
chmod +x realmkit
sudo mv realmkit /usr/local/bin
Confirm that RealmKit CLI is installed and working correctly
realmkit --version
This should display the installed version number.
realmkit list --limit=5
This should show a list of available realms.
Common installation issues and solutions
If you get command not found: realmkit
:
npm config get prefix
If you get permission errors during installation:
sudo npm install -g @realmkit/cli
on macOS/LinuxNow that you have RealmKit installed, here's what to do next