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:
- Go to artivision.ai
- Sign up or log in to your account
- 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:
- Open VS Code
- Go to Extensions (Cmd+Shift+X)
- Search for "Artivision"
- 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