Installation

Set up VibeCaaS in your browser, on the desktop, or via the CLI — and authenticate so you can start building.

Installation

VibeCaaS meets you where you work. You can use it entirely in the browser with zero setup, install the desktop app, or drive everything from the command line. This page covers each option and the system requirements.

Web browser — no installation required

VibeCaaS runs directly in your browser. Visit your dashboard and sign in to get started — there is nothing to download.

Supported browsers:

BrowserMinimum version
Chrome / Edge90+
Firefox88+
Safari14+
Opera76+

Desktop app

The native desktop app adds enhanced performance and limited offline capabilities. It is available for macOS 11.0+ (Apple Silicon and Intel), Windows 10+ (64-bit), and Linux (AppImage, deb, rpm).

  1. Download the installer for your platform.
  2. Run the installer and follow the prompts.
  3. Launch VibeCaaS from your Applications folder or Start menu.
  4. Sign in with your VibeCaaS account.

CLI tool

The CLI is the best fit for developers who live in the terminal. Install it globally with your package manager of choice:

# npm
npm install -g @vibecaas/cli
 
# yarn
yarn global add @vibecaas/cli
 
# pnpm
pnpm add -g @vibecaas/cli
 
# Homebrew (macOS / Linux)
brew install vibecaas-cli

Verify the installation

vibecaas --version

Authenticate

Log in once and the CLI stores your credentials for future commands:

vibecaas login

Common commands

CommandWhat it does
vibecaas createCreate a new project
vibecaas devStart the development server
vibecaas deployDeploy to production
vibecaas helpShow all available commands

System requirements

Hardware

  • 2 GB RAM minimum (4 GB recommended)
  • 1 GB free disk space
  • A stable internet connection

Software

  • Node.js 18+ (required for the CLI)
  • Git 2.0+ (optional, for version control)
  • A modern web browser

Next steps

With VibeCaaS installed, continue to the Quickstart to build and deploy your first app, or jump straight to Your first project for a full walkthrough.