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/cliMake sure your system meets these requirements before installing
node --version
npm --version
git --versionInstall globally via npm package manager
npm install -g @realmkit/cliInstall globally via Yarn package manager
yarn global add @realmkit/cliDownload 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/binConfirm that RealmKit CLI is installed and working correctly
realmkit --versionThis should display the installed version number.
realmkit list --limit=5This should show a list of available realms.
Common installation issues and solutions
If you get command not found: realmkit:
npm config get prefixIf 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