ArtivisionArtivision

Installation & Setup

Set up your development environment for Artivision.

Artivision is a cloud-based platform that requires no local installation. However, for advanced workflows, you may want to set up the CLI or connect your local development environment.

Browser-Based (Recommended)

The fastest way to use Artivision is directly in your browser:

  1. Go to artivision.ai
  2. Sign up or log in to your account
  3. Start building immediately — no setup required!

Artivision CLI

For power users who want to integrate Artivision into their workflow:

# Install via npm
npm install -g @artivision/cli

# Or with yarn
yarn global add @artivision/cli

# Verify installation
artivision --version

Authenticate

# Login to your account
artivision login

# This opens a browser window for authentication

CLI Commands

# Create a new project
artivision create my-project

# Deploy current directory
artivision deploy

# Pull changes from cloud
artivision pull

# Push local changes
artivision push

VS Code Extension

Install the Artivision extension for VS Code to get AI assistance directly in your editor:

  1. Open VS Code
  2. Go to Extensions (Cmd+Shift+X)
  3. Search for "Artivision"
  4. Click Install

System Requirements

  • Browser: Chrome 90+, Firefox 88+, Safari 14+, Edge 90+
  • CLI: Node.js 18+ required
  • Internet: Stable connection for real-time collaboration
Was this page helpful?