Installation
Get the Poliage CLI installed and configured in minutes.
Prerequisites
- Node.js 18 or higher
- Chrome browser installed
- A terminal (macOS, Linux, or Windows with WSL)
Install the CLI
Install Poliage globally using npm:
npm install -g @poliage/cliOr with pnpm:
pnpm add -g @poliage/cliOr with yarn:
yarn global add @poliage/cliVerify Installation
Check that Poliage is installed correctly:
poliage --versionQuick Setup
The CLI includes a unified setup command that handles everything:
poliage setupWhat this does:
- Authenticates: Links your local environment to the Poliage Platform (optional if using BYOS)
- Initializes: Creates a
docsync.config.jsonfile if one doesn't exist - Launches Studio: Opens the local web interface at
http://localhost:4300
Manual Initialization
If you prefer to set up manually, you can initialize a project with:
poliage initThis creates a basic docsync.config.json with default settings.
Authentication (Optional)
If you're using the Poliage Platform for managed storage, authenticate with:
poliage authCredentials are stored securely in ~/.poliage/config.json.
Authentication is only required if you're using Platform Mode. For BYOS (Bring Your Own Storage), you can skip this step.
Next Steps
Now that you have Poliage installed, continue to the Quick Start guide to capture your first visual.