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:
| Browser | Minimum version |
|---|---|
| Chrome / Edge | 90+ |
| Firefox | 88+ |
| Safari | 14+ |
| Opera | 76+ |
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).
- Download the installer for your platform.
- Run the installer and follow the prompts.
- Launch VibeCaaS from your Applications folder or Start menu.
- 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-cliVerify the installation
vibecaas --versionAuthenticate
Log in once and the CLI stores your credentials for future commands:
vibecaas loginCommon commands
| Command | What it does |
|---|---|
vibecaas create | Create a new project |
vibecaas dev | Start the development server |
vibecaas deploy | Deploy to production |
vibecaas help | Show 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.